From: franck on
Hi,


did you look on symbol website, there are some sdk to manipualte the barcode
scanner.

Bye

"Joe" <joewoodbury(a)gmail.com> a �crit dans le message de news:
01399586-11b3-4431-a00e-4c9d893711c1(a)s13g2000prd.googlegroups.com...
>I have Symbol MC70 units with 2D barcode scanners, but would like to
> force them to use 1D linear or at least the 1D aimer. Does anyone know
> of a way, especially through the .NET interface (though I could p/
> invoke if I had to.)


From: Ron Weiner on
If you are using the Symbol SDK fool around with

Scanning.MyReader.Decoders.PDF417.Enabled = False
Scanning.MyReader.Decoders.CODE128.Enabled = True

Set all of the barcode symbologies you dont want to scan to false and vise
versa.

Rdub

"franck" <franck.duringer(a)wurth.fr> wrote in message
news:%23hUyuI5zIHA.2188(a)TK2MSFTNGP04.phx.gbl...
> Hi,
>
>
> did you look on symbol website, there are some sdk to manipualte the
> barcode scanner.
>
> Bye
>
> "Joe" <joewoodbury(a)gmail.com> a �crit dans le message de news:
> 01399586-11b3-4431-a00e-4c9d893711c1(a)s13g2000prd.googlegroups.com...
>>I have Symbol MC70 units with 2D barcode scanners, but would like to
>> force them to use 1D linear or at least the 1D aimer. Does anyone know
>> of a way, especially through the .NET interface (though I could p/
>> invoke if I had to.)
>
>