P
Paul
Jon said:My guess is someone with access (like a seagate tech) volunteered that
information to help techs with a specific issue. It sure would be fun
to know what all is available, though, if only to play around with stuff.
I have seen people solder on pin headers to routers in order to
repurpose them, but in those cases it was pretty clear it was just a
regular RS232 port on Linux firmware.
Jon
With the emphasis being, the serial port you solder on, is TTL level
rather than RS232. If you solder RS232 to one of those pin headers,
bad things will happen. TTL is for "local" interconnect, while
RS232 is for pieces of equipment separated by long distances,
with some measure of protection for short circuits and the like.
RS232 uses much higher voltages, which is why it's a bit of
a threat to some kinds of low voltage circuits (3.3V based).
For example, some unprotected GPIO, might not be able
to withstand RS232 voltages and survive.
So if you were to participate in such fun and games, you want
to make sure you have the right kind of serial adapter. The
two USB to RS232 I own, would not do. They're the wrong type.
I'd need to plop on a level translator, if I wanted to use those.
(I don't know if this is a "good one", but the adapter is about the
right shape...). The question here would be, where does the phantom
power come from, to run it ? I don't see anything to power the
low voltage side. Perhaps it is open collector TTL (pullup resistors
provided by the Device Under Test) ?
http://www.amazon.com/HOSSEN®-MAX23...809439&sr=8-2&keywords=ttl+to+rs232+converter
It's generally just better to buy a USB to TTL serial adapter instead,
as then you don't need a level translation step. Apparently, these
were originally intended for some kind of cellphone application.
But end up used for other projects as well (like the router
internal interface).
http://www.amazon.com/PL2303HX-RS23...09661&sr=1-1&keywords=usb+to+ttl+serial+cable
Paul