hxSerial
hxSerial copied to clipboard
A library for serial port communication in Haxe (C++/Neko target).
Looking at another issue on hxArduino (https://github.com/ianharrigan/hxArduino/issues/4) made me wonder if this works with haxe4? I dont have a device ready myself, so cant test right now, but just wondering...
No directly problem of library, but could be at least hinted in docs. When trying to open ports higher than COM9, you have to use special prefix e.g. "\.\COM10" This...
There is a bug in enumerateDevices() on line 216 in serial.cpp. If the System does not have serial ports str is still "" from the begining of the function and...