-
I'm using Node.js serialport for electron in raspberrypi4 here is my code
} I think this problem is come from port is already waiting status js is compile. and I wanna know how can I update other parameters |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I solved this problem using global declaration and generate new serialport when button is clicked. |
Beta Was this translation helpful? Give feedback.
I solved this problem using global declaration and generate new serialport when button is clicked.
Reference this blog https://it-jm.tistory.com/34