serial-port

  1. N

    Help with ModemManager and modem on UART port

    I have a SARA-R52M10 cellular modem attached to a Raspberry Pi CM4 running Ubuntu 24.04 on UART3: root@GATEWAY-0x00000028:~# ll /dev/ttyAMA3 crw-rw---- 1 root dialout 204, 67 Feb 25 01:21 /dev/ttyAMA3 I can get responses from it fine with screen /dev/ttyAMA3 115200 or by running...
  2. B

    Using serial ir transceiver with ir-ctl

    I am running ubuntu 20.04. I have a serial IR transceiver on COM port (motherboard had one COM header). I have installed ir-ctl and ir-keytable. I have also ran "sudo modprobe serial_ir." How or can I use ir-ctl with my serial ir transceiver (the transceiver was made by Iguanaworks)...
  3. I

    How to create Virtual COM connection on Linux (using TCP)?

    So, I have a Server and a Host. Server machine runs on Windows 7. It has program, that creates some data and sends it to port 1001 using ser2net util. The host is running Linux (Debian 10). It has a program, that runs in Wine. The program must receive data from Server. So, I need to create a...
Top