]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds243x/pd.py
modbus: Make C->S and S->C configurable, add framegap option.
[libsigrokdecode.git] / decoders / ds243x / pd.py
index bc2fe35f6fd6c72723aff8cf2ee3af697f630552..7f9f6660cc86ec2293c866b4ecf04d50e05a2d12 100644 (file)
@@ -64,11 +64,11 @@ class Decoder(srd.Decoder):
     api_version = 3
     id = 'ds243x'
     name = 'DS243x'
-    longname = 'Maxim DS2432/2433'
+    longname = 'Maxim DS2432/3'
     desc = 'Maxim DS243x series 1-Wire EEPROM protocol.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds243x']
+    outputs = []
     tags = ['IC', 'Memory']
     annotations = (
         ('text', 'Human-readable text'),