So I’ve got my FEZ Panda reading various devices on my test bench. It’s collecting this data, averaging, etc. and now I want my PC to be able to “read” this from the Panda. In retrospect, I should have bought a proto board with built in ethernet, but here I am.
So what’s the easiest way to accomplish this? I know the Panda has a USB client port…it’s how I’ve been programming it. But is it capable of sending values to a connected PC, or do I need to pursue an ethernet shield or something else? I’m also looking to do this for low cost, so if I have to use a serial to USB converter cable or something, I’m open to that.
That’s EXACTLY what I need! Thanks for building all of this into your products. You’ve certainly made our lives easier.
So…the code example shows how to send “Hello, world” to the PC using the GHI-supplied API, but I’m unclear on how to receive the information on the PC. I know I can use a terminal to interface with it, but I need to interface through .Net code on the PC. Are there GHI libraries for the PC side to communicate, or would you recommend finding a terminal library to use instead?
.NEt Micro Framewrok is providing many things as you said, but the Virtual COM feature is currently found on GHI’s NET Micro Framework product such are FEZ Panda.
Many other features are also exclusive with GHI’s solutions.
Take a look at this FAQ to learn more:
[url]http://www.tinyclr.com/faq/#/19[/url]