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.
serial communication
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.
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.
Ok ,you sure you must using "com2" maybe you must use "COM1",dont set ReadTimeOut, only use ReadExisting(), set stopbits and parity too.