I have a need to sniff the RS232 data from a weighing machine controller. The controller has an RS232 output, but this output is already being used to display the data on an external large LED display.
Can you just solder a wire the RS232 TX data to the RX pin on an arduino? while also continuing to send the data to the external led display?
In other words what will happen if I just wire it up?
I know that if the RS232 Data is real RS232 then I will need to push it through a MAX232 or similar. But we can just ignore that I think for the moment.
Or should I actually have the RS232 Route to the Arduino and then setup a second serial port on the arduino to send the data to the external display?
I know that if the RS232 Data is real RS232 then I will need to push it through a MAX232 or similar. But we can just ignore that I think for the moment.
How can you ignore +-12v on an Arduino pin?
Or should I actually have the RS232 Route to the Arduino and then setup a second serial port on the arduino to send the data to the external display?
No, just tap the existing wire as drawn, but see previous question.