├── Includes └── Serial_Port.h ├── LICENSE.md ├── README.md └── Sources ├── Serial_Port_Linux.c └── Serial_Port_Windows.c /Includes/Serial_Port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICCIARDI-Adrien/Serial_Port_Library/HEAD/Includes/Serial_Port.h -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICCIARDI-Adrien/Serial_Port_Library/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICCIARDI-Adrien/Serial_Port_Library/HEAD/README.md -------------------------------------------------------------------------------- /Sources/Serial_Port_Linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICCIARDI-Adrien/Serial_Port_Library/HEAD/Sources/Serial_Port_Linux.c -------------------------------------------------------------------------------- /Sources/Serial_Port_Windows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICCIARDI-Adrien/Serial_Port_Library/HEAD/Sources/Serial_Port_Windows.c --------------------------------------------------------------------------------