-
July 4th, 2024, 02:57 AM
#1
How to get coin acceptor pulses from serial port?
Can someone help me how to get coin acceptor pulses from serial port (RS232 to be exact)
I dont know what pin to put the signal wire of the coin acceptor to the serial port.
I want is a simple program to display an exact value of coin inserted from the acceptor and shows the same value to the text box
-
July 4th, 2024, 03:37 AM
#2
Re: How to get coin acceptor pulses from serial port?
You'll probably receive more replies if you post on this site's sister site:
https://www.vbforums.com/forumdispla...-6-and-Earlier
All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
July 4th, 2024, 07:17 AM
#3
Re: How to get coin acceptor pulses from serial port?
> Can someone help me how to get coin acceptor pulses from serial port (RS232 to be exact)
> I dont know what pin to put the signal wire of the coin acceptor to the serial port.
RS232 needs a minimum of 3 wires connected - or possibly 2 if it's purely one-way traffic.
Post the URL of the manual from the manufacturer of the coin acceptor.
-
July 10th, 2024, 03:03 AM
#4
Re: How to get coin acceptor pulses from serial port?
Originally Posted by salem_c
> Can someone help me how to get coin acceptor pulses from serial port (RS232 to be exact)
> I dont know what pin to put the signal wire of the coin acceptor to the serial port.
RS232 needs a minimum of 3 wires connected - or possibly 2 if it's purely one-way traffic.
Post the URL of the manual from the manufacturer of the coin acceptor.
I dont have see any manual from the manufacturer. But as far as I know, some are using the same coin acceptor connected to RS232 and show pulses on VB6
-
July 10th, 2024, 03:18 AM
#5
Re: How to get coin acceptor pulses from serial port?
Originally Posted by salem_c
> Can someone help me how to get coin acceptor pulses from serial port (RS232 to be exact)
> I dont know what pin to put the signal wire of the coin acceptor to the serial port.
RS232 needs a minimum of 3 wires connected - or possibly 2 if it's purely one-way traffic.
Post the URL of the manual from the manufacturer of the coin acceptor.
https://www.arcadexpress.com/documen...al%20CH926.pdf
CH-9260 user manual
-
July 10th, 2024, 06:08 AM
#6
Re: How to get coin acceptor pulses from serial port?
> But as far as I know, some are using the same coin acceptor connected to RS232
Well they're not plugging it directly into RS-232, that's for sure.
There is no mention of RS-232 (or connection to PC) in that manual.
There might be other coin acceptors that have a digital output like RS-232, but this isn't one of them.
-
July 18th, 2024, 02:09 AM
#7
Re: How to get coin acceptor pulses from serial port?
You'll need to connect the coin acceptor's signal wire to the RX (receive) pin of your RS232 serial port.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|