October 28, 2008 19:17
hm....having problems with scripting.
I am just trying to get data out of MacENC as a first step, and if that is successful, put it on a clipboard.
The following script doesn't work:
tell application "MacENC"
connect gps
get cog of gps
end tell
it give an error:
"Can't get cog of gps."
:/
Any idea how one even starts to crack into the data?
GPS is my Garmin GPS45, connected to a Micro Innovations serial to USB, with a demo version of MacENC running.
GPS is showing up on MacENC, so I know that part of the connection works.
-M
I am just trying to get data out of MacENC as a first step, and if that is successful, put it on a clipboard.
The following script doesn't work:
tell application "MacENC"
connect gps
get cog of gps
end tell
it give an error:
"Can't get cog of gps."
:/
Any idea how one even starts to crack into the data?
GPS is my Garmin GPS45, connected to a Micro Innovations serial to USB, with a demo version of MacENC running.
GPS is showing up on MacENC, so I know that part of the connection works.
-M