(oops, sorry - ignore that last email - accidentally
hit Send...)

Is there something unique in opening the serial port
on a Treo 650?  I use the following code to open the
serial port:

error = FtrGet(sysFileCSerialMgr, FtrNewSerialPresent,
&u32);

If !error (new serial manager) I do this:

SrmOpen(serPortCradleRS232Port, 19200, &u32));

otherwise I do this:

SerOpen(appPtr->m_SerLibNum, 0, 19200);

After that, I use the standard serial commands to send
data.  I don't get any error messages, return codes
are all normal, but it's just not sending the data out
the port.  Customer has two PDA's, and the app works
great on his other one (Palm m105 I think).

Any ideas?

tia
-Mark


-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to