Gerlando Falauto
Gerlando Falauto
Thank you, I also though about the callback way though I was about to leave it as a last resort. So I started with the constant initializer approach but I...
Hi, any updates on this topic?
>Can't we use pr_debug or pr_notice instead of checking the verbose flag? Good point. I just tried to be consistent with the existing approach -- though it would have been...
Hi @realsquash, did you ever manage to get this to work? Would you be willing to test a potential solution? My idea is as follows: right now the timeout is...
Alright, I'll get this done by then. It's a trivial change in the end, might turn useful to others as well. I shall remember to double check a cap on...
OK done... @dceejay do you want me to add it on top of the existing PR #426? Wouldn'it make more sense to treat it a separate topic after that one...
Hi @realsquash, did you get a chance to give it a try? Notice you should be able to install it using nmp, see @dceejay's [comment](https://github.com/node-red/node-red-nodes/pull/426#issuecomment-403467195)
Thank you for your feedback. ### buffer splitting Could you provide some more details? - What value did you set for timeout? - What is the serial interface (e.g. Rpi...
Hi @realsquash, I think I was able to reproduce the issue you mentioned with deployment. I'm using `socat` for testing on a Linux PC: ``` socat -d -d pty,raw,echo=0 pty,raw,echo=0...
@realsquash: On second thought, what I fixed is unlikely to be related to your use case. Since you're receiving 43 bytes every 100ms (i.e. 430 bytes/s), your deploy would have...