serial_port_win32 0.1.1
serial_port_win32: ^0.1.1 copied to clipboard
A SerialPort library using win32 API, for connecting real device by serial port. Now only supports Windows.
0.1.1 #
- add
closeOnListen()
API
0.1.0 #
- add more write API
- revise doc
0.0.9 #
- add write API
- add more doc
0.0.8 #
- remove
reopenPort
function, instead byopen()
- add
openWithSettings()
API - can setup parameters when create instance
0.0.7 #
- make API more efficient
- add more API
- Compatible with new win32 package API
- fix bugs
- add more doc
0.0.6 #
- fix bugs
- add reopen method
0.0.5 #
- fix memory allocation bug
- change Function getAvailablePorts() structure
0.0.4 #
free pointers when called
0.0.3 #
Add more docs.
0.0.2 #
Update example and fix bug.
0.0.1 #
Init all files about Serial Port on Windows.