Need help, PC cant connect Naze32

Post Reply
Kipikdur
Posts: 1
Joined: Sat Feb 14, 2015 1:02 pm

Need help, PC cant connect Naze32

Post by Kipikdur »

Hi
After you change the order of UART I came more to connect my computer to my afro naze32
I remember prepared as UART1 signal = rx and UART2 = CLI, Telemetry .....
Is there a method to reinitialiser communication parameters?
I use the program as cleanfight.
12:54:54 -- Running - OS: Windows, Chrome: 40.0.2214.111, Configurator: 0.61.0
13:12:23 -- Serial port successfully opened with ID: 1
13:12:33 -- No configuration received within 10 seconds, communication failed
13:12:33 -- Serial port successfully closed

Thank for your help

cosmic2112
Posts: 13
Joined: Thu Dec 05, 2013 12:58 am

Re: Need help, PC cant connect Naze32

Post by cosmic2112 »

It depends on what you changed USART1 to be, you need to have MSP available on one of the serial ports (USART1 or USART2 or softserial) to connect to the GUI. Looks like you have changed the MSP port to another serial port maybe.

https://github.com/cleanflight/cleanfli ... /Serial.md


Good luck

Post Reply