6 Sep
2013
6 Sep
'13
2:21 a.m.
On 09/05/2013 07:13 PM, Agustín K-ballo Bergé wrote:
On 05/09/2013 10:54 p.m., Michael Caisse wrote:
Parsing NMEA is about as easy as you have described in english.
rule = lit('$') >> ~char_('*') >> lit('$') >> hex >> lit("\r\n");
There should be a `>> '*'` right after `~char_('*')` to consume that '*'.
Regards,
Whoops. K-ballo is correct of course. I got a little hasty. The second lit('$') should be lit('*') or just '*'. -- Michael Caisse ciere consulting ciere.com