[Angular] Re: [AngularJS] Re: read data from serial port using angular2

2022-12-06 Thread Abhishek khatri
Hi anyone can tell me how I can read a port number using typescript in angular I tried lots of logic of it but nothing is happen can anyone here who tell me the right way to get the serial port number Thanks in Advance On Sunday, August 18, 2019 at 9:33:48 AM UTC+5:30 sande...@gmail.com

Re: [AngularJS] Re: read data from serial port using angular2

2019-08-17 Thread Sander Elias
Yes, that is a constraint Google did put in Chrome. Clearly documented in that repo. There is also web-serial in the pipeline. That will be available in Chrome 77 behind a flag. It's expected to go main-stream in V80/83, (expectation, not a guarantee!)

Re: [AngularJS] Re: read data from serial port using angular2

2019-08-16 Thread Jitendra Rajauriya
we are using https://github.com/garrows/browser-serialport for serial communication in client side. when we using following after import in angular component SerialPort.list(function(err, ports) { console.log(err); console.log(ports); }); we got *Error: No access

Re: [AngularJS] Re: read data from serial port using angular2

2019-08-14 Thread Sander Elias
https://github.com/garrows/browser-serialport -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view

Re: [AngularJS] Re: read data from serial port using angular2

2019-08-14 Thread Jitendra Rajauriya
thanks for reply i want to client side serial communication with existing angular project. can you give me better solutions. Thanks On Wed, Aug 14, 2019 at 1:53 PM Sander Elias wrote: > Hi Jitendra, > > Is the serialPort module suited for use in a browser? A lot of NPM modules > only work in a