Calculate 16-bit Xmodem CRC
v = crc.crcxmodem(txt)
Calculates a CRC-16/Xmodem value of txt.
txt
e.g. v = crc.crcxmodem('Hello world') --> v=37278
v = crc.crcxmodem('Hello world') --> v=37278