if hasattr(self, 'device_id_string'):
            s = '["%s"] [%s]' % \
                 (self.device_id_string,
                  ' '.join(['%02x' % b for b in self.data]))
        else: