Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read/write a serial port with Java on Windows? [closed]

Is there a little example of how to write and read a serial port in Java with Windows?

like image 328
JBerta93 Avatar asked Nov 17 '11 09:11

JBerta93


1 Answers

You have to import javax.comm.SerialPort for this purpose to do, refer to Read from a Serial port to know more information.

like image 193
Sai Kalyan Kumar Akshinthala Avatar answered Nov 01 '22 14:11

Sai Kalyan Kumar Akshinthala