The scenario is , I'm going to pass some text to the LabelWriter Printer .. Its a sample for checking. But at compile time itself getting error.
tell application "AppleScript Runner"
OPEN “COM1:9600,n,8,1” FOR OUTPUT AS #1
PRINT #1, “HELLO WORLD”
end tell
Error: Expected end of line, etc. but found unknown token