> I have a similar problem. Wrote an app that uses the serial port, and it
> has no problem talking from the Palm to HyperTerminal, or even Palm to
> emulator. It also works from emulator to device using a null modem cable.
> But when i tried to go from the Palm to the device, no luck. Some people
> suggested that the RX and TX pins get messed up somewhere since it works one
> way and not the other, but i tried connecting the palm cradle cable to a
> gender changer, and then to the null modem cable to the device, and still no
> success. The hardware guys suggesting the gender changer (no luck) and also
> a straight cable ( can't be done due to the funky serial port in the palm).
> So you aren't alone, but I can't help you out any other than say what has
> failed for me. Good luck,
i fixed mine :)) my device was a "bit" slow.. :))
i had to send the string to it a few times so it would wake up :))
i just put the SerSend() call in the loop that waits for a timeout
and wola.. it works :)
> > // let wait until there is something there, timeout after 7/8 second
> > for (count=0; count < 8; count++) {
put SerSend() in here
> > // whats in the queue?
> > err = SerReceiveWait(globals->serialLibRef, 5, delay);
> > if (err == serErrLineErr) SerReceiveFlush(globals->serialLibRef, 0);
like usual.. as soon as you post.. yuo try something new and you think
"darnnit.." why did i not try that before i hit send :)
cheers
az.
--
Aaron Ardiri
Java Certified Programmer http://www.hig.se/~ardiri/
University-College i G�vle mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN
Tel: +46 26 64 87 38 Fax: +46 26 64 87 88
Mob: +46 70 656 1143 A/H: +46 8 668 78 72
if you enjoy it, then it aint work :) - rule #106 of life
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/