Link to home
Start Free TrialLog in
Avatar of vivienneyoong
vivienneyoong

asked on

Re: Usage Of Com 1

Hi all,

I've completed developing my system with Delphi 7, then, I began to realise that the users are not able to scan with the 2D Barcode scanner which is being hooked up to Com 1.

What should I do? Is there any extra coding required for this? If there are, how should I do it? Are there any third-party components that I can use to solve this problem?

Please advice.

Vivienne
Avatar of Ivanov_G
Ivanov_G
Flag of Bulgaria image


   Do you receive something from COM1 at all ... ? Is the barcode hook properly installed ?

   If you are looking for components :
   http://www.torry.net/pages.php?id=258
Avatar of vivienneyoong
vivienneyoong

ASKER

There is a response from COM1 but the only thing is that, it doesn't display anything on the edit box. Could it be that I need to install a component to enable it to read from COM Ports?

The 2D barcode scanner is hooked properly.

I've tried hooking up a 1D barcode scanner at the Serial Port (sharing the same port as the keyboard) and it works fine.

What could the problem be?

   I have 2D barcode on D7 ... working... Try to see it your barcode reader works with some of these :

   http://www.taltech.com/products/bcindex.html

   I think your hook is somehow not working with 2D
Which port is your 2D barcode hooked up on?

Do you add in any special components or extra coding to help you to capture the values from the 2D barcode if hooked on COM 1?
ASKER CERTIFIED SOLUTION
Avatar of Ivanov_G
Ivanov_G
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial