Serial Communication doubts in VS 2008

Asked By Indu mathy
01-Jun-09 01:35 PM
Earn up to 0 extra points for answering this tough question.
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

Ravenet Rasaiyah replied to Indu mathy
01-Jun-09 02:12 PM

  re:Serial Communication doubts in VS 2008

H K replied to Indu mathy
01-Jun-09 04: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.

 
Create New Account