Hi, I've switched my projects from Mega 2560's to Grand Central M4, as I need multiple serial devices (two in addition to USB), in addition to a dozen I/O pins. I can't find a clear suggestion on how to configure the SERCOMs for this purpose, so that I can use something like "Serial" on TX2/RX2 and TX3/RX3.
tomicdesu:
But NVM, I'll delete this thread, it was premature, at minimum.
Don't. Can you check whether the following link would help solve your issue. If yes, just add a few notes for others that might read this in the future. A short example might help somebody.
OK cool, thanks. I'm debugging this, and other issues, over on the Adafruit [ product specific ] forum. Turns out that defining the missing Serial2, Serial3 devices is fairly straightforward (Serial2 and Serial3 on Adafruit Grand Central M4 - adafruit industries) but now I'm having hangs at what I suspect at transmit-buffer-empty events as it's bit-rate-dependent). Oh fun.