IR communication

Dear Developers,I want to know whether is it possible to establish IR communication through JAVA. If yes, which is the API to be used and where do I get it. If any sample codes are available, please mail it to chandra_1977@yahoo.comRegards,Chandra
[283 byte] By [chandra_1977] at [2007-9-26 6:02:47]
# 1

You should try using the COMM api to access serial ports.

If you are running other than W2K you should be able to 'map' an IR port to a virtual COM port.

Then, just talk to your COM port through the COMM API.

If you are under W2K, you will need a Virtual COM mapper. (there's on made by a German company that is called IRcomm - not free but cheap)

I tried it with a mobile phone under W2K and it works.

But that doesn't mean you solve the problem of the protocol of your device...

Chris.

lorenzchris at 2007-7-1 14:43:41 > top of Java-index,Security,Cryptography...