473,788 Members | 2,868 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Barcode scanning

Greetings,
I would like to integrate a barcode scanner into the current project I
am working on. I have been looking around teh web and with the
exception of embeded devices I cannot find many programming guides.
What I am looking for is a barcode scanner with an api/sdk. I am not
interested in using a keyboard wedge because I do not want my end user
to have to deal with making sure the cursor is in the right place.

As it needs to work with a laptop USB is really my only option. The
laptops that will be used do no come with serial. My ideal set up
would be a barcode scanner that comes with a decent api. Ideally
there would be some system event I could subscribe to which would
notify the system that a barcode has been scanned and pass it the
string.

For the life of me I cannot find anything like this though. It has
gotten me to the point where I am wondering if I am missing
something. Do all scanners these days just use the keyboard wedge
technique or are there some that you can actually program into your
application. If anyone has a recommendation on a scanner to use
(doens't have to be c#) which does what I am looking for I would be
very appreciative..

Feb 21 '07 #1
4 4558

Hi

Take a look at this web site.
http://www.icsharpcode.net/
They have a low level USB library maybe you could use this with a keyboard
wedge and control the input.
One thought though.
Surely it is going to be simpler to control where the users Curser is with
code rather than dealing with a low level api?

ink

<dj*****@gmail. comwrote in message
news:11******** **************@ l53g2000cwa.goo glegroups.com.. .
Greetings,
I would like to integrate a barcode scanner into the current project I
am working on. I have been looking around teh web and with the
exception of embeded devices I cannot find many programming guides.
What I am looking for is a barcode scanner with an api/sdk. I am not
interested in using a keyboard wedge because I do not want my end user
to have to deal with making sure the cursor is in the right place.

As it needs to work with a laptop USB is really my only option. The
laptops that will be used do no come with serial. My ideal set up
would be a barcode scanner that comes with a decent api. Ideally
there would be some system event I could subscribe to which would
notify the system that a barcode has been scanned and pass it the
string.

For the life of me I cannot find anything like this though. It has
gotten me to the point where I am wondering if I am missing
something. Do all scanners these days just use the keyboard wedge
technique or are there some that you can actually program into your
application. If anyone has a recommendation on a scanner to use
(doens't have to be c#) which does what I am looking for I would be
very appreciative..

Feb 21 '07 #2
Jay
One possibility is to use a barcode scanner with an RS232 interface, and use an adapter to connect
it to a USB socket. You could then do exactly what you want to do using built-in classes in the .NET
2.0 framework and above (see the System.IO.Ports namespace).
<dj*****@gmail. comwrote in message news:11******** **************@ l53g2000cwa.goo glegroups.com.. .
Greetings,
I would like to integrate a barcode scanner into the current project I
am working on. I have been looking around teh web and with the
exception of embeded devices I cannot find many programming guides.
What I am looking for is a barcode scanner with an api/sdk. I am not
interested in using a keyboard wedge because I do not want my end user
to have to deal with making sure the cursor is in the right place.

As it needs to work with a laptop USB is really my only option. The
laptops that will be used do no come with serial. My ideal set up
would be a barcode scanner that comes with a decent api. Ideally
there would be some system event I could subscribe to which would
notify the system that a barcode has been scanned and pass it the
string.

For the life of me I cannot find anything like this though. It has
gotten me to the point where I am wondering if I am missing
something. Do all scanners these days just use the keyboard wedge
technique or are there some that you can actually program into your
application. If anyone has a recommendation on a scanner to use
(doens't have to be c#) which does what I am looking for I would be
very appreciative..
Feb 21 '07 #3
Hi,

<dj*****@gmail. comwrote in message
news:11******** **************@ l53g2000cwa.goo glegroups.com.. .
For the life of me I cannot find anything like this though. It has
gotten me to the point where I am wondering if I am missing
something. Do all scanners these days just use the keyboard wedge
technique or are there some that you can actually program into your
application. If anyone has a recommendation on a scanner to use
(doens't have to be c#) which does what I am looking for I would be
very appreciative..
I only have experience working with PDAs scanners, so take this with a grain
of salt.

Go to Symbol.com they offer the biggest varieties of scanners. They also
provide a SDK to use them, if you find this combination (usb scanner + SDK
support) it's extremely easy to add to your project.
Feb 21 '07 #4
Most Barcode scanners like the ones from Wasp, just plug into a USB or even
the PS2 port and will enter text just like a keyboard so all you have to do
is give it a TextBox to enter its data into. You can even program most of
them to either add a CRLF at the end of the text or not. You really don't
need to do any special coding for them.

We have some applications that read serial numbers with a barcode scanner
and it just enters them into a text box and with the CRLF and the default
button on a form it will basically enter the scanned text and then press the
button.

Hope that helps.

Eric Renken
<dj*****@gmail. comwrote in message
news:11******** **************@ l53g2000cwa.goo glegroups.com.. .
Greetings,
I would like to integrate a barcode scanner into the current project I
am working on. I have been looking around teh web and with the
exception of embeded devices I cannot find many programming guides.
What I am looking for is a barcode scanner with an api/sdk. I am not
interested in using a keyboard wedge because I do not want my end user
to have to deal with making sure the cursor is in the right place.

As it needs to work with a laptop USB is really my only option. The
laptops that will be used do no come with serial. My ideal set up
would be a barcode scanner that comes with a decent api. Ideally
there would be some system event I could subscribe to which would
notify the system that a barcode has been scanned and pass it the
string.

For the life of me I cannot find anything like this though. It has
gotten me to the point where I am wondering if I am missing
something. Do all scanners these days just use the keyboard wedge
technique or are there some that you can actually program into your
application. If anyone has a recommendation on a scanner to use
(doens't have to be c#) which does what I am looking for I would be
very appreciative..

Feb 21 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
12217
by: CHANGE username to westes | last post by:
What are the most popular, and well supported, libraries of drivers for bar code scanners that include a Visual Basic and C/C++ API? My requirements are: - Must allow an application to be written to a single interface, but support many different manufacturers' barcode scanning devices. I do not want to be tied to one manufacturers' software interfaces. - Must support use of the scanner from Visual Basic, and ideally from C/C++ and...
1
14189
by: Chad | last post by:
Hello, I am working with a client who wants to integrate barcode scanning technology into a website I'm building for him (ASP and ASP.NET site). Specifically, he wants to use barcode scanning in his order fulfillment process. He wants an employee to bring up an order, then scan in the products being shipped with the order, then mark the order as processed. I've read posts that point to barcode scanners that will simulate
8
6418
by: DS | last post by:
Does anyone know anything about barcodes in Access. I don't want to create them in Access. I merely want to scan whats already been created. I need to scan Liquor bottles. I have the scanner hooked up. Any help is appreciated, Thanks DS
4
2226
by: teddysnips | last post by:
My clients want their employees to log in by scanning a barcode on their passes. I've set up a web page with a text box to capture the scanned barcode. Two questions. 1. Can anyone think of a neat way to authenticate the scanned barcode without any further user action? The barcodes I'm using to play with the system are the ones on my CDs which have an embedded CR, which nicely press the default ASP button, but I may not be able to...
1
3239
by: Bruce D | last post by:
I'm researching a VB .NET project that will have two functions: 1 - scan images using TWAIN drivers of scanner 2 - read barcode of that scanned image I've been researching many companies and was wondering if anyone had any recommendations of any options about the companies I've listed here. Your input is appreciated! The thing here is that I like Dosadi:EZTwain...but they don't offer barcode recognition. It seems these are the only...
2
1701
by: Camelduke | last post by:
My company is considering the development of a mobile device that integrates 2D barcode scanning among its features. However, our engineering team is stymied as they believe that we are unable to incorporate 2D barcode scanning technology without licensing the technology specifically from Symbol--which is obviously difficult to obtain and costly to implement (and effectively allows a potential competitor to control our ability to sell...
6
3384
by: Samuel Shulman | last post by:
I would like to add barcode functionality to my POS program How does one attach barcode reader is it usually USB port How can the program get the data read by the device Thank you, Samuel
2
9977
by: nmrpa91290 | last post by:
Hi, I am in the design phase of building a database that will track the productivity of my warehouse. I am thinking of using a barcode scanner to assist me with this. Employees will hopefully be scanning a barcode which will communicate to the computer that the employee did some type of task. Employees will be identified by ID badges which will contain string data to identify them and hopefully log them in. Is this a good way to keep...
7
4223
by: jim | last post by:
I need to have 2 simple barcode reader applications finished by midnight tonight. I have never written any barcode reader software and need any help that you may be able to offer. I do not know what type of barcode the user will have, so I need to be able to accept input from any industry standard barcode reader. I need to check the barcodes scanned to see if they are in a database of acceptable barcodes and simply show ACCEPT or...
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10112
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.