it means my fingers are having trouble this morning!
but i don't show the eeprom dump on the monitor??? that
should make more sense.
and i understand your comment about
#ifdef DEBUG
? Serial.begin(115200);
#endif
it was when i
changed that statement to 9600 that things began to work.
dave
On 5/11/2019 11:37 AM, jjpurdum via
Groups.Io wrote:
toggle quoted message
Show quoted text
If you look around line 952 in JackAl.ino, you'll see:
#ifdef DEBUG
? Serial.begin(115200);
#endif
so there's no need for you to be messing with the baud
rate in setup(). If you set your baud rate to something
different, it's like your program is speaking Mandarin and
the Serial monitor is speaking English. If you don't have
the DEBUG flag set, the Serial monitor isn't even turned on.
"but i done show the eeprom dump on the monitor?"
I don't even know what that means.
Jack, W8TEE
On Saturday, May 11, 2019, 2:07:57 PM EDT, k7da
<k7da@...> wrote:
ok i'll except that.
but puzzle this.? i set the baud rate at the setup to
9600 and forgot to reset the monitor baud rate and the
thing works now when it show 115200.
explain
but i done show the eeprom dump on the monitor?
dave
On
5/11/2019 11:03 AM, jjpurdum via Groups.Io wrote: