serial communication

tanu
hello
     i have written code in vb.net to communicate gps recevier to mini2440
wince 6.0 ,its exe is worked in PC but when run it on mini2440 board it
through ioexception.i am not getting what is problem?
please reply me as soon as possible.

danics
please explain more, you write a program in compact framework test with
emulator and haven't problem, so send your code. 
you can debug your code too, using mini2440ce6-sdk and deploy your code on
device.

Errol
Try 2 stop bits instead of 1...

Thanks,
Errol

tanu
Attachment: simplecom1.rar (40.23 KB)
Hello Sir this is my code.i write in compact framework.I having one more
problem,i install mini2440ce6-sdk and deploy my code but at debug time it
give error device is not connected,but i connect my device using usb cable.

tanu
hello
  today i have connected my frinedlyARM board with pc,actually problem was
in usb driver.

danics
Ok ,you sure you must using "com2" maybe you must use "COM1",dont set
ReadTimeOut, only use ReadExisting(), set stopbits and parity too.