1

I want to send Data to the UART from JavaScript. No question (yet) about initialising the UART, but how to send data from JavaScript?

Piotr Kula
  • 17,336
  • 6
  • 66
  • 105
mexman
  • 11
  • 1

1 Answers1

1

I do just that using Node-RED on my Pi, it has serial nodes as part of the basic install. See Node-RED website

Bra1n
  • 1,261
  • 7
  • 8