-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
I am trying to send over UART RTCM data. Unfortunately, only defective packages arrive at the ZED-F9P. I checked this with the u-center. Here is the command: gnss_serial.pushRawData(data, counter, false);
When I send the same data over I2C, the transfer works fine. gnss_i2c.pushRawData(data, counter, false);
The UART is set correctly because other commands work fine. I suspect that the pushRawData
function for UART is not working properly. Please check this...
Thanks very much!
Best regards
Michael
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working