As the title says... Chat on...

User avatar
By ssss
#16146 Just wondering the best method to make these things silent on the serial port when they start up? So far i've disabled the "NodeMCU 0.9.6 build 20150405 powered by Lua 5.1.4" output but before that line there is random looking stuff that I can't get rid of

(a€ÉYâK€LЉbúâgF�è¨lä¨Hø
NodeMCU 0.9.6 build 20150405 powered by Lua 5.1.4
lua: cannot open init.lua
User avatar
By TerryE
#16153 If you set your baudrate to 76800 and then reboot you will see this is a standard boot diagnostic that come from the boot ROM as it loads the firmware. The ROM boot sets the baudrate to this speed and you will only see it as readable characters if you do likewise.
User avatar
By cal
#16167
TerryE wrote:If you set your baudrate to 76800 and then reboot you will see this is a standard boot diagnostic that come from the boot ROM as it loads the firmware. The ROM boot sets the baudrate to this speed and you will only see it as readable characters if you do likewise.


Moin,

Slight correction: It's 74880 baud. Try that if 76800 fails. It may work if tolerances work for you.

Cal
User avatar
By TerryE
#16194 Don't worry Cal that was just a mind-fart on my part :)