1
I am trying to connect over a serial port to an HP AM867A switch
(more broadly it is a Brocade 8gb SAN switch
). I got the switch used so I am trying to perform password resets. The switch is running Fabric OS 7.2.0d
.
The switch has an RJ-45 console port which is connected with a DB9 adapter to a computer running Ubuntu 16.10. I'm using both picocom
and minicom
. I tried both with 9600 8N1 no flow control
and minicom
with software flow control
. With both emulators I recieve the data shown below (an "R" followed by unicode "medium shade").
R▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
The only difference is that with picocom
the screen continuously scrolls down and there are some interspered 6
. With minicom
the the first line fills up and then the last character continuously changes.
Thanks in advance for any suggestions and if I can get anymore data please ask!
That is definitely what it looks like the communications settings are incorrect. I would suggest staying at 8N1 and trying 1200, 2400, 9600, 19200, 38400, 57600, and 115.2k speeds. My guess is you are going to find one of them is going to work. – acejavelin – 2017-07-01T23:21:53.260
@acejavelin Thanks for the suggestion! While the lower speeds produced some of the more normal characters (rather than unicode) it was still just random and continuous output. – chew socks – 2017-07-02T01:50:19.797