You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
step Issue #1: SerialPort package is installed completed with node-pre-gyp
-- for global usage: sudo npm install -g serialport --unsafe-perm --build-from-source
-- for test folder: npm install serialport --unsafe-perm --build-from-source
Summary of Problem
SerialPort doesn't receive or send data to /dev/ttyUSB0 port even though we can see the message send to this port via minicom.
plz check this image: https://goo.gl/pBElZE
Steps and Code to Reproduce the Issue
step Issue #1: SerialPort package is installed completed with node-pre-gyp
-- for global usage: sudo npm install -g serialport --unsafe-perm --build-from-source
-- for test folder: npm install serialport --unsafe-perm --build-from-source
step variable 'me' is not defined in read() #2: create c.js
step Serial port disconnect throws a non-catchable fatal error #3: turn on minicom -b 115200 -D /dev/ttyUSB0
found the message comming...
step add a user-configurable value for the buffer size #4: run c.js
found no message coming via on 'data' event
don't know why, plz give me some glue.
thanks for any help!
The text was updated successfully, but these errors were encountered: