librs232
librs232 copied to clipboard
multiplatform library for serial communications over RS-232 (serial port)
there seems to be an error with checking for the correct userdata in luajit here is my example code ```lua rs232 = require("luars232") err, port = rs232.open("/dev/ttyUSB0", { baud =...
the build seemed to work: ``` rs232 scm-0 depends on lua >= 5.1,
In luarocks install, I am getting: ```console $ luarocks install --tree lua_modules https://raw.githubusercontent.com/srdgame/librs232/master/rockspecs/rs232-scm-0.rockspec Missing dependencies for rs232 scm-0: lua >= 5.1, < 5.4 (not installed) rs232 scm-0 depends on lua...