I need to set up my Arduino so that it can send some ASCII through an RS-232 DE-9 (9 pin serial port) to a somewhere. I was just wondering in general what the easiest way of doing this would be and if someone could tell me what the wiring is that would be great.
I need to set up my Arduino so that it can send some ASCII through an RS-232 DE-9 (9 pin serial port) to a somewhere. I was just wondering in general what the easiest way of doing this would be and if someone could tell me what the wiring is that would be great.
Keep in mind that you only have a single hardware serial,port on an UNO, while software serial may be an option, I’d much rather use a MEGA with multiple hardware ports.