home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / electron / 18518 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.0 KB  |  79 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!nwnexus!daniel
  3. From: daniel r. mauch <daniel@halcyon.com>
  4. Subject: Magnetic Swipe Reader Decoders
  5. Message-ID: <kwRVTB1w165w@halcyon.com>
  6. Originator: bbs@halcyon.com
  7. Keywords: Magnetic, Swipe, decoders
  8. Sender: sso@nwnexus.WA.COM (System Security Officer)
  9. Organization: The 23:00 News and Mail Service
  10. Date: Sat, 7 Nov 1992 18:01:07 GMT
  11. Lines: 66
  12.  
  13.                                Magnetic Card Swipe Reader
  14.  
  15.      Some time ago there were several posts about Magnetic Card
  16.  
  17. Readers and how to read the data. One of the files even had a C
  18.  
  19. program called Swipe.C that would read  the data when a card was
  20.  
  21. pushed thought the reader and could be displayed on screen or
  22.  
  23. saved to a file.
  24.  
  25.      A few weeks ago, I bought a SR&D mag card swipe reader in
  26.  
  27. San Diego for $2.50. Using the information in the files posts
  28.  
  29. dating back to Jan 92 , I was able to connect my swipe reader to
  30.  
  31. my PC and using the program could read and store the contents of
  32.  
  33. the card. The problem was that the data was a columnar listing of
  34.  
  35. 255's and 191's. I have deduced that the 255 is FF hex or 1111
  36.  
  37. 1111. The 191 is BF hex or 1011 1111. Since I am not a
  38.  
  39. experienced programmer, I need some help in determining how to
  40.  
  41. read the data. I want to decode a card so that I can use a mag
  42.  
  43. card reader as an input device for a future robotics devise that
  44.  
  45. I have in mine. Any help would be appreciated.
  46.  
  47.  Here is the partial listing that is giving me trouble. To
  48.  
  49. conserve space I list the data in several columns.
  50.  
  51. 255       255       255       255       etc.
  52.  
  53. 255       255       255       255
  54.  
  55. 255       255       255       255
  56.  
  57. 255       255       255       255
  58.  
  59. 255       255       255       191
  60.  
  61. 255       255       255       191
  62.  
  63. 255       255       255       191
  64.  
  65. 255       255       255       255
  66.  
  67. 255       255       255       255
  68.  
  69. 255       255       255       191
  70.  
  71. 255       255       255       191
  72.  
  73. 255       255       255       255
  74.  
  75.      
  76.  
  77.                                 
  78.  
  79.