steve_eg said:
That's just it-I disable the system Quick Keys that I don't want (this works fine). Then I select the individual system from the dropdown menu, disable those Group Quick Keys that I don't want, save the config and write it to the scanner (using the "erase" option) and when the scanner comes back online, I've got to go back through each system and manually disable the groups that I don't want to hear.
Thanks,
Steve
I think the problem is a bug in the UASD software. When I manually program the scanner using HyperTerm I can disable the groups.
Here's the command (in PRG mode):
QGL, [sys-index], 1210000000
Notice the "2" in the group QKs. This disables the group.
If you look at the configuration file:
SystemQuickKeys,1110000001,0000111110,1111111111,1111111111,1111011111,1111111111,1111111111,1111111111,1111111111,1111111111
GroupQuickKeys,"Bucks Cnty MOT",1000111111
The SystemQuickKeys command (QSL) where 1=enable, 0=don't assign, and 2=* or turn off. Even though there are no "2" in the SystemQuickKeys command, when I manually do a QSL command I get
QSL,1111221220,2222000002,0000000000,0000000000,0000200000,0000000000,0000000000
,0000000000,0000000000,0000000000
However, when I do a QGL command for the GroupQuickKeys for the Bucks MOT system I get:
QGL,1111000000
When I manually enter QGL,[sys-index],1222000000
everything works correctly. Its possible the UASD program is sending a "1" instead of a "2" to program the QSL and QGL.