Hi,
You have to read data into a buffer (append new data as it arrives), and
parse out of that buffer until some known terminating character is found. I
suspect that this would be a carriage return, but your documentation will
tell you.
remember to clear the buffer that you are parsing from after you have read
the barcode.
Dick
--
Richard Grier (Microsoft Visual Basic MVP)
See
www.hardandsoftware.net for contact information.
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.