Pocket PC RS232 communications???
Can you do serial communication (RS232) in VB.NET CF? I know in VB6.0 you can add an object called the Microsoft Comm Control.
Also, suppose a pocket pc has a compact flash slot, and I want to utilize a RS232 compact flash card as my comm port, is there a way I can write code for the compact flash hardware in VB.NET CF?
Im really new to all of this, so my line of thinking may not be correct.
Thanks for the help!
Re: Pocket PC RS232 communications???
You could use the Com control in vb.net if you want to go that route. While you are testing your application on a pocket pc, you might want to use a tool such as one found at http://dataanddesign.com/pocketpc2002.html , this would help you get started on your application. And also help in testing your code.