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.

67 lines
1.2 KiB

  1. config ser2net global
  2. option enabled 1
  3. config controlport
  4. option enabled 0
  5. option host localhost
  6. option port 2000
  7. config default
  8. option speed 115200
  9. option databits 8
  10. option parity 'none'
  11. option stopbits 1
  12. option rtscts false
  13. option local false
  14. option remctl true
  15. #config led rx
  16. # option driver sysfs
  17. # option device 'duckbill:green:rs485'
  18. # option duration 20
  19. # option state 1
  20. #config led tx
  21. # option driver sysfs
  22. # option device 'duckbill:red:rs485'
  23. # option duration 20
  24. # option state 1
  25. config proxy
  26. option enabled 0
  27. option port 5000
  28. option protocol telnet
  29. option timeout 0
  30. option device '/dev/ttyAPP0'
  31. option baudrate 115200
  32. option databits 8
  33. option parity 'none'
  34. option stopbits 1
  35. # option led_tx 'tx'
  36. # option led_rx 'rx'
  37. option rtscts false
  38. option local false
  39. option xonxoff false
  40. list options ''
  41. config proxy
  42. option enabled 0
  43. option port 5001
  44. option protocol telnet
  45. option timeout 0
  46. option device '/dev/ttyUSB0'
  47. option baudrate 115200
  48. option databits 8
  49. option parity 'none'
  50. option stopbits 1
  51. config proxy
  52. option enabled 0
  53. option port 5002
  54. option protocol raw
  55. option timeout 0
  56. option device '/dev/ttyUSB1'
  57. option baudrate 9600
  58. option databits 8
  59. option parity 'none'
  60. option stopbits 1