Page 1 of 1

Developing a library for AutoHotKeys 1 small problem

PostPosted: Thu Jan 27, 2011 3:03 pm
by specter333
I've been working on developing a library for use with AutoHotKeys, a project that is really way over my head but I managed to get it functioning... mostly.
http://www.autohotkey.com/forum/viewtopic.php?t=67843

One thing I am not able to figure out is retrieving the configuration info. Once I set the info at least once it reads the configuration correctly but until then it returns a value of 19 when as far as I can tell it should only be from 0-7.

Is there something here I'm not understanding? Is 19 a significant value?

The transceivers configuration is set when I log in, the led lights and blinks and everything works, my script for reading it doesn't seem to work.

There are a couple of other issue I have that are entirely my lack of understanding what I'm doing. They are listed in the post linked above if any cares to take a look.

Thanks in advance for any help.