Programming Tutorials

Comment on Tutorial - Read from a COM port using Java program By Steven Lim



Comment Added by : VICTOR

Comment Added at : 2015-03-28 07:36:32

Comment on Tutorial : Read from a COM port using Java program By Steven Lim
scm is an alternative to javax.comm for serial port communication.
Wiki : http://www.embeddedunveiled.com/
Repository : https://github.com/RishiGupta12/serial-communication-manager
Video : https://www.youtube.com/watch?v=fYLQbelGunQ

It supports RS-232 control signals handshaking, monitoring and has been ported to Linux, MAC, Solaris and Windows operating system. It is consistent, portable, efficient, reliable, testable, extensible, modifiable, scalable library.


View Tutorial