Home › Forums › V-Control General › Control Bonsai Drive ? › Reply To: Control Bonsai Drive ?
April 17, 2017 at 09:55
#1467
Participant
I recheck the driver and found a bug.
In the bk_release command replace
ScriptResult = chr(34)+chr(255)+chr(0)+chr(0)+chr(33)
with
ScriptResult = chr(34)+chrb(255)+chr(0)+chr(0)+chr(33)