Fluxamasynth and Pro Micro, Adafruit Itsy, etc.
Posted: Mon Nov 18, 2019 11:48 am
I've just received the board a few days ago - the examples work fine for the Uno R3 as well as Thru-MIDI (board had been set up that way - had to use Pin 3 instead of Pin 4 for the Uno).
Examining the *.cpp and *.h files, it seems that the Uno uses SoftwareSerial (which assigns the Tx port to Pin 4 on the Uno), however, for the Feather (32u4 and M0) Tx is set for Serial1 (UART Tx).
However, when using a Pro Micro (32u4 based - similar to ItsyBitsy), I un-commented the //Serial1.begin() (assuming the Micro would be treated as a Feather), and connected the Micro's Tx pin (default as 1) to Pin 3 (Pin 4 has been bypassed on the Fluxa) - no luck, however, the Serial.print works fine.
Is there a simple solution for this?
Examining the *.cpp and *.h files, it seems that the Uno uses SoftwareSerial (which assigns the Tx port to Pin 4 on the Uno), however, for the Feather (32u4 and M0) Tx is set for Serial1 (UART Tx).
However, when using a Pro Micro (32u4 based - similar to ItsyBitsy), I un-commented the //Serial1.begin() (assuming the Micro would be treated as a Feather), and connected the Micro's Tx pin (default as 1) to Pin 3 (Pin 4 has been bypassed on the Fluxa) - no luck, however, the Serial.print works fine.
Is there a simple solution for this?