0

I am using RS232 to USB connector, I getting reading to hyper-terminal from Interfacing Machine. I want to print data on web page.

Milind Sutar
  • 9
  • 1
  • 2
  • 8
  • You'll need a desktop program which reads data from the serial port and then sends it to the web application – ADyson Sep 23 '21 at 11:03
  • Thank you for reply. Please anybody have node.js program for read data from USB serial port and print to webpage. I got blog of this but I facing lots of error [https://designswow.blogspot.com/p/reading-data-from-serial-port-with_15.html] – Milind Sutar Sep 23 '21 at 15:38
  • Your link doesn't work – ADyson Sep 23 '21 at 15:41
  • P.s. not sure why you would want to use nodeJS for that anyway - it's mainly a server side framework and you need something client side which runs easily in a desktop machine. (I'm assuming your device is connected to a desktop machine, and not the server where your web application is running, although you didn't actually mention the exact scenario) – ADyson Sep 23 '21 at 15:44
  • I am sending link again https://designswow.blogspot.com/p/reading-data-from-serial-port-with_15.html – Milind Sutar Sep 23 '21 at 16:15
  • Ok. If you're getting errors you'll need to show your version of the code and tell us what the error messages are. (Please edit your question to show us, do not put code or errors into these comments.) We can't guess what your specific issue is. – ADyson Sep 23 '21 at 16:27

0 Answers0