Posted By:
Viral_Shah
Posted On:
Monday, August 5, 2002 05:14 AM
Taoufik,
Although JSR082 speficies the OBEX APIs, please note that it puts more emphasis on the BT. In J2ME, Sun provides the specifications only, while implementations has to be provided by individual device manufacturers. These APIs will work on the J2SE, only if its implementation is provided by Sun. Please note that no initiation has been taken to provide OBEX over the Ir yet.
However, you can use javax.comm API for the J2SE for connection to the Serial Port, and that way get an access to the Ir Port. Please note that in this case, you have to implement the complete Ir stack and Obex impl.
Regards.