-
Hello Community, i have the following arduino code:
i have the following nodejs code:
that is my console output:
I cannot understand why there is a line break resp. why the function is executed twice.I tried to solve the problem with parsers, but without success. I am not sure if i only need to manipulate the node code or also the arduino code. I'm afraid I'm just missing something |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found my solution. You need to add an delimiter to the arduino code:
And then use the delimiter parser:
Now there is only one string / buffer per row / function call:
|
Beta Was this translation helpful? Give feedback.
I found my solution. You need to add an delimiter to the arduino code:
And then use the delimiter parser: