Closed
Description
Doing some basic tests like (Corrected after comment from Martin):
Serial *pc = new Serial(USBTX, USBRX);
pc->printf("blabla");
deepsleep();
OR
pc.printf("blabla");
delete pc;
it looks like several targets may not send the complete serial Tx before entering sleep mode.
Proposal is to add a test that verifies this is done well.