You read my post wrong. I'm trying to use 10400 baud, but it defaults to 9600 even though it reports being set to 10400.. I have found no reason to believe that 9600 baud does not work.
Data being sent is 0x55,0x08,0x08. On an NR70 supposedly set to 10400, the data that comes in is 0x95.0x88,0x88. If you draw the bits out, you can see the baud clock is running slow. The data received by the NR70 does not change if I set the baud to 9600 or 15000 or anything in-between. The same test on an SL10, the correct data gets received at 10400, but at 9600, the 0x95,0x88,0x88 comes in....verifying that the NR70's baud clock is running at 9600, not at 10400. -Mike "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message news:112519@palm-dev-forum... > > I'm using 9600 baud on a NR70 without any problems. Scope verified and > everything. Could there be a problem with that particular NR70? > Anyway, I doubt you will get a fix if there really is a problem. The NR70 > is now discontinued by Sony. > So far I haven't found a Palm device that doesn't support 9600 baud > correctly. (which is a standard baud rate) Could there be a problem in your > code? Is there a hack or keyboard driver interfering? > > ----- Original Message ----- > From: "Mike" <[EMAIL PROTECTED]> > Newsgroups: sony-forum,palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Thursday, February 06, 2003 9:14 PM > Subject: NR70 and baud rates > > > > Yet again I have found that newer Palm OS devices are not supporting > > non-standard baud rates. > > > > The Clie NR70 I have found, while it will accepts non standard baud rates > > without complaining (unlike the Tungsten, which returns a BadParam error) > it > > rounds them down to standard baud rates without telling you! I finally > > figured out the data I was getting was being received at 9600 even though > if > > I use SrmControl to verify the baud, it returns the baud I opened the port > > with, not 9600. Not only have I wasted DAYS tracking down why the wrong > > data is being received, but this is yet another model that my customers > > cannot use. > > > > PALM AND SONY, PLEASE FIX THESE MODELS. > > > > -Mike > > > > > > > > > > -- > > 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/
