I have a VI that I've made work on a PC and want to transfer it to a Pocket PC. I use RS232 serial to communicate with my device. I can do this with the PC but when I try to do it with the VI I created for the Pocket PC it doesn't communicate.
I think that the problem is in that I cannot specify a termination character on the PDA init function.
The settings on the PC are as follow: 1 stop bit, No Parity bit, 8 bits data, 9600 baud rate, No Flow Control, and termination character 0DH (carriage return).
I've seen posts where people have made the PDA module work for them, could you provide any insight?
--Jose