Spence Konde (aka Dr. Azzy)
Spence Konde (aka Dr. Azzy)
There might also be problems with pin detection for serial - the serial implementation achieves a major optimizatiion by taking advantage of the fact that RX is always the next...
Yeah, I checked it uses all arduino pin numbers, and relies on RX = TX+1 (though since TX is the one that we more likely need to set the mode...
Serial1.swap(1) may in fact do it on your nano pinout (must be called before begin). Probably follow by setting pinmode of TX to output and of RX to INPUT because...
Yeah I'm not surprised it doesn't work, platformio doesn't emulate the wacky boards.txt parser completely I don't think. In platform.txt we have ``` build.optiondefines=-DF_CPU={build.f_cpu} -DCLOCK_SOURCE={build.clocksource} -DTWI_{build.wiremode} -DMILLIS_USE_TIMER{build.millistimer} {build.attachmode} {build.flmapopts} ```...
Closed. It has been 6 months, nobody has chimed in offering to help me out with this and I sure don't know anything about third party IDEs.
@MX682X ? this is his work,
How the way you need to get those directives into the compiler depends on at what level your scripts are yanking it around. Like, are you using arduino-builder tools? ```...
Cool, does it work? Did you see the surprisingly low absolute max spec voltage on RESET pin?
So how do you do the control from the computer side? AVRdude?