listen from serial

This commit is contained in:
2023-07-29 22:32:44 +03:00
parent bdd87110c1
commit afd878407e
6 changed files with 111 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ export LIBRARY_PATH=$HOME/Git/libserialport/.libs
for file in \
port_info.c \
list_ports.c \
send_receive.c \
listen.c \
do
gcc -static -Wall -O3 -o ${file%.*} $file -lserialport