Files
audacity-glitcher/test.py
glitchwolfe 370e3fa9a5 test
2022-11-24 19:24:08 -08:00

8 lines
197 B
Python

# Import the module:
import pipeclient
# Create a client instance:
client = pipeclient.PipeClient()
# Send a command:
client.write("Command", timer=True)
# Read the last reply:
print(client.read())