-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Isaac edited this page Apr 2, 2025
·
3 revisions
[
Uma biblioteca em C para comunicação serial (UART) com suporte a configurações personalizadas e operações assíncronas via threads.
- Configuração flexível (baud rate, paridade, bits de dados, etc.)
- Leitura/escrita simultânea usando threads
- Compatível com Linux (termios)
- GCC
- Linux (ou WSL)
- Dispositivo serial (ex: Arduino, ESP32)
git clone https://github.com/Ilx159/Serial_Lib.git
cd Serial-Lib
make