fix: use pyserial for D601 HWPOD UART
This commit is contained in:
@@ -43,6 +43,7 @@ hwpodPreinstall:
|
|||||||
scope: external
|
scope: external
|
||||||
port: COM4
|
port: COM4
|
||||||
baudRate: 921600
|
baudRate: 921600
|
||||||
|
backend: pyserial
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
boardComm:
|
boardComm:
|
||||||
endpoints:
|
endpoints:
|
||||||
@@ -64,6 +65,7 @@ hwpodPreinstall:
|
|||||||
id: uart/1
|
id: uart/1
|
||||||
port: COM4
|
port: COM4
|
||||||
baudrate: 921600
|
baudrate: 921600
|
||||||
|
backend: pyserial
|
||||||
probes:
|
probes:
|
||||||
- id: main41.ai0.current
|
- id: main41.ai0.current
|
||||||
endpointRef: main41
|
endpointRef: main41
|
||||||
@@ -129,6 +131,7 @@ hwpodPreinstall:
|
|||||||
id: uart/1
|
id: uart/1
|
||||||
port: COM4
|
port: COM4
|
||||||
baudrate: 921600
|
baudrate: 921600
|
||||||
|
backend: pyserial
|
||||||
probes:
|
probes:
|
||||||
main41.ai0.current:
|
main41.ai0.current:
|
||||||
endpointRef: main41
|
endpointRef: main41
|
||||||
|
|||||||
Reference in New Issue
Block a user