Avatar

Howdy, Stranger!

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

Supported by

ejs

About

Username
ejs
Joined
Visits
10
Last Active
Roles
Member

Comments

  • I've made a plugin for pausing paradigma until the MRI sends the TR pulse. Not sure if it will help, as the plugin works via serial port (USB-Serial actually) to keep Nordic Actia software running. Surelly, there is some constant delay (TR -> con…
  • Hi Sebastiaan, for the first iteration i want the string to be parsed and displayed on the screen in graphical form, representing the extended and retracted pins. Eg. string "xA1A4B1B4y" will extend pins on the left and right sides of the…
  • Hi Sebastiaan, seems the error is gone. Thank you for the solution. Could you have a look at the attached file? 3.1.4 x64 Python 3.5.2 It's not Unicode, isn't it?
  • Hi Sebastiaan, the response comes on the serial interface and i need to process it there. Therefore, (Quote) Ok, this seems to work: if len(inputchar) > 0: self.experiment.responses.add(response=inputchar, response_time=self.expe…
  • Or you can select "other..." from the fonts drop down. NB: "Symbol" font will display on the preview, but not in the fullscreen. Investigating right now.
  • Here's the Gihub link to the 'syncbox' plugin and the the fMRI Parrot, an off-scanner sync trigger generator. The last one does not contain the schematics, but the connection and key definitions are obvious from the Arduino sketch.
  • Well, it seems now i can sync the paradigmas using the external signal. I've copypasted the new toolbox, called 'syncbox' for this. It holds up the presentation up to a sync character is received on the serial port.
  • Hi Sebastiaan, Thank You for the response. It seems to be not so trivial task for me. Currently if not inputchar: is not triggered by empty read from the serial port and i'm not sure why. I feel like a complete dummy in Python as i'm still unable …