Hello,
I wrote simple terminal application for PalmOS using serial library.
It does not work on Zire 71. It seems Serial Library is no longer available
on this model.
Application runs fine in Zire 71 simulator though, it only does not work on
real hardware.
Do I have to rewrite the application using new Serial data manager?
I'm using following code to open serial library (the fatal alert is
displayed):
global.serial_lib_num = 0;
error = SysLibFind ("Serial Library", &global.serial_lib_num);
ErrFatalDisplayIf(error, "Cannot find serial library");
Thanks,
Rudla
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/