hab da ein kleines Problemchen. Und zwar hab ich jetzt den IO-Warrior 56 Starterkit und hab damit jetzt ein wenig mit rumgespielt unter MacOS X und Applescript. Bei dem Samples ist da u.a. das Script IOWarriorPinAccessText.scpt. Der Code darin lautet wie folgt:
Code: Select all
tell application "IOWarriorAppleScriptGateway"
set the value of every pin to 1
set the value of pin 32 to 1
set the value of pin 31 to 1
get the value of every pin
set the value of pin 30 to 1
set the value of pin 29 to 1
get the value of pin 31
end tell
Ist da vielleicht die Anleitung falsch? Oder hab ich was bzgl. Applescript übersehen?