Pulling data from a barcode scanner

Hey all, I'm wondering if there's any way to receive values read from a barcode scanner into Processing. I plugged it in and used

mySerial = new Serial( this, Serial.list()[0], 9600 ); println(Serial.list());

but it didn't show up as a serial port.

Any ideas?

Tagged:
Sign In or Register to comment.