You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
284 B

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