Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

jmfine

About

Username
jmfine
Joined
Visits
1
Last Active
Roles
Member

Comments

  • I created a simple code to try and figure out the problem Prepare phase: from ctypes import windll global io io=windll.dlportio port=0xB010 Run phase: io.DlPortWritePortUchar(port, 255) clock.sleep(0.01) io.DlPortWritePortUchar(port, 0) clock.sl…