adding xmodem send function, plus bug fixes
now compiled with Visual Studio 16 2019, optimized for code size, with dynamic linking of ucrtbase.dll and static linking of vcruntime.dll, new exe size for x64 is 240KB and for x86 is 208KB
Features:
1. added basic xmodem support on serial connection, drag&drop a file to send
only send function with 128 byte block size is supported, CRC supported
Bug fixes:
1. Connect Dialog remembers hostname/ipaddress used for last connection
2. menu item check status updated when ftpd/tftpd timed out