whitecatboard / whitecat-create-agent

The Whitecat Create Multi Platform Agent
7 stars 12 forks source link

can't connect after change the baud rate from 115200 to the board's max baud #4

Open aheik opened 5 years ago

aheik commented 5 years ago

Hi,

after your change from the default baud rate (115200) to the board's max baud rate i get a endless "Scanning boards" in the wccagents console log. I have a "DOIT ESP32 DevKit V1". With debugging i find out, that the maxBauds is configured with 921600 for this board. After changing this value to 115200 in the monitor.go the wccagent establish the connection between my board an the whitecat ide.

Best regards, Andreas

aheik commented 5 years ago

Why do you select the baud rate automatically from the usb2serial device? At the other hand is a static baud rate of 115200 defined for the serial console into the Lua RTOS firmware.

Best regards, Andreas