[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 wrote:

> 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!)
>
>  
>
> Regards
> Sander
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/angular/3ff6caf8-ff29-4075-9bbb-75772038de1en%40googlegroups.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!)

 

Regards
Sander

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/angular/b13969e6-cbe9-4fce-98ba-779dd7c77029%40googlegroups.com.


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 to serial ports. Try loading as a Chrome
Application.*
any suggestions?


On Wed, Aug 14, 2019 at 4:31 PM Sander Elias  wrote:

> 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 this discussion on the web visit
> https://groups.google.com/d/msgid/angular/07b803ec-7f84-4472-a647-b57ff0c28d13%40googlegroups.com
> 
> .
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/angular/CAOjX4Bxgx0Ud%2BjsQaB4MR679-e0GpCnQ2eWZ-QZ-_xZnS2mvDg%40mail.gmail.com.


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 this discussion on the web visit 
https://groups.google.com/d/msgid/angular/07b803ec-7f84-4472-a647-b57ff0c28d13%40googlegroups.com.


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 server setting!
>
> Regards
> Sander
>
> --
> 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 this discussion on the web visit
> https://groups.google.com/d/msgid/angular/768646a7-f0bb-48db-b22f-1219140df2b1%40googlegroups.com
> 
> .
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/angular/CAOjX4BzsCLObXxx-%2BrhEUCbM0zY-HWwVbKKGb9D41qcJ%2B-xMCw%40mail.gmail.com.