floriaanpost

Results 8 comments of floriaanpost

The issue was that the voltage at MASTER-IN was about 1.2V for a low bit (if I remember correctely) which is not low enough for the SAMD21 processor to be...

I know this is a long time ago, but you can also achieve this by using substates. See the test below as an example: ```go func TestOnOffSuperstates(t *testing.T) { fsm...

And thank a lot for the MBus parser! It helped me out a lot 👍

I think this might be related to the respreader. I am testing a faster framing solution here: [https://github.com/floriaanpost/simpleiot/tree/feature/improved_modbus_framing](https://github.com/floriaanpost/simpleiot/tree/feature/improved_modbus_framing) First tests are promising for a self test with two usb->rs485 converters...

I found that the modbus protocol states that no data for 3.5 character times denote the end of a message, so decoding on the fly might not be needed. We...

Thank you for the good work on this library! Not sure if it is related, but I am currently trying the modbus library (standalone) to create a modbus (RTU) server...

Yes, I do use respreader currently. Do I understand correctly that it buffers data until no new data has been received for some period (chunkTimeout) and then forwards it to...

I just saw there is already a PR open for the same issue (#50). I think this fix is slightly better though since it makes sure the files.json is consistent...