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
v22.4.0
No response
Debian 11.10
aarch64
IMX8 internal
disabled echo on serial port with: sudo stty -F /dev/ttymxc0 -echo
Started node application with sample content: var port = new SerialPort({ path: this.config.port, baudRate: this.config.baud_rate, dataBits: 8, parity:"none", stopBits:1}, async (error : Error | null) => { ... }
Echo was enabled when application started
External system received the bytes it transmitted, causing failure.
Echo functionality should not be enabled by new SerialPort, or have settings to disable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SerialPort Version
12.0.0
Node Version
v22.4.0
Electron Version
No response
Platform
Debian 11.10
Architecture
aarch64
Hardware or chipset of serialport
IMX8 internal
What steps will reproduce the bug?
disabled echo on serial port with:
sudo stty -F /dev/ttymxc0 -echo
Started node application with sample content:
var port = new SerialPort({ path: this.config.port, baudRate: this.config.baud_rate, dataBits: 8, parity:"none", stopBits:1}, async (error : Error | null) => { ... }
Echo was enabled when application started
What happens?
External system received the bytes it transmitted, causing failure.
What should have happened?
Echo functionality should not be enabled by new SerialPort, or have settings to disable.
Additional information
No response
The text was updated successfully, but these errors were encountered: