Well, if you want to have this work on palm, you first have to use CLDC (not CDC). Then, if you use MIDP, the only way you have to connect is http (no IR or serial).In order tu use IR or serial you have to move to another implementation like J9 from IBM.
If you are obliged to use J2ME then send a request from your palm (CLDC/MIDP) via http to a servlet which will do the work for you.
Originally posted by Sanket Bakshi:
Yeah,
I know about the proprietory APIs.
The Siemens SL45i and even the Nokia Pc Connectivity SDK.
I had developed a program which used to send SMS using the mobile phone connected to a serial port.
I wanted to know if a similar kind of thing can be done with handheld devices using J2ME.
I would also like to know if the CDC exposes any APIs for communication via the InfraRed port of the device. eg. Palm 3 C
Regards,
Sanket B