Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRC16 IBM

Status
Not open for further replies.

aztechsoft

Programmer
Joined
Jul 8, 2009
Messages
2
Location
US
Procomm CRC16 aspect command uses CCITT poly(0x1021) and I need a crc routine to calculate using poly (0x8005).
Thanks
 
If you have the equation for that polynomial and the math commands are supported in ASPECT, I think that will be the only way to get what you need since the crc16 command cannot be altered.

 
Thanks for the input, Knob. I have seen some CRC algorithms written in C, so they should be similar in aspect. I've never done any of the bitwise manipulations in aspect, so I was hoping someone may have done something in aspect with CRC before.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top