CAN + GPS Units in same application with uiflow 2.0.6
-
Hi,
I am working on application to read speed from GPS module and send the info via CAN module.
I used Port C for CAN Unit connection and I soldered wires to get access to RXD0/TXD0 of uart0 and tried to use it for the GPS Unit, but I get this error:
File "unit/gps.py", line 1, in init
ValueError: UART buffer size is fixedit's related to uart0 buffer rxbuffer config.
Could you please help me to resolve it µ
-
Hi,
I have find a way to use both of them in the same APP.
CAN connected to Port C(UART1) and I used UART2 for GPS.