SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
176 stars 63 forks source link

Update Serial4JArduino.java #45

Closed McMoor closed 8 years ago

McMoor commented 8 years ago

At line 102 I change from: SerialPort serialPort = (SerialPort) commPort; to: serialPort = (SerialPort) commPort; otherwise the close method not work;