Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

microcontroller-based barcode reader

Status
Not open for further replies.

rockeagle_11

Newbie level 1
Joined
Dec 28, 2004
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
8
microcontroller based barcode reader

has anyone done or know abt designing a microcontroller-based barcode reader??
 

barcode reader microcontroller

I'm not sure that all of these sites are useful to, but they can provide you some references:

**broken link removed**
**broken link removed**

Good luck!
 

microcontroller barcode reader

if you find a barcode reader removed from equipment , most of them have built in circuitry and communicates through rs232 . you can easliy implement communication with mcu .
 

Re: barcode reader microcontroller

I'm not sure that all of these sites are useful to, but they can provide you some references:

**broken link removed**
**broken link removed**

Good luck!

Sorry for bumping up a very old thread. The links do not exist anymore. Do you have newer links?

Thanks
 

Try of using rs232 barcode scanner. RS232 barcode scanner sends data in ascii char,
pattern of data sends from rs232 barcode is
Start char(0x0h)+data+End char(0xDh).
Connection:

Barcode MCU
TX PIN RX PIN
GND GND

Write your program to start reads after detection of start char and stop read when detects end char.

I hope this help you.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top