How to read data from serial port by Angular Web Application?

2k Views Asked by At

I have a simple Arduino device that created for reading RFID. It returns UID of the RFID tag to serial port of client PC.I need to read that value returned by Arduino device using Angular web application. It is not AngularJS .It is Angular 14 with TypeScript.

1

There are 1 best solutions below

1
Ricardo Machado On

I'm not quite sure what you're trying to do. But maybe using a NodeJs script you can access the data from this port and then send it to angular.

Can i monitor an existing serial port communication with node.js?

I hope it can help you