Skip to content

Commit d4886bc

Browse files
committed
Updated BC-Mux documentation
The pulse time must be set in 10 ms.
1 parent 80abe13 commit d4886bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/BCMuxInterface/BCMuxInterface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _executeCommandAndReadReply(self, command):
9898

9999

100100
if __name__ == "__main__":
101-
TCP_IP = "192.168.2.143"
101+
TCP_IP = "169.169.169.169"
102102
TCP_PORT = 4223
103103

104104
bcMux = BCMuxInterface(TCP_IP, TCP_PORT)
@@ -108,7 +108,7 @@ def _executeCommandAndReadReply(self, command):
108108

109109
for i in range(16):
110110
print(f"Channel: {i+1}")
111-
print(f"mux reply: {bcMux.connectChannel(i + 1)}")
111+
bcMux.connectChannel(i + 1)
112112
bcMux.disconnectChannel()
113113

114114
bcMux.close()

0 commit comments

Comments
 (0)