Hi all ,

I'm trying to read barcode information through MScomm using barcode scanner. Here is the code i'm working with

if mscomm1.inBuffercount >0 then
Text1.txt = text1.txt & mscomm1.input
end if

The question i have is, if i scan a 8 digit barcode it displays the information in the text box . But if i scan 10 digit barcode it still diplays first 8 digits and skips the remaining, the same for even 12 digit. Though my input len properties in mscomm is equal to zero. The question is how can i make it to show me all the characters it scanned and the other question is when i scan two barcodes one after the other , its adding the second barcode info to the first, rather than showing me as two separete barcode data. I also tried it as text1.txt = mscomm1.input but didnt help.

Need ur inputs..... thanks