|
Sadly it's not 5v TLL level and I've seen many of those "cheap" serial chip burn into fume when sending 5v on their RX lines.
A nullmodem cable should work, but you kinda need some kind of interface that support 3.3v logic to connect to the PC.
USB alone doesn't communicate in "pure" serial with TX and RX lines. I don't know much more about USB protocole, but normaly you need some kind of driver that has specific way of talking to those lines, I don't know any "serial bridge" driver that would allow you to connect anything directly to D- and D+.
Having said that, if your PC do have a RS232 connector (would need to be quite old!) you may be able to feed the OrangePi TX line into the RX and maybe get the msg. You shouldn't connect the RX line on the OrangePi as it would be fed with way too high voltage. But it might not be needed for logging.
But sure enough, the ftdi cable or one of those very cheap CH340 (chinese clone of FTDI chip from wht I can tell) are the easiest way to connect 5v or 3.3v Serial line to your computer through USB.
As for Putty, look at this tutorial : https://kb.cyberoam.com/default.asp?id=2193
The important part is the "COM1" and baud rate. If you get a cable or some kind of interface, you should have a new device display under Com port in Device Manager. The COM number should be written there.
I didnt look into it, but the Baud Rate for the OrangePi has to be written somewhere in the specsheet |
|