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 <sanderel...@gmail.com> 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
> <https://groups.google.com/d/msgid/angular/07b803ec-7f84-4472-a647-b57ff0c28d13%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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.

Reply via email to