home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / electron / 19204 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.1 KB  |  26 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!mcsun!ieunet!tcdcs!dherity
  3. From: dherity@cs.tcd.ie (Herity D.)
  4. Subject: How is this (SDLC?) CRC computed ?
  5. Message-ID: <1992Nov19.174655.1416@cs.tcd.ie>
  6. Keywords: SDLC, CRC, MNP
  7. Organization: Computer Science, Trinity College Dublin
  8. Date: Thu, 19 Nov 1992 17:46:55 GMT
  9. Lines: 15
  10.  
  11. I'm doing an SDLC implementation in software (processing every bit) and
  12. am stumped by the CRC calculation.
  13. I receive a packet 03h,05h,08h,17h,31h,94h, the last two bytes of which are
  14. the CRC. This is in MNP level 5. I've read several versions of how the
  15. SDLC CRC is computed, but I can't reproduce it. I've tried CRC-CCITT,
  16. CRC-16, LSB first and MSB first, initialising to 0s and 1s, but there's
  17. something missing.
  18.  
  19. Suggestions, anyone ?
  20.  
  21. -- 
  22. ================================================================================
  23. | Dominic Herity,  dherity@.cs.tcd.ie,                      | Something clever |
  24. | Computer Science Dept, Trinity College, Dublin 2, Ireland.| coming soon to a |
  25. | Tel : +353-1-6772941 ext 1720 Fax : +353-1-6772204        |signature near you|
  26.