We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
12.0.0
v18.14.2
30.0.1
Microsoft Windows NT 10.0.19045.0 x64
x64
No response
SerialPort
.read
null
const port = new SerialPort({ path: portPath, baudRate: 115200, }); const parser = port.pipe(new ReadlineParser({ delimiter: "\n" })); parser.on("data", (data) => { console.log(data); }
UART over USB driver (no data seen from SerialPort):
Another random UART device driver (works as expected):
No data events or data available to read
Data events should be flowing along pipe
Only occurs on Windows, same device under Mac or Linux (Ubuntu) works as expected. Shows as a ttyACM device
ttyACM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SerialPort Version
12.0.0
Node Version
v18.14.2
Electron Version
30.0.1
Platform
Microsoft Windows NT 10.0.19045.0 x64
Architecture
x64
Hardware or chipset of serialport
No response
What steps will reproduce the bug?
SerialPort
instance for COM port of UART over USB device.read
returnsnull
UART over USB driver (no data seen from
SerialPort
):Another random UART device driver (works as expected):
What happens?
No data events or data available to read
What should have happened?
Data events should be flowing along pipe
Additional information
Only occurs on Windows, same device under Mac or Linux (Ubuntu) works as expected. Shows as a
ttyACM
deviceThe text was updated successfully, but these errors were encountered: