adrianomarto / soft_uart

Software-based serial port module for Raspberry Pi.
GNU General Public License v3.0
159 stars 83 forks source link

Is it possible to have several of these devices concurrently? #22

Closed daniel-dlds closed 3 years ago

daniel-dlds commented 3 years ago

Hi, Great idea you had. I'ts just what I need. I have an application that needs two Serial ports. I can go with the one on the Pi and use your software for the other, the app is not required to go beyond 4800 baud, Is there a possibility of supporting two sets of GPIO pins with this ? or only one is allowed ? Thanks, Regards

adrianomarto commented 3 years ago

Hi. The software currently supports only one software-implemented UART. Using one existing hardware-implemented plus one software-implemented should work though. Cheers!