Shop OBEX P1 Docs P2 Docs Learn Events
40 pin basic stamp — Parallax Forums

40 pin basic stamp

Alejo83Alejo83 Posts: 28
edited 2014-02-08 13:30 in General Discussion
Hello guys, I just installed the 40 pin basic stamp module to the professional development board and I don't know how to access all the 32 I/O that this module provides. I can only access to the first 15 but when I try to access the other I/O the software tells me that I can only work until pin 15.

How can I make it work with the 32 I/O.

Thank you.

Comments

  • RDL2004RDL2004 Posts: 2,554
    edited 2014-02-08 11:13
    You have to tell the Editor that you are using a 40 pin Stamp, and I think you may also have to tell it to use PBasic 2.5 There are buttons on the Editor toolbar at the top that will add these declarations.
  • PublisonPublison Posts: 12,366
    edited 2014-02-08 11:15
    Alejo83 wrote: »
    Hello guys, I just installed the 40 pin basic stamp module to the professional development board and I don't know how to access all the 32 I/O that this module provides. I can only access to the first 15 but when I try to access the other I/O the software tells me that I can only work until pin 15.

    How can I make it work with the 32 I/O.

    Thank you.

    You need to use AUXIO command to access the other 16 pins.

    See page 129 of the Stamp Manual:

    http://www.parallax.com/sites/default/files/downloads/27218-Web-BASICStampManual-v2.2.pdf
  • RDL2004RDL2004 Posts: 2,554
    edited 2014-02-08 11:25
    Ah yeah, that's it. I knew you had to do something extra. Didn't have the Editor installed on this computer to check.
  • Alejo83Alejo83 Posts: 28
    edited 2014-02-08 13:30
    Thank you so much guys for your help, I followed your instructions and it's working perfectly with all the 32 I/O.

    Thanks again and have a great day!
Sign In or Register to comment.