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]
# 1
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 :-)
alteris at 2007-6-29 1:29:44 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Hi I believe that the demo version does not support any communications. So is there any other way where I can do this?
axlrose82 at 2007-6-29 1:29:44 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

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

sunilonline at 2007-6-29 1:29:44 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
I believe that I read on java.sun.com that the spotlet classes are not supported anymore.
axlrose82 at 2007-6-29 1:29:44 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Right,spotlets are unsupported and you also can't distribute the VM without getting a license from Sun. The MIDP is the supported software to use.
alteris at 2007-6-29 1:29:44 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
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
sunilonline at 2007-6-29 1:29:44 > top of Java-index,Java Mobility Forums,Java ME Technologies...