From 9951618476f25d92907510eddd83ab51bbbd58d3 Mon Sep 17 00:00:00 2001 From: Pavel Vymetálek Date: Thu, 11 Jan 2024 13:44:10 +0100 Subject: Communication confirmed by Ack messages without hw-flow control - default confirmation by Ack messages - still compatible with old .sercp by -l switch for hw flow control - switch -w is not used when using ack messages - new switch for turbo speed - 115200Bd. Same as on the Speccy TODO - check Ack messages properly --- sercp.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sercp.rc') diff --git a/sercp.rc b/sercp.rc index b5cd913..1d13589 100644 --- a/sercp.rc +++ b/sercp.rc @@ -1,8 +1,8 @@ -// RC file, codepage utf-8 !!!!! +// RC file, codepage utf-8! #include // include for version info constants 1 VERSIONINFO -FILEVERSION 0,3,7,0 -PRODUCTVERSION 0,3,7,0 +FILEVERSION 0,4,0,0 +PRODUCTVERSION 0,4,0,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -10,14 +10,14 @@ FILETYPE VFT_APP BLOCK "040904E4" { VALUE "CompanyName", "vym.cz" - VALUE "FileVersion", "0.3.7" + VALUE "FileVersion", "0.4.0" VALUE "FileDescription", "sercp - serial copy for ZX Spectrum" VALUE "InternalName", "sercp" VALUE "LegalCopyright", "GNU GPL v3 or above" VALUE "LegalTrademarks", "Pavel Vymetálek" VALUE "OriginalFilename", "sercp" VALUE "ProductName", "sercp" - VALUE "ProductVersion", "0.3.7" + VALUE "ProductVersion", "0.4.0" VALUE "Build environment", "Linux: Mingw64, x86_64" } } -- cgit