esp32-xbee icon indicating copy to clipboard operation
esp32-xbee copied to clipboard

Is UART1, UART2 or pin TX RX choosing working?

Open lukaszSZ999 opened this issue 4 years ago • 3 comments

Hi

I would like to sure that setting UART communication (UART0, or 1 or 2) is really working. I tried to use UART1 only for GNSS connection and leave UART0 as main admin connection. What I saw was no matter which UART I checked and which PIN RX TX was set, RTCM data flows only over UART0.

Maybe I did something wrong or latest firmware have not support UART setting yet?

Best regards Lukasz

lukaszSZ999 avatar Dec 01 '20 19:12 lukaszSZ999

From what I've seen you need to change it in the source code - it doesn't appear to work

jmil-dev avatar Dec 07 '20 23:12 jmil-dev

I discovered the same problem here and have no solution yet...

MichaelEFlip avatar Jan 26 '21 13:01 MichaelEFlip

Several UART config items were loaded with a wrong data type. I added a fix in the following pull request: https://github.com/nebkat/esp32-xbee/pull/38

MichaelEFlip avatar Mar 19 '21 21:03 MichaelEFlip