update date

This commit is contained in:
Jozef Šimko 2022-06-07 17:34:20 +00:00
parent 1e58309114
commit 9b53609df1

View File

@ -9,7 +9,7 @@ Compiler: Winlibs GCC -- MinGW-W64 x86_64-posix-seh version 11.2.0, built by Bre
compile: WIN -- gcc server.c RS232.c -Wall -Wextra -lwsock32 -o server compile: WIN -- gcc server.c RS232.c -Wall -Wextra -lwsock32 -o server
LINUX -- gcc server.c RS232.c -Wall -Wextra -o server LINUX -- gcc server.c RS232.c -Wall -Wextra -o server
version: 1.4 , 7.6.2021 version: 1.4 , 7.6.2022
Usage: Program communicates with both second program (client) using sockets and lasermeter using RS232 COM port communication. Usage: Program communicates with both second program (client) using sockets and lasermeter using RS232 COM port communication.
It works in active or passive mode according input parameters. It works in active or passive mode according input parameters.
*/ */