From 3e22464c86ce7cadd3af3312a8e5027be4e93473 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Mon, 21 Aug 2023 23:17:03 +0900 Subject: [PATCH] XXX dcpav: port to 13.5 This needs to be dynamic. Signed-off-by: Hector Martin --- proxyclient/m1n1/fw/dcp/dcpav.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxyclient/m1n1/fw/dcp/dcpav.py b/proxyclient/m1n1/fw/dcp/dcpav.py index d063c6c3..f43c2529 100644 --- a/proxyclient/m1n1/fw/dcp/dcpav.py +++ b/proxyclient/m1n1/fw/dcp/dcpav.py @@ -55,10 +55,10 @@ class DCPDPTXRemotePortService(EPICStandardService): SHORT = "port" def displayRequest(self): - self.call(8, 8, bytes(16)) + self.call(0, 6, bytes(16)) def displayRelease(self): - self.call(8, 9, bytes(16)) + self.call(0, 7, bytes(16)) def connectTo(self, connected, unit, port, unk=0): target = 0 @@ -66,7 +66,7 @@ class DCPDPTXRemotePortService(EPICStandardService): target |= (1 << 8) target |= unit target |= port << 4 - self.call(8, 13, struct.pack("<16xII8x", unk, target)) + self.call(0, 11, struct.pack("