简体   繁体   中英

Reading remote control signals from java application

Can I write a java application that uses RxTxComm to get signals from a remote control send to my serial receiver?

I have a RS-232 receiver I am listening on that com port for incoming bytes.

When I press any button on my remote control I don't see any data arriving to my serial port.

What am I missing here? Should I see any data?

How does lirc do it ?

It is sovled here: http://commjava.blogspot.com/ have a look at it. (Be aware that they use proprietary third party code)

Lirc is not in java, their solution won't help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM