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.

Moved:How do I connect a dollar bill validator (MDB) 2 a PIC

Status
Not open for further replies.

trend

Member level 5
Joined
Dec 14, 2004
Messages
86
Helped
7
Reputation
14
Reaction score
2
Trophy points
1,288
Activity points
1,104
mdb/icp

Hello, I need to interface a dollar bill validator to either a PIC or AVR. I have a schematic on how to do this... But lack software.. And am a little confused.

I know it is 9600baud, 1start, 8data, 1special data packet, 1stop.

But I am not sure how to use the 1special data bit.

Does anyone have any suggestions or code?

thanks! Lee


====
sorry mods for the post in the other forum.. I think this is a better forum.
====
 

bill validator mdb

If you use a PIC with a USART it is much easier (PIC16F87x for instance). The 9-th bit is generally used for parity. The USART will receive it if you enable it in the RCSTA register. You can then retrieve it and use it for whatever purpose.

If you want to do it all in software it will be harder but you will learn more.
Here are some links:

**broken link removed**
 

connecting bill validator

trend said:
Hello, I need to interface a dollar bill validator to either a PIC or AVR. I have a schematic on how to do this... But lack software.. And am a little confused.

I know it is 9600baud, 1start, 8data, 1special data packet, 1stop.

But I am not sure how to use the 1special data bit.

Does anyone have any suggestions or code?

thanks! Lee


====
sorry mods for the post in the other forum.. I think this is a better forum.
====

Hi,
Go to http://www.vending.org/store/index.html
Or **broken link removed**
for MDB-ICP specifications
Or Pm me your e-mail, if you need MDB-ICP v2.00
Bye
Fuji
 

Re: Moved:How do I connect a dollar bill validator (MDB) 2 a

interesting.. How do you reconfig the uarts into letting the 9bit do whatever I want?

thanks guys!

Lee
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top