secsgem icon indicating copy to clipboard operation
secsgem copied to clipboard

Simple Python SECS/GEM implementation

Results 39 secsgem issues
Sort by recently updated
recently updated
newest added

When this was created I used a lot of C#, which imho manifested itself in the code. Update the code to remove such constructs if there are mode pythonic ways...

epic

There are a few classes that are quite big. Check how they can be split and simplified (mixins, ...)

There are quite some code smells: https://codeclimate.com/github/bparzella/secsgem/issues - [ ] #50 - [ ] #51

epic

There are a few functions that are quite complex (see code smells)

Hi @bparzella I found duplicated function name in test file. I also run autopep8 to format the test script.

Hi, first of all thanks for your library. I use it quite often to develop test applications. My customer is from china and wants to send messages in Chinese to...

ignore error when decode non ascii char

To request currently definded collection-events from a given equipment there is a proposed ballot within the SECS standard which has been requested by [hume](http://www.hume.com/secs/) (proposed ballot item 4824B, Oct 2011)...

Virus scanners scanning port 5000 might interfere with handler. Eventually leaving it in an unknown state.

bug
question