Lots of good advice so far, lots of testing.
In your diagram, you have labeled the RS232 cable as "straight" what are you meaning by that?
In the mixer manual the required cable is a crossover cable (Tx -> Rx, Rx-> Tx, RTS -> CTS, CTS -> RTS)
It's sounding like it's a flow control problem to do with RTS (Request to send) and CTS (Clear to send)
Also when testing with the computer the RS232 needs flow control USB doesn't.
Try:
() indicates pins on DB9
Connect Tx (3)----------------------- Rx (2)
Connect Rx (2) ----------------------- Tx (3)
I expect the usb end doesn't understand or care about the RTS & CTS, So won't generate the correct signals.
Looping them back at both ends could be what you need. Effectively spoofing the required signals.
Connect RTS(7)--| |--RTS(8)
CTS(8)--| |--CTS(7)
(Looped back so removing flow control)
Cross connecting any pin to any pin will not break or fuse anything (you'll just have no communication happening)
This is where a breakout box and a light box(LED's connected to every pin) would be useful.
Good Luck
RussellH
Hi,
I'm after some help with an Arduino RS232 project. I'm trying to send commands to a piece of equipment using a TTL-RS232 converter and an uno. I've been working on it for a while to no avail and am quite stuck. If anyone would please be willing to offer some advice I would really appreciate it. Thanks.
--
You received this message because you are subscribed to the Google Groups "Nottingham Hackspace - Nottinghack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nottinghack...@googlegroups.com.
To post to this group, send email to notti...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 5 May 2015, at 14:53, Ian Davis <iancar...@gmail.com> wrote:
I also had a similar problem with the RS 232 converter I found I had to invert the UART from the Arduino before the RS232 converter to get it to work ... Just a thought
--
You received this message because you are subscribed to a topic in the Google Groups "Nottingham Hackspace - Nottinghack" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nottinghack/jrsu1zewnZE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nottinghack...@googlegroups.com.