Skip to content
New issue

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

Serial-port control node settings #1086

Open
5 tasks
zafrirron opened this issue Dec 3, 2024 · 0 comments
Open
5 tasks

Serial-port control node settings #1086

zafrirron opened this issue Dec 3, 2024 · 0 comments

Comments

@zafrirron
Copy link

Which node are you reporting an issue on? node-red-node-serialport 2.0.3

What are the steps to reproduce?

drag serial-port control node to canvas
press + to add new serial-port config node

What happens?

You need to enter the serial port path, you will red triangle if not!

What do you expect to happen?

since control node accepts configuration as payload and port can be set in runtime, this is wring behavior,
during development the ports may not exists, if you put port that does not exist on your machine you will get nasty error messages after deploy , ports may exists only in production (may be different architecture or docker image)
the great thing about the dynamic control node is the ability to manage devices changes in runtime (connect/disconnect usb...)

Please tell us about your environment:

  • Node-RED version: 4.05
  • node.js version: node-red docker image latest
  • npm version: node-red docker image latest
  • Platform/OS: node-red docker image latest
  • Browser: chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant