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 in configuration overwritten by Serial out #587

Open
zamashal opened this issue Oct 24, 2019 · 2 comments
Open

Serial in configuration overwritten by Serial out #587

zamashal opened this issue Oct 24, 2019 · 2 comments

Comments

@zamashal
Copy link

I am running Node-RED v0.20.7

I noticed that both serial in and serial out nodes have a section for "Input" configuration. It happens that I am using both at the same time for the same port. When I changed the input configuration on the serial in node, I noticed that it's not really changing or doing anything different. Later after lengthy investigation, I realized that's because the serial out node still had the default configuration and node-red apparently deployed the input configuration for serial out last, ignoring the input configuration for serial in.

This is clearly a bug to me, and my suggestion for the solution is to have input configuration only on the serial in node, and output configuration only on the serial out node. This I believe will make more sense to most.

Thank you!

@zamashal zamashal changed the title Serial in configuration affected by Serial out Serial in configuration overwritten by Serial out Oct 24, 2019
@dceejay
Copy link
Member

dceejay commented Oct 24, 2019

which version of the serialport node are you using ?

@zamashal
Copy link
Author

which version of the serialport node are you using ?

0.8.8

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

2 participants