HighTechTalks DotNet Forums  

Symbol 2D Barcode Reader

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss Symbol 2D Barcode Reader in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Harry Simpson
 
Posts: n/a

Default Symbol 2D Barcode Reader - 09-28-2007 , 12:14 PM






Anyone writing for the Symbol/Motorola MC70 to read 2D barcodes?

I'm using the latest SDK 1.04.xx from Symbol but none of the examples look
like they demo 2d barcode reading.

I've got an ap that reads linear barcodes just fine now but was wondering
how the 2D barcode data is parsed upon a read.

TIA
Harry



Reply With Quote
  #2  
Old   
Dick Grier
 
Posts: n/a

Default Re: Symbol 2D Barcode Reader - 09-28-2007 , 12:34 PM






Hi,

I've found that Symbol makes some of their SDKs less than obvious. You may
have to call them to find out if you have the right one.

I did use one about 18 months ago, and it worked fine -- though I ended up
using my own code, and not what was in the SDK. I don't have it available
right now.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.



Reply With Quote
  #3  
Old   
Harry Simpson
 
Posts: n/a

Default Re: Symbol 2D Barcode Reader - 09-28-2007 , 02:05 PM



Thanks Dick,

I do have a support request in cause I actually see nothing about the 2D
imager capture etc.
Appreciate the response though. Still using your fantastic serial control.


Thanks!!
Harry

"Dick Grier" <dick_grierNOSPAM@.msn.com> wrote

Quote:
Hi,

I've found that Symbol makes some of their SDKs less than obvious. You
may have to call them to find out if you have the right one.

I did use one about 18 months ago, and it worked fine -- though I ended up
using my own code, and not what was in the SDK. I don't have it available
right now.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.




Reply With Quote
  #4  
Old   
Jarod
 
Posts: n/a

Default Re: Symbol 2D Barcode Reader - 09-28-2007 , 05:07 PM



I've been using the 1.4 and 1.5 .NET SDKs to read QR code and Aztec
barcodes.

The 1.4 SDK requires an extra CAB to be installed on your MC70 to read
Aztec codes (just search the Symbol software download center for
"Aztec" and you'll see the CAB), but the 1.5 SDK has Aztec code
reading built in.

Jarod


On Sep 28, 9:14 am, "Harry Simpson" <harry.simp... (AT) phgt (DOT) net> wrote:
Quote:
Anyone writing for the Symbol/Motorola MC70 to read 2D barcodes?

I'm using the latest SDK 1.04.xx from Symbol but none of the examples look
like they demo 2d barcode reading.

I've got an ap that reads linear barcodes just fine now but was wondering
how the 2D barcode data is parsed upon a read.

TIA
Harry



Reply With Quote
  #5  
Old   
Jarod
 
Posts: n/a

Default Re: Symbol 2D Barcode Reader - 09-28-2007 , 05:09 PM



I forgot to mention there is nothing special needed. I just
instantiated a Barcode.Barcode object, enabled some the items under
the barcode class' DecodeParameters property, created a
ScannerReadEventHandler method and then enabled the scanner and
started scanning the 2D tags.

Jarod





On Sep 28, 2:07 pm, Jarod <jarod_la... (AT) yahoo (DOT) com> wrote:
Quote:
I've been using the 1.4 and 1.5 .NET SDKs to read QR code and Aztec
barcodes.

The 1.4 SDK requires an extra CAB to be installed on your MC70 to read
Aztec codes (just search the Symbol software download center for
"Aztec" and you'll see the CAB), but the 1.5 SDK has Aztec code
reading built in.

Jarod

On Sep 28, 9:14 am, "Harry Simpson" <harry.simp... (AT) phgt (DOT) net> wrote:

Anyone writing for the Symbol/Motorola MC70 to read 2D barcodes?

I'm using the latest SDK 1.04.xx from Symbol but none of the examples look
like they demo 2d barcode reading.

I've got an ap that reads linear barcodes just fine now but was wondering
how the 2D barcode data is parsed upon a read.

TIA
Harry



Reply With Quote
  #6  
Old   
Harry Simpson
 
Posts: n/a

Default Re: Symbol 2D Barcode Reader - 10-01-2007 , 10:13 AM



Thanks Jarod!!

I've been all over the new Motorola Symbol site and see the 1.6 BETA
download but only the readme for the 1.5. You have a url link to the
download page for the 1.5 SDK? They don't make it easy!

Thanks
Harry

"Jarod" <jarod_lavay (AT) yahoo (DOT) com> wrote

Quote:
I've been using the 1.4 and 1.5 .NET SDKs to read QR code and Aztec
barcodes.

The 1.4 SDK requires an extra CAB to be installed on your MC70 to read
Aztec codes (just search the Symbol software download center for
"Aztec" and you'll see the CAB), but the 1.5 SDK has Aztec code
reading built in.

Jarod


On Sep 28, 9:14 am, "Harry Simpson" <harry.simp... (AT) phgt (DOT) net> wrote:
Anyone writing for the Symbol/Motorola MC70 to read 2D barcodes?

I'm using the latest SDK 1.04.xx from Symbol but none of the examples
look
like they demo 2d barcode reading.

I've got an ap that reads linear barcodes just fine now but was wondering
how the 2D barcode data is parsed upon a read.

TIA
Harry





Reply With Quote
  #7  
Old   
Jarod
 
Posts: n/a

Default Re: Symbol 2D Barcode Reader - 10-01-2007 , 03:58 PM



Here's the full details page with the download links
http://support.symbol.com/support/se...00%2020991 17

If for some reason this URL does not work here are shortcuts to the
1.5 SDK and the patch 1 zip file

Here's the 1.5 SDK
https://docs.symbol.com/downloads/SMDK-M-1.05.05.exe

Here's a patch for the 1.5 SDK, there's a readme in the zip that tells
you what files to replace
https://docs.symbol.com/downloads/SMDK-M-1.05.05-P1.zip

Jarod



On Oct 1, 7:13 am, "Harry Simpson" <harry.simp... (AT) phgt (DOT) net> wrote:
Quote:
Thanks Jarod!!

I've been all over the new Motorola Symbol site and see the 1.6 BETA
download but only the readme for the 1.5. You have a url link to the
download page for the 1.5 SDK? They don't make it easy!

Thanks
Harry

"Jarod" <jarod_la... (AT) yahoo (DOT) com> wrote in message

news:1191013640.323807.99430 (AT) d55g2000hsg (DOT) googlegroups.com...

I've been using the 1.4 and 1.5 .NET SDKs to read QR code and Aztec
barcodes.

The 1.4 SDK requires an extra CAB to be installed on your MC70 to read
Aztec codes (just search the Symbol software download center for
"Aztec" and you'll see the CAB), but the 1.5 SDK has Aztec code
reading built in.

Jarod

On Sep 28, 9:14 am, "Harry Simpson" <harry.simp... (AT) phgt (DOT) net> wrote:
Anyone writing for the Symbol/Motorola MC70 to read 2D barcodes?

I'm using the latest SDK 1.04.xx from Symbol but none of the examples
look
like they demo 2d barcode reading.

I've got an ap that reads linear barcodes just fine now but was wondering
how the 2D barcode data is parsed upon a read.

TIA
Harry



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.