AFAIK, there are no Palm OS modem APIs. So I would just send the AT commands directly to the serial port. If you search the web, you may be able to find some open source routines that already do it. However, the AT command set is very simplistic, it wouldn't take much effort to write your own routines. I haven't worked directly with a modem in a while but from what I remember, it very easy.
----- Original Message ----- From: "Danielle O'Hallisey" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 8:30 AM Subject: SDK for modem? > I have a need for an application that would use the Palm modem. The app > needs to log various data, then dial a number at a particular time, > establish a connection with the host and transfer a report. The program > needs to use a modem (not Ethernet) as phone lines are going to be more > available than are network systems. > Is there a SDK available for the modem? Is the source code for the app that > ships with the modem available to developers? It would seem to me that > after the connection is established, this should look just like > communication through any serial port, but all that dialing and negotiating > is beyond me... > > Thank you, > > Danielle O'Hallisey > > > -- > 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/
