There are lots of off the shelf activex dlls you can buy
to do the job
try www.greymatter.co.uk
Quote:
>-----Original Message-----
>I'm trying to predict all possibilities.
>And you can not use DLL with form as a remote component.
>Here wrapper class comes handy (From my point of view at
least)
>Some scanners communicate using serial port and some of
them have Terminal
>connected to the hub. Here you communicate thru TCP/IP
>I'm planning to write class that will access any kind of
server.
>I just can't find any related information on Scanner.
>> You won't need to use COM+, at least is not necessary...
>> There is a "huge" difference between MSCOMM and WINSOCK.
>> MSComm uses the communicaton port, while WinSock wraps
you to the TCP/IP
>> layer....
>> If you use controls on a form, you WON'T need to
display it, just load it
Quote:
>> using the following:
>> Load form1
>> and then access the control.
>> If you access the control directly, like
form1.mscomm1.open, then the form
Quote:
>> will be dipslayed instead..
>> You won't need any special book, you will need to
understand how the
>> communication MSCOMM works and then look at the bar
code protocol......
>once
>> you understand the communication basics, it doesn't
matter at all which
>> device is connected to....
>> If you don't have any experiance with serial protocols,
just check the
>> MSCOMM descriptions and start to use the MSCOMM to read
and write to the
>> code-readed and understand the responses and the return
codes.....
>> stef
message
Quote:
>> > Hi!
>> > We starting project in which we will communicate with
barcode scanners.
>> > It's completely new to me. So far I found that I will
need to use
>WinSock
>> > and MSCOMM controls. Also I found wrapper class
around MSCOMM control so
Quote:
>I
>> > will not need to include form in project.
>> > I assume I can do same way with WinSock control.
>> > Scanner by itself have internal memory and i can
write DOS application
Quote:
>> with
>> > C/C++ and upload to scanner.
>> > My question to NG:
>> > Is there any good books this kind of programming
oriented?
>> > Anybody heard of app written in VB using COM+ to work
with scanners?
>> > Web sources?
>> > I found 1 NG but it's dead
>> > What I can start with?
>> > Thanks for ideas, examles, etc..
>.