At first I would like to thank you for the work you are doing on node-red. I simply love it. It is not very often when I got stuck with something, becouse of outstanding documentation, forum and intuitiveness of node-red itself.
I would like to ask for explaining the behavior of node-red-node-daemon. See the situation: I have an CMD.exe application, which has its own set of commands. Daemon starts normally - shows running. Than I inject for CMD.exe specific commands:
INJECT | RECEIVED |
Command A | nothing |
Command B | Response for Command A |
Command C | Responce for Command B |
This is only working when "Add [enter] to every message sent ?" is checked. But it seems to me, that daemon adds [enter] in the begining of the message, thus it delays the output. Maybe it is caused by the CMD.exe, but when I check the behavior of it using command line, it works as it should - returns response for sent command.
Is there a way, how to look under the hood of daemon node and see, what is exactly fullfilling and returning? Debug node shows only the result, not the process.
Is there a way, how to send [enter] via inject node? (Found discussion related to this, but the solution was to use ECHO - in this case it seems not to be possible).
Best regards, thanks in advanced
Stepan