zoom/pc/debug.ini

14 lines
284 B
INI
Raw Permalink Normal View History

define \%P /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A6007wc5-if00-port0
define \%B 115200
set line \%P
if failure { echo "Couldn't open \%P" , exit }
set carrier-watch off
set flow-control none
set speed \%B
set serial 8n1
set key \127 \8
log session /tmp/session.log
connect
quit