TheHoodedFoot / blastpit

Python Interface to the Rofin EasyJewel Laser Engraver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decouple the parser from lmos

TheHoodedFoot opened this issue · comments

The parser is currently bound solely to the lmos class, which prevents us from using it to parse messages for other modules.

We need to convert the parser into a generic message parser that can be called from any module, and simply extracts the command code and arguments from messages and returns them.