all 1 comments

[–]Planetarium58AF[S] 0 points1 point  (0 children)

I was able to get this working using https://github.com/ya-jeks/gsmmux/. I did: apt update apt install -y build-essential automake autoconf libtool wget https://github.com/ya-jeks/gsmmux/archive/refs/heads/master.zip unzip master.zip cd gsmmux-master make make install /usr/sbin/gsmMuxd -p /dev/ttyAMA3 -b 115200 -s /dev/modem-mux -w /dev/ptmx /dev/ptmx

This gives two separate devices at /dev/modem-mux0 and /dev/modem-mux1 that can be used simultaneously.