Carbon225 / raspberry-sbus

Linux/Raspberry Pi SBUS driver
MIT License
35 stars 10 forks source link

Readme - aditional uarts on rpi4 #13

Closed gabrielbeu-ifsc closed 1 year ago

gabrielbeu-ifsc commented 1 year ago

To use additional UARTs only on Raspberry Pi 4 add dtoverlay=uartX to /boot/config.txt where X is 2, 3, 4 or 5 to enable another UART reboot and use /dev/ttyAMAX where X is the UART you chose

In case of using UART1 and another, for example UART3, the ttyAMAx is numbered sequentially. So, in this case, ttyAMA0 is for UART0 and ttyAMA1 is for UART3.

Carbon225 commented 1 year ago

That sounds correct, thanks.

gabrielbeu-ifsc commented 1 year ago

You are welcome.

Thanks for the SBUS code on RPI.

Prof. Gabriel Macedo, M.e Eng.

DAE - Departamento Acadêmico de Eletrotécnica

Câmpus Florianópolis - Av. Mauro Ramos, 950 - Centro

Instituto Federal de Educação, Ciência e Tecnologia de Santa Catarina

Em qua., 15 de fev. de 2023 às 17:36, Carbon @.***> escreveu:

That sounds correct, thanks.

— Reply to this email directly, view it on GitHub https://github.com/Carbon225/raspberry-sbus/issues/13#issuecomment-1431997151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXF2KMUBNAFMD7BGAMGRYH3WXU45TANCNFSM6AAAAAAU5J7MMY . You are receiving this because you authored the thread.Message ID: @.***>

Carbon225 commented 1 year ago

Fixed