Manage serial port from two processes simultaneosly

前端 未结 3 1516
情书的邮戳
情书的邮戳 2021-01-28 08:10

I have the following scenario:

  • Rasperry pi connected to a device via Serial port
  • 3g Dongle connected to the raspberry (with the ability to make/recieve ca
3条回答
  •  甜味超标
    2021-01-28 08:22

    You may write a single service that communicates with the real serial port but offers two virtual serial ports itself like described here Virtual Serial Port for Linux

提交回复
热议问题