update date

This commit is contained in:
Jozef Šimko 2022-06-07 17:33:24 +00:00
parent 8429fe2108
commit 252e59677d

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
LINUX -- gcc server.c RS232.c -Wall -Wextra -o server
version: 1.3 , 17.5.2021
version: 1.4 , 7.6.2021
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.
*/