Reputation: 2031
Can anyone tell me whats the best and efficient way to communicate to a serial port connected devices in linux operating system.I am trying to send messages to eftpos machine using serial port in my java program. Any suggestion and advice would be great !!! Thanks in advance
Upvotes: 2
Views: 479
Reputation: 5919
This SO question points out the serialio driver as an option. You might also have a look at javacomm from sun/oracle.
Upvotes: 2