Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[solved] Dyadic experiment

2»

Comments

  • edited December 2013

    Yep, that kind of seemed to work (although now it forces a response, but I suppose that's not necessarily a bad thing).
    So the next trick is, I need to import a second response box.
    Would this be the way to go? or do I need a more sophisticated import syntax than this.

    import pyxid
    # get a list of all attached XID devices
    devices = pyxid.get_xid_devices()
    dev = devices[0] # get the first device to use
    dev1 = devices[1] # hopefully get the second device to use?
    
  • edited 3:08PM

    I think I actually got it to work.
    Thanks a lot for your help!

  • edited 3:08PM

    Great! Good luck with the experiment.

Sign In or Register to comment.