I am very green when it comes to the comms between a PC and Arduino.
I have made a few display units to show the value of a string, that I receive from a usb /ttl converter.
I have used the Terminal software for testing, to send from the Arduino embedded chip in the display.
The string #002#031123456#003 displays 1234566 on the display.
I was given a similar display to repair, I assumed it also needed a usb/ttl converter ( which worked fine when I fixed the pcb ) , but I was told it just needs 2 wires to connect to RS232.
It had been connected with just 2 wires ( gnd and RXin ? ) to a RS232 9 pin socket - and had been working at some time.
I made a simple inverter/level shifter to convert the PCs RS232 Tx signal to 5v inverted data, but when I search for available ports on the terminal page, it just finds port 1 and 3 ( which I assume is the usb mouse )
I can unplug the 9pin connector and it makes no difference, it stills can find only 01 and 03.
I presume it needs the duplex to find the right ports available ?