semuconsulting / pyubx2

Python library for parsing and generating UBX GPS/GNSS protocol messages.
BSD 3-Clause "New" or "Revised" License
173 stars 66 forks source link

Configuration Interface error CFG_UART1_BAUDRATE #147

Closed semuadmin closed 6 months ago

semuadmin commented 6 months ago

Discussed in https://github.com/semuconsulting/pyubx2/discussions/146

Originally posted by **garroble** April 25, 2024 I believe there is an erratum on the Configuration Interface Examples where it says: cfgData = [("CFG_UART1_BAUDRATE", 9600), (0x40530001, 115200)] And the correct key should be cfgData = [("CFG_**UART1**_BAUDRATE", 9600), (0x405**2**0001, 115200)] Best regards.
semuadmin commented 6 months ago

Well spotted - thanks.