We have a device we are trying to connect with that requires the Break signal. We are using the new serial manager's break signal and have found it does not work properly.
When using the SrmControl function as below we get strange results. SrmControl(srmCtlStartBreak, 0, valueLen); // Sends break charactor out port. time delay. SrmControl(srmCtlStopBreak, 0, valueLen); // Sends break charactor out port. We need to send a Break signal for a specified period of time, then begin transmitting charactor sequences. We also need to alter the time the Break signal is held on. It's clear there is some kind of a bug in the serial manager as turning the break on waiting then turning it off creates two breaks not one. In other words when the Break off command is given the port spits out a break when it should not. So the question is: Does anybody have a solution for this problem? We would appreciate your input. Thank you. Cliff Jones - Narly Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
