TestPrintf does not start the serial port used by PrintfC to send AM packets.
This can be fixed by adding the SerialStartC module to TestPrintfAppC:
configuration TestPrintfAppC{
}
implementation {
components MainC, PrintfC, TestPrintfC, SerialStartC;
components new TimerMilliC();
TestPrintfC.Boot -> MainC;
TestPrintfC.Timer -> TimerMilliC;
}
Original issue reported on code.google.com by phsom...@gmail.com on 29 May 2012 at 5:17
Original issue reported on code.google.com by
phsom...@gmail.com
on 29 May 2012 at 5:17