Need putty to work on /dev/ttyUSB0
I know for a fact that the port (console on a switch) is 9600 8/n/1, so it should be simple.
The default serial port settings are listed below: How to Connect to Serial Console. In order to connect to the console you will need to use the following items/programs: 1. Open the terminal emulator and specify the serial COM line and the baud rate/speed.
ttyUSB0 shows up in dmesg.
- 5 Linux / Unix Commands For Connecting To The Serial Console last updated August 9, 2016 in Categories Command Line Hacks, Hardware, Networking M ost embedded Linux / BSD systems such as routers, servers and nas devices comes with console interface (serial port with RS-232).
- PuTTY also enables you to connect to a device attached to the serial port on the computer, sending typed commands to the serial device and displaying the reply. This is useful for debugging networking hardware equipped with serial ports, or connecting to microcontrollers and other electronics devices.
So shouldn't I be able to select /dev/ttyUSB0
in putty's serial configuration and it should work.
Works fine when I'm running putty with windows.Doesn't work with Ubuntu/putty. I get no response.
This is how I started it:
Any suggestions?
2 Answers
hg8I use minicom.To install minicom
use command
Start minicom setup with command
You will get setup menu
Putty Connect To Serial Portal
go to Serial port setup
Change Serial Device
Change Bps/Par/Bits
Putty Connect To Serial Port Windows 7
After changes hit Enter
Save setings
Putty Unable To Configure Serial Port
Go to Exit
to exit from setup in minicom
Putty Connect Via Serial Port
You minicom is ready
2707974