Jesse I have a similar thing here but mine works perfectly on a Zire72 (and all other Palms I've tried that can handle raw IR). I've got a standard PC keyboard connected to a PIC that sends 2 bytes of raw IR every time a key is pressed. Why would anybody want to connect a PC keyboard to a Palm? I was bored I think! I get both bytes clean and without error @2400 baud. Maybe if you post some code I could see if there's any glaring differences between yours and mine? Regards John Sutton
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Hillman Sent: 10 March 2006 01:35 To: Palm Developer Forum Subject: Treo 650 Raw IR I have an existing raw IR app that works fine on older Palms. The problem with the Treo and Zire 72 is that the first character I receive is garbaged up. If I send 123, then pause for a second then 567, the Treo receives, %23 #67 (where % and # are random 8 bit hex chars). The first character is always garbage. If I send continuously to the Treo all the data seems to be ok. Any delay between characters and I get a garbage character in place of the first character I should receive. I am using the new serial manager at 9600 baud. We have been using the application to communicate with the MicroChip 2122 for 2 -3 years now with no problems. The Palm models we normally use are the 500 series, the Symbol 1800, and the Meazura. Anyone have any thoughts? Thanks, Jesse -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
