Acesso porta serial pelo Putty

edjcav
Site Admin
Mensagens: 54
Registrado em: 26 Jan 2021 20:41

Acesso porta serial pelo Putty

Mensagem por edjcav »

Instalar o Putty

# apt install putty

Verificar as portas Seriais

# dmesg |grep tty
[ 0.068607] printk: console [tty0] enabled
[ 617.554229] usb 1-3: pl2303 converter now attached to ttyUSB0
[ 897.489168] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
[ 1800.684780] usb 1-1: pl2303 converter now attached to ttyUSB0
[ 1973.796866] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
[ 1977.925820] usb 1-1: pl2303 converter now attached to ttyUSB0

Conectar na porta com o comando abaixo:
# putty /dev/ttyUSB0 -serial -sercfg 9600,8,n,1,N


Fonte: https://sobrelinux.info/questions/36225 ... erial-port
Responder