We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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?