RS232, Pleo Interface and Java
So just for references, issuing commands through a serial interface can be very handy at times. Rather than pushing the code to a repository I’ll just paste it in here. This code runs on mac but any bash equipped system would probably do. import java.io.*; public class main { private static final long serialVersionUID = […]
RS232, Pleo Interface and Java Läs mer »