Am Donnerstag, 21. April 2005 16:42 schrieb Anamika NG: > Hi All, > > My PDA application doesn't work on Palm OS 5. My application basically > sends commnads through Serial port, receives the response and displays the > value to the user.
How do you do the communication? Do you use handshake? Are there any errors returned by the Srm functions? > I noticed that only some commands that is sent out by my application > receives the response while others not. After extensive debugging, I > noticed that when the buffer which holds the bytes received from Serial > port is big (500 bytes) , it doesn't get any response for that command. > However , If I make the buffer small, I get the response. Well - the default buffer is 512 bytes according to the SDK documentation. So 500 bytes are not that big... > Is there any limitation on the no of bytes received from Serial Port in > Palm OS 5? or is there anything I am missing here?? If you don't use IR communication, there are no problems I know of. OS5 shouldn't work different to OS4. > Thanks in advance. > > Anamika. -- Mit freundlichen GrÃÃen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
