Nadeesh Hirushan

Nadeesh Hirushan

  • 1.6k
  • 39
  • 5.8k

How to read serial port data by Angular Web application ?

Jul 20 2022 5:22 PM

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.