Shop OBEX P1 Docs P2 Docs Learn Events
Smart card reading writing. — Parallax Forums

Smart card reading writing.

james.tjames.t Posts: 8
edited 2014-11-15 14:34 in Learn with BlocklyProp
I have a smart card slot and card from parallax. There was objects written in spin, but i have changed boards and now am working with the parallax board that uses c, can any one tell me where i might find information on how the smart card is accessed and how i can read and write data to it..

Thanks in advance

Comments

  • JonnyMacJonnyMac Posts: 8,927
    edited 2014-11-11 13:06
    am working with the parallax board that uses c

    The board doesn't care. As long as it's a Propeller-compatible language, it will work with your board.
  • Mike GreenMike Green Posts: 23,101
    edited 2014-11-14 09:34
    The smart cards use I2C to communicate with the Propeller. There's a SimpleI2C library included with the SimpleIDE. Have a look at that. Each card that Parallax sells has a datasheet that describes how to communicate with it using I2C, so it should be simple to write your communications routines in C with the datasheets, the SimpleI2C documentation, and the Spin code from the Object Exchange.
  • james.tjames.t Posts: 8
    edited 2014-11-15 14:33
    Thanks but thats not what i was asking...
  • james.tjames.t Posts: 8
    edited 2014-11-15 14:34
    Thanks mike, i"ve got the spin code from the object exchange i'll look it over.
Sign In or Register to comment.