InfraRed and J2ME for palm
Hi, Is there anyway where I can open the infra red port on the palm and then send data through it to a printer?Thanx.Adrian
[151 byte] By [
axlrose82] at [2007-9-26 1:30:56]

Hi,the MIDP early access for PalmOS does not support Irda communication but only http.Try Jbeb (www.esmertec.com) that supports communication via serial, net and IR on a Plam thanks to com.jbed.palm.OS that allows direct access to PalmOS.Best regards :-)
The com.sun.kjava.Spotlet is the quintessential Palm base class. All Palm applications are a subclass of this class. It provides overrideable methods to handle hard and soft key events, pen movement events, and to access the infrared beaming capabilities. The KVM support a single Spotlet at any moment in time. Multiple Spotlets can be used, but only one can be registered (or be in focus) at any time.
Here is a nice link by the j2me wizard, Bill Day, http://www.javaworld.com/javaworld/jw-11-1999/jw-11-device_p.html
Stay in touch for more info.....
Sunil
Hi,You may get a solution from this link, http://industry.java.sun.com/javanews/stories/story2/0,1072,21156,00.htmlLet me know....Sunil