I've had problems on some devices in which the Palm does not receive data if the cts/rts is disabled (even though the hardware I'm connecting to doesn't do any hardware or software flow control..)
-m On Mon, Oct 28, 2002 at 05:23:02PM -0500, Jean Lo wrote: > (This is my first time posting, so hopefully this will work.) > > I'm trying to develop an application that uses simple serial communication > to interact with another device. > > I'm using the following code to initialize the settings to have 8 data bits, > 1 stop bit, and no parity: > > flags = srmSettingsFlagBitsPerChar8 | srmSettingsFlagStopBits1; > err = SrmControl(gPortID, srmCtlSetFlags, &flags, &flagsSize); > > Basically, my problem is that the Palm seems to still be waiting for the CTS > signal. I thought that with my code, I had turned off all handshaking. If > not, can someone tell me how I'm supposed to? > > Jean > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see >http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
