Skip to content

adding xmodem send function, plus bug fixes

Compare
Choose a tag to compare
@yongchaofan yongchaofan released this 29 Sep 21:09
· 95 commits to master since this release
4fb70b6

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