2
0
forked from Ivasoft/DSView

new decoders & fixs

This commit is contained in:
DreamSourceLab
2022-06-27 09:28:18 +08:00
parent 9f7bd786ed
commit 73859a4bc3
2 changed files with 55 additions and 15 deletions

View File

@@ -814,7 +814,7 @@ class Modbus_ADU_CS(Modbus_ADU):
class Decoder(srd.Decoder):
api_version = 3
id = 'modbus'
name = 'Modbus'
name = 'Modbus RTU'
longname = 'Modbus RTU over RS232/RS485'
desc = 'Modbus RTU protocol for industrial applications.'
license = 'gplv3+'