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.

48 lines
632 B

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. [server]
  2. cmdport=19004
  3. wsport=19005
  4. [[channels]]
  5. type="zexcan"
  6. name="zexcan"
  7. ifname="can0"
  8. baudrate=500000
  9. enable=true
  10. [[channels]]
  11. type="uart"
  12. name="uart_p0"
  13. alias="uart_p0"
  14. ifname="/dev/ttyS5"
  15. baudrate=115200
  16. rxovertime=3
  17. hexchar=true
  18. enable=true
  19. [[channels]]
  20. type="uart"
  21. name="uart_p1"
  22. alias="uart_p1"
  23. ifname="/dev/ttyS0"
  24. baudrate=115200
  25. rxovertime=3
  26. hexchar=true
  27. enable=true
  28. [[channels]]
  29. type="uart"
  30. name="uart_p2"
  31. alias="uart_p2"
  32. ifname="/dev/ttyS1"
  33. baudrate=115200
  34. rxovertime=3
  35. hexchar=true
  36. enable=true
  37. [[channels]]
  38. type="gpio-key"
  39. name="key"
  40. pins=["GPIO3_A6"] # IO0->GPIO3_A6,
  41. pinalias=["io0"]
  42. mirror=[true]
  43. enable=true