ashn
Results
2
comments of
ashn
Just my 2¢: I think bundling should be handled by a separate utility. Mapping `.tl` files one-to-one onto `.lua` files fits the textbook definition of a compiler and seems to...
I ran into this same issue recently. I believe that `send` is [overridden](https://github.com/milhead2/python-j1939/blob/f5f22a74eca538ef592e27be13428a16134a5ab8/j1939/__init__.py#L256) by `j1939.Bus` but `send_periodic` is not. I ended up writing a function that polls for received messages...