beremiz
Clone
Summary
Browse
Changes
Graph
Modbus plugin: map status of MB transaction onto 2 located BYTE vars (instead of a singlw WORD var).
mc9_backport_2
2020-12-21, Mario de Sousa
b16ca430b79b
Modbus plugin: map status of MB transaction onto 2 located BYTE vars (instead of a singlw WORD var).
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param