My job ran on MoteLab but the files I downloaded don contain any data. What gives?
• Your application doesn’t actually send any packets to the serial port. These are the only packets that MoteLab will automatically parse and log, and this is the first thing you should check. • MoteLab couldn’t understand the MIG-generated class file you uploaded. Maybe this is because it wasn’t actually a MIG-generated class file? We include several files in your download archive that should allow you to debug these problems. To tell whether MoteLab successfully parsed the classfile you uploaded look at the file named DBLOGGER.CLASSES in your download archive. It should look something like: EXTRACTED MESSAGE CLASSES: CLASS 1. CLASSNAME: ReceiverMsgT AM ID: 132 FIELD 1. NAME: sourceaddr INDEX: 1 ISARRAY: false TYPE: int SIZE: 2 … You should check this output to make sure that it matches the format of the class files that you uploaded and the messages that your application sends to the serial port. The download archive also contains a file named DBLOGGERS.ERRORS which lists error pro