|
SupportAdmin
|
 |
« on: September 21, 2009, 11:29:15 PM » |
|
This is an in-progress book we are making for our customers and the NETMF community. We hope you like it and find it useful. We are open to suggestions and comments. (updated 4/12/10 to include XML and cryptography) Here you go... http://www.tinyclr.com/dl/
|
|
|
|
« Last Edit: April 12, 2010, 03:19:08 PM by SupportAdmin »
|
Logged
|
|
|
|
jasonajensen
Newbie

Posts: 23
|
 |
« Reply #1 on: September 22, 2009, 07:09:10 PM » |
|
Great Work!
|
|
|
|
|
Logged
|
|
|
|
sshahram
Newbie

Posts: 19
|
 |
« Reply #2 on: September 26, 2009, 12:49:16 PM » |
|
Fantastic work! Please keep it up!
|
|
|
|
|
Logged
|
|
|
|
cornetlin
Newbie

Posts: 10
|
 |
« Reply #3 on: October 14, 2009, 10:11:04 PM » |
|
I see in this book, it mention "FEZ Board", what is it? I don't see the product in your web?
|
|
|
|
|
Logged
|
|
|
|
cypher
Jr. Member
 
Posts: 78
C# Padawan
|
 |
« Reply #4 on: October 15, 2009, 05:19:12 AM » |
|
Hi cornetlin, you can read it in the ebook :-) FEZ Board FEZ and FEZmini are very small boards targeted for beginners. They are based on USBizi chipset and so they have all USBizi features. Those little boards offer a lot of peripherals not available with any hobby-targeted board. Even tough it is targeted for beginner, it is a low-cost starting point for any professional wanting to test out NETMF. FEZ stands for “Freakin' Easy!” Features available in FEZ but not available in Arduino, BASIC STAMP and others: 1. Base on Microsoft .NET Micro Framework. 2. Support runtime debugging (breakpoint, variable inspection, stepping...etc.) 3. Uses free VS2008 C# express edition for development. 4. High-end features like FAT, USB device and USB host 5. Hardware independent. Easily upgrade to more fancy hardware like ChipworkX. 6. Open source hardware design files. 7. Already available shields and holder boards. 8. Base on USBizi chip. Use the chipset to create new designs. This book examples are made for FEZ/FEZmini. The code is still for .NET Micro Framework so modifying it to run on any NETMF system should be an easy task. But in a previous version of the ebook , the authors said is it not available until now. Maybe in the future?? BR Cypher
|
|
|
|
|
Logged
|
|
|
|
|
SupportAdmin
|
 |
« Reply #5 on: October 15, 2009, 06:58:32 AM » |
|
Did you read rule #2 about the book? "2. The book points out a new device called FEZ. This is not available and we do not have any public info, so please do not ask" Yes the book explains what it is so just look and you will know what it is about but still do not ask questions about it 
|
|
|
|
|
Logged
|
|
|
|
cornetlin
Newbie

Posts: 10
|
 |
« Reply #6 on: November 29, 2009, 11:04:55 PM » |
|
Hi Dear Issa: Your book is very useful for me. I am studing it now. I have a question? 1. If I get a project(source code) from some, how can I add it to my project? Do I need to compile it and then add to reference? Then use "using ..." Thank you.
Lin
|
|
|
|
|
Logged
|
|
|
|
|
GHI_Support
|
 |
« Reply #7 on: November 30, 2009, 09:35:58 AM » |
|
In the project solution, you just "Add Existing Files" and add the new files you have. Then compile.
|
|
|
|
|
Logged
|
|
|
|
cornetlin
Newbie

Posts: 10
|
 |
« Reply #8 on: November 30, 2009, 10:59:25 AM » |
|
Thank you
1.So, If I want use your "ExampleProject", do I need to add the ExampleProject projet files to my project? 2.Could I compile the project to Assemblies files? Then other project can add to reference then using it?
Thank you very much
Lin
|
|
|
|
|
Logged
|
|
|
|
|
GHI_Support
|
 |
« Reply #9 on: November 30, 2009, 12:27:16 PM » |
|
This should be in a separate thread not here, please post in separate thread if you need help. It really depends on what you are doing. Merging ExampleProject with another projects might be hard. ExampleProject is a complete project by itself, how is it supposed to work with something else... The best way is to add one thing at a time, only you can investigate this.
|
|
|
|
|
Logged
|
|
|
|
Russell123
Newbie

Posts: 1
|
 |
« Reply #10 on: April 19, 2010, 03:28:25 AM » |
|
wow its great book and interesting. best wishes
|
|
|
|
|
Logged
|
|
|
|
iammegatron
Newbie

Posts: 5
|
 |
« Reply #11 on: April 30, 2010, 04:40:10 PM » |
|
page 107 (book rev 0.94)
rootDirectory + "hello.txt"
shouldn't it be
rootDirectory + @"\hello.txt"
|
|
|
|
|
Logged
|
|
|
|
|
SupportAdmin
|
 |
« Reply #12 on: April 30, 2010, 07:27:10 PM » |
|
You are probably right. We will check and fix
Thanks for the support
|
|
|
|
|
Logged
|
|
|
|
|
SupportAdmin
|
 |
« Reply #13 on: May 01, 2010, 07:33:35 PM » |
|
Book has been updated
|
|
|
|
|
Logged
|
|
|
|
|