RS232 Shield Input

Hello Everyone,

I am new here and want to ask some questions regarding this product and the arduino. https://www.sparkfun.com/products/13029

  1. Can this product be used as an input for the arduino rs232 interface? Not as an output.

  2. If yes, How?

Now for the reason why I asked this question.

We need to use a bill acceptor/validator with our school thesis project and we want to be able to reject bills if we want to. I contacted the manufacturer and they gave me an API which uses the rs232 protocol to be able to use that API. How can i use the arduino to interface with that API in order for me to be able to control the bill acceptor/validator to reject bills if needed. I can send the API to anyone who is interested on seeing it.

Thanks and Best Regards.

I think you need to take baby steps - first, use hyperterminal or similar terminal program and send / receive to the Arduino device programmed to send responses back to you. Getting the communication going is crucial to the success of your project.

Google will reveal many hundreds of ‘arduino serial communications’ examples / tutorials, etc…

http://www.arduino.cc/en/Tutorial/SoftwareSerialExample

So, in answer to your question, yes, it can be used for your purpose and most likely with the API.

How does one exactly use it? Do I just plug in the cable into the the shield directly and it should work?

As previously stated, there are hundreds of examples / tutorials, etc. Just use Google.

Not sure anybody here is going to do your project for you.

https://www.youtube.com/watch?v=KYWCkdrCUKg

Ok thanks and I wasn’t asking for anyone to do it for me. I was just asking on pointers how to.