Can this product be used as an input for the arduino rs232 interface? Not as an output.
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.
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…