Search found 2 matches

by K_uwpsych
Fri Oct 28, 2005 9:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: need help with getting input from parallel port device
Replies: 5
Views: 8172

MEL Code for device

So this is what someone has told me is the code used to work with the device in MEL. I would need to do the same thing only using QuickBasic. I don't know if this will help or not.... PORT_IN( bit_id, port_data, bit_mask, options, port_address ) where bit_id (string) = variable assigned to the bit w...
by K_uwpsych
Thu Oct 27, 2005 10:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: need help with getting input from parallel port device
Replies: 5
Views: 8172

need help with getting input from parallel port device

I use quickbasic to run Psychology experiments, and we often record vocal response times (RT). Our old equipment involved a voice key that was wired into the "-" key of the keyboard, so we could easily present a stimulus (e.g., a word) UNTIL INKEY$ = "-" and record the RT from th...