Igor Mikolic-Torreira
Igor Mikolic-Torreira
Hi, I don't see or experience any problems, so please send me a MINIMAL executable example demonstrating the problem. Please include the output you see and explain how what you...
The following code works 100% for me on both an Arduino Uno and an Arduino Mega 2560. ``` #include "AVRTools/InitSystem.h" #include "AVRTools/SystemClock.h" #include "AVRTools/USART0.h" int main() { initSystem(); initSystemClock(); Serial0...
Hi, Is that the complete output? Seeing the complete output is helpful, so I can see exactly what the USART0::write() and the s.write() tests produced. Also, does TeraTerm have an...
I spent a while installing MPLAB X IDE v5.35 (
The move to the right is definitely the missing \r (which is a Windows thing: Linux \n means a real new line; Windows interprets \n as "drop one line but...
Ideas to experiment with (even if they don't work, we'll get some insight): - Add more delay after `s.start( 38400 );` maybe 5 or 10 seconds just to make sure...