Tagged Questions
0
votes
0answers
61 views
Using multiple ports using Serialport NodeJS
Trying to connect 5 serial devices to a nodeJS server with the SerialPort library.
Others have reported issues with more than 4 devices and I can't declare more than 3 ports without bringing down the ...
0
votes
1answer
131 views
SerialPort has no method 'list'
I have a very simple script to just the available serial ports and then connect to one, write a char and put the response on the console. CODE HERE
In my scripts directory I did:
#npm install ...