Replies: 3 comments 2 replies
-
Hello @noatshuva,
does this include that you are able to use the modem via the USB port (
Where does this error come from? From
|
Beta Was this translation helpful? Give feedback.
-
Hey @sirhcel,
Yes. I am able to use the modem via USB port.
Yes it comes from
Output:
ls -l /dev/ttyUSB3 /dev/mhi_DUN output (I run my code with sudo):
id output: |
Beta Was this translation helpful? Give feedback.
-
Also, I've noticed that the timeout doesn't work for me when reading.
For some reason sometimes this function gets stuck in 'port.read'. Any idea why? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a Quectel rm520n-gl modem with both USB and PCI.
I'm trying to open a serial port with both. USB works fine but with PCI I keep getting an "Invalid Arguments" error.
USB port name is
ttyUSB3
and PCI port name ismhi_DUN
.Running
serialport::available_ports()
outputs only USB and doesn't recognize PCI.Why can't I open the serial port with PCI?
thanks
Beta Was this translation helpful? Give feedback.
All reactions