NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
345 stars 143 forks source link

added new constructors #179

Closed riedlse closed 4 years ago

riedlse commented 4 years ago

Added new constructors to NRSerialPort to allow for parity and data bits and stop bits. Can also just specify port if 115200 is the right baud rate.

riedlse commented 4 years ago

Did this correctly this time with getters and setters and added the new variable to the connect request.

madhephaestus commented 4 years ago

looks good, thanks!