Hi I need a little help
I am trying to calculate crc-16 checksum in VB.net
I need to use polynomial 1021 with the input and result reflected,
initial value of 0 and final Xor value 0xFFFF
so if I input Bytes FF FF FF FF 00 0B 66 1A a CRC of 2CFB is returned
I have found an online JavaScript tool at
http://www.sunshine2k.de/coding/javascript/crc/crc_js.html but I need it in Vb.Net and have no idea how to convert the code
a simple textbox and Button vb.net app would be perfect