| Serial Communication doubts in VS 2008 |
| Indu mathy posted at Monday, June 01, 2009 1:35 PM |
Sir, my problem is to do serial communication bet a PDA(Windows Mobile 5.0) and hyperterminal and my doubts are
-should i need to compulsory use the "device manager" for this comm. -though i wrote program in console app n windows app on VB.NET its not working -what type of serial cable to be used for this.
Plz help me sir....I thankful to u in advance....
|
 |
|
|
| |
| Re |
| Bill Look replied to Indu mathy at Monday, June 01, 2009 2:12 PM |
Hi
here some cool tutorial her to serial port with windows mobile
http://msdn.microsoft.com/en-us/library/aa446565.aspx
http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/542b74c4-1514-4488-96f0-863ccd4c67f3
thank you
|
 |
| |
re:Serial Communication doubts in VS 2008 |
| H K replied to Indu mathy at Monday, June 01, 2009 4:00 PM |
In order to communicate serially between PDA and hyperterminal, you can use vb.net and make use of the Serialport class available under the namespace
System.IO.Ports.
its not mandatory to use device manager, you can refer to the code below in c# for serial communication b/w PDA and hyperterminal with out use of device manager.
http://www.codeproject.com/KB/mobile/bth_serial_port.aspx
Regarding the cable as you are making use of serial communication, rs232 or sync cable should be good enough.
|
 |
| |
|
|