-->
Page 1 of 1

Disable Serial messages at startup

PostPosted: Sun Nov 29, 2015 3:58 pm
by acca
Hello,

I'm new user of ESP8266, i'd like to use it to command an irobot roomba.

At startup, the Esp sends data to uart tx. It's a problem for me because my roomba receives this data and sometimes take it as a roomba command.

I think this data maybe a boot message.

Is that possible to avoid this boot message in order to only send real roomba commands to uart tx ?

Sorry for my poor English

Regards

Re: Disable Serial messages at startup

PostPosted: Wed Dec 30, 2015 4:03 pm
by acca
Up please !

Re: Disable Serial messages at startup

PostPosted: Wed Dec 30, 2015 4:54 pm
by martinayotte
The garbage sent at power up at 74400 can't be removed, it is produce by the SDK even before any sketch is running.

Re: Disable Serial messages at startup

PostPosted: Mon Jan 04, 2016 2:51 pm
by acca
Ok thanks, i'll put a switch on serial tx to avoid roomba to become silly