johnlauer / serial-port-json-server

A serial port JSON websocket server for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port.
http://chilipeppr.com
GNU General Public License v2.0
355 stars 174 forks source link

Arch Linux: No serial ports found #64

Closed bastian-f closed 7 years ago

bastian-f commented 7 years ago

Hello,

When I execute serial-port-json-server in Arch Linux on my laptop with both Arch Linux and Win8 installed I only get the message "No serial ports found" while in windows it finds the serial port.

I tried to find documentation or if somebody had the same problem but I couldn't find anything.

What could be the problem? Thank you!

johnlauer commented 7 years ago

You probably don’t have usb drivers working that detect your device and create your serial port. SPJS just gets it’s list from the OS, so the OS doesn’t have a list.

From: Bastian Faulhaber [mailto:notifications@github.com] Sent: Thursday, June 15, 2017 7:24 AM To: johnlauer/serial-port-json-server serial-port-json-server@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [johnlauer/serial-port-json-server] Arch Linux: No serial ports found (#64)

Hello,

When I execute serial-port-json-server in Arch Linux on my laptop with both Arch Linux and Win8 installed I only get the message "No serial ports found" while in windows it finds the serial port.

I tried to find documentation or if somebody had the same problem but I couldn't find anything.

What could be the problem? Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/johnlauer/serial-port-json-server/issues/64, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA8jlRgpYfNlPsLPiKnYvDOK6g_DbYGXks5sET5rgaJpZM4N7Sla.

bastian-f commented 7 years ago

I just figured it out, I had to load the module cdc_amc.

bastian-f commented 7 years ago

Sorry, I mistyped. The module is called cdc_acm.