I am new to Palm programming and am having problems sending
information through the serial port.  I prototype the project that I
am currently working on in Satellite forms and everything worked
fine.  I have since re-created the app in code warrior.  The
application works fine on the emulator, but I can't get it to work on my
palm device(Palm VII).

I think the problem has something to do with my SerSettingsType

Here are my current settings in the program:
  sstSetup.baudRate = baud;
  sstSetup.flags    = serSettingsFlagBitsPerChar8|
                   serSettingsFlagStopBits1   |
     serSettingsFlagRTSAutoM |
    serSettingsFlagCTSAutoM;

Also, I get the SerSettings before changing them.

In Satellite forms I was able to set the following settings
flow = "None"
parity = "None"
StopBits = "1"
baud = "9600"

Really stuck any suggestions?


Any help would be appreciated.


cc







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

Reply via email to