Gabriele Favalessa

Results 12 comments of Gabriele Favalessa

I agree it's not very user-friendly for a command line tool to exit in this way. The upside however is that we get more info about unexpected errors. In this...

Got it. Yes, I agree, no reason to print a stack trace in this case. Do you by any chance have time to write a PR?

If I understand correctly how RTU over TCP works, there are devices out there that work as if they were running this step internally (referring to the example in the...

I won't attempt implementing this without having access to a device for testing. Here are the options I see: 1. using a publicly accessible device 2. using a simulator 3....

I believe this is not supported by umodbus, the modbus package I've used. It might be possible, but it requires a deeper investigation. Added to my TODO.

Spaces in enum identifiers are not supported, you can use something like `1=not_ok` or `1=ko` instead.

Try `modbus -s 1 -b 9600 -p 1 -P n -v /dev/ttyUSB0 3027 ` `-r` is for loading a file that gives registers a name, it's optional and explained in...

I'm not using this project anymore myself, so it would be an annoyance to maintain it. I'm glad that you think it is still useful, and if you want to...

Yes please. Just fork it and maybe make a PR for the README so that it contains just "Moved to ..." and your repo. About pypi, maybe it's possible to...

Sorry for the incredibly late reply. I'm not using python-asciimathml anymore, but recently someone expressed desire to maintain it. I'll pass your request to the new maintainer. 2015-12-13 15:48 GMT+01:00...