communicating with serial barcode scanner
seems that this scanner's got a usual RS232 interface. Normally a barcode scanner works unidirectional (at least when connected to the keyboard). So I'd try to find out what happens if you connect it to your PC's serial port and establish a connection using hyperterminal. Then scan a label and watch the screen. If you receive some bullshit, play with the baudrate and parameters. Begin with 9600 8N1.
Btw. a serial communication via 3 wires (Receive, Transmit, Ground) is possible if the scanner doesn't need the handshake signals.
Mik