Shop OBEX P1 Docs P2 Docs Learn Events
Human Interface Board demos? — Parallax Forums

Human Interface Board demos?

icepuckicepuck Posts: 466
edited 2013-11-24 04:08 in Propeller 1
I got my HIB this week have been looking for examples(in C) Googling hasn't found anything usefull and searching the OBEX for "Human interface board" found 0 results.
-dan

Comments

  • MagIO2MagIO2 Posts: 2,243
    edited 2013-11-24 01:30
    I don't know the HIB, that's why I did not answer in the first place, but as you got no feedback so far, here is what I think.

    You don't need a special demo for the HIB. Just search for demos that use the interfaces offered by the HIB. You have to check in their sourcecode whether they use the right pins or adjust the serttings. Sometimes there are constants which define the used pins or you have to find the start function of the driver and find the pins there.

    For example attach the HIB to a monitor and use VGA_Text_Demo.spin in the examples that come with the propeller tool. Find the line
    text.start(16)
    and check whether the HIB also uses pins starting with pin 16 for the VGA port.

    In the examples you also find demos for keyboard, mous, sound, TV ...

    Please be carefull with these settings, as you can fry pins if you use the wrong settings.
  • RossHRossH Posts: 5,462
    edited 2013-11-24 04:08
    Catalina 3.12 (just posted here) fully supports it. Just compile any of the demo programs, specifying the QUICKSTART board. Catalina also supports the Propeller Memory Card when plugged into this board. Just specify PMC as the XMM add-on board.

    Ross.
Sign In or Register to comment.