Quote:
Originally Posted by skybolt
I cannot generate any serial output on Arduino Mini or Pro Mini, and cannot generate serial output on Arduino/Genuine Arduino. Same settings on ArduinoMega or Mega2560 work fine. Using serial port zero for output on all attempts. Tested Mega2560 using LegacyLCD, output was fine.
|
I am not able to duplicate this problem.
Got my new Arduino Uno in the mail today, and tried both the 20170116 release and my latest code. Both code versions worked just fine. I did have to remember to change the serial 0 speed down to 19200 for the Serial LCD function, but other than that, it worked as expected. I am running it now with Legacy LCD and JSON output on the serial 0 port, and it's happily running now in debug mode.
Which reminds me: The only other thing I can think of is that the code turns off JSON output if there are no injector or VSS pulses detected. Should the code have JSON output turned on even if there is no VSS pulse or injector pulse detected?