Hi, please update the serialport.list call to use the promise version of the api which is the only way supported by new version of the library. See serialport/node-serialport#1977 for reference to the issue. This bug is exercised here:
|
Serial.list((err, ports) => { |
Hi, please update the serialport.list call to use the promise version of the api which is the only way supported by new version of the library. See serialport/node-serialport#1977 for reference to the issue. This bug is exercised here:
create2/index.js
Line 47 in cf5d078