tehmaze-labs / modem

XMODEM, YMODEM and ZMODEM implementations in Python
23 stars 32 forks source link

Missing reference to self.calc_crc in ymodem.py (multi_protocol branch) #6

Open ApiumJacob opened 2 years ago

ApiumJacob commented 2 years ago

Should probably be calc_crc16 which is defined in the base object.

ApiumJacob commented 2 years ago

Renamed calc_crc to calc_crc16 to work around this issue. Seems to be working as noted in issue #8 where crc was check with protocol analyzer.