summaryrefslogtreecommitdiff
path: root/decoder/test/amulet_ascii/menu_changes.output
blob: abb3984e9e59e19d71aaa259ffc09f9de95f8ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
11591927-11592622 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
11592790-11593485 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
11593653-11594348 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
11592790-11594348 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
11594516-11597799 amulet_ascii: field: "Value: 0x00fe" "Val: 0x00fe" "0x00fe"
11591927-11597799 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
11679707-11680402 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
11679707-11680402 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
13496878-13497573 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
13497829-13498524 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
13498780-13499475 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
13497829-13499475 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
13499732-13503281 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
13496878-13503281 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
13503537-13504232 amulet_ascii: warning: "Unknown command: 0x00"
13504673-13505368 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
13504673-13505368 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
13529580-13530275 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
13530443-13531138 amulet_ascii: bit: "Address high nibble: 9" "Addr high 0x9" "Addr h 0x9"
13531305-13532000 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
13530443-13532000 amulet_ascii: field: "Address: 0x9A" "Addr: 0x9A" "0x9A"
13532168-13532863 amulet_ascii: bit: "A"
13533031-13533726 amulet_ascii: bit: " "
13533894-13534589 amulet_ascii: bit: "L"
13534756-13535451 amulet_ascii: bit: "a"
13535619-13536314 amulet_ascii: bit: "y"
13536482-13537177 amulet_ascii: bit: "e"
13537345-13538040 amulet_ascii: bit: "r"
13538208-13538903 amulet_ascii: bit: " "
13539070-13539765 amulet_ascii: bit: "m"
13539933-13540628 amulet_ascii: bit: "u"
13540796-13541491 amulet_ascii: bit: "s"
13541659-13542354 amulet_ascii: bit: "t"
13542521-13543216 amulet_ascii: bit: " "
13543384-13544079 amulet_ascii: bit: "b"
13544247-13544942 amulet_ascii: bit: "e"
13545110-13545805 amulet_ascii: bit: " "
13545972-13546667 amulet_ascii: bit: "s"
13546835-13547530 amulet_ascii: bit: "e"
13547698-13548393 amulet_ascii: bit: "l"
13548561-13549256 amulet_ascii: bit: "e"
13549424-13550119 amulet_ascii: bit: "c"
13550286-13550981 amulet_ascii: bit: "t"
13551149-13551844 amulet_ascii: bit: "e"
13552012-13552707 amulet_ascii: bit: "d"
13552875-13553570 amulet_ascii: bit: "."
13553737-13554432 amulet_ascii: bit: "NULL"
13532168-13554432 amulet_ascii: field: "Value: A Layer must be selected." "Val: A Layer must be selected." "A Layer must be selected."
13529580-13554432 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
13561045-13561740 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
13561045-13561740 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
26229595-26230290 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
26230458-26231153 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
26231321-26232016 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
26230458-26232016 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
26232184-26235467 amulet_ascii: field: "Value: 0xffff" "Val: 0xffff" "0xffff"
26229595-26235467 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
26262506-26263201 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
26262506-26263201 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
27407125-27407820 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
27407988-27408683 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
27408851-27409546 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
27407988-27409546 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
27409714-27411271 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
27407125-27411271 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
27412790-27413485 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
27412790-27413485 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
27532232-27532927 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
27533095-27533790 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
27533958-27534653 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
27533095-27534653 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
27534821-27536378 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
27532232-27536378 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
30156927-30157622 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
30157790-30158485 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
30158653-30159348 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
30157790-30159348 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
30159515-30161073 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
30156927-30161073 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31061716-31062411 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31061716-31062411 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31144930-31145625 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
31157904-31158599 amulet_ascii: warning: "Command aborted by invalid byte" "Abort"
31157904-31158599 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31158766-31159461 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
31159629-31160324 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
31158766-31160324 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
31160492-31162050 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
31157904-31162050 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31230703-31231398 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31230703-31231398 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31313756-31314451 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
31314708-31315403 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
31315659-31316354 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
31314708-31316354 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
31345630-31346325 amulet_ascii: warning: "Command aborted by invalid byte" "Abort"
31345630-31346325 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31346492-31347187 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
31347355-31348050 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
31346492-31348050 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
31348218-31349776 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
31345630-31349776 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31403043-31403738 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31403043-31403738 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31403994-31404689 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
31404946-31405641 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
31405897-31406592 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
31404946-31406592 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
31406849-31410398 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
31403994-31410398 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
31410654-31411349 amulet_ascii: warning: "Unknown command: 0x00"
31470194-31470889 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31470194-31470889 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31471806-31472501 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31472668-31473363 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
31473531-31474226 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
31472668-31474226 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
31474394-31475952 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
31471806-31475952 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31503320-31504015 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31503320-31504015 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31595507-31596202 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31596370-31597065 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
31597233-31597928 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
31596370-31597928 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
31598096-31599654 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
31595507-31599654 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31603128-31603823 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31603128-31603823 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31720984-31721679 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31721846-31722541 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
31722709-31723404 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
31721846-31723404 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
31723572-31725130 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
31720984-31725130 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31803073-31803768 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31803073-31803768 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31908020-31908715 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31908883-31909578 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
31909746-31910441 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
31908883-31910441 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
31910609-31912166 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
31908020-31912166 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
31913676-31914371 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
31913676-31914371 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32033008-32033703 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
32033871-32034566 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
32034734-32035429 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
32033871-32035429 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
32035596-32037154 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
32033008-32037154 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
32103028-32103723 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32103028-32103723 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32221054-32221749 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32221917-32222612 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
32222780-32223475 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
32221917-32223475 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
32223642-32224337 amulet_ascii: bit: "E"
32224505-32225200 amulet_ascii: bit: "N"
32225368-32226063 amulet_ascii: bit: "C"
32226231-32226926 amulet_ascii: bit: "O"
32227093-32227788 amulet_ascii: bit: "R"
32227956-32228651 amulet_ascii: bit: "E"
32228819-32229514 amulet_ascii: bit: " "
32229682-32230377 amulet_ascii: bit: "S"
32230545-32231240 amulet_ascii: bit: "Y"
32231407-32232102 amulet_ascii: bit: "S"
32232270-32232965 amulet_ascii: bit: "T"
32233133-32233828 amulet_ascii: bit: "E"
32233996-32234691 amulet_ascii: bit: "M"
32234858-32235553 amulet_ascii: bit: " "
32235721-32236416 amulet_ascii: bit: "S"
32236584-32237279 amulet_ascii: bit: "T"
32237447-32238142 amulet_ascii: bit: "A"
32238310-32239005 amulet_ascii: bit: "T"
32239172-32239867 amulet_ascii: bit: "U"
32240035-32240730 amulet_ascii: bit: "S"
32240898-32241593 amulet_ascii: bit: " "
32241761-32242456 amulet_ascii: bit: " "
32242623-32243318 amulet_ascii: bit: " "
32243486-32244181 amulet_ascii: bit: " "
32244349-32245044 amulet_ascii: bit: " "
32245212-32245907 amulet_ascii: bit: " "
32246074-32246769 amulet_ascii: bit: "V"
32246937-32247632 amulet_ascii: bit: "e"
32247800-32248495 amulet_ascii: bit: "r"
32248663-32249358 amulet_ascii: bit: " "
32249526-32250221 amulet_ascii: bit: "2"
32250388-32251083 amulet_ascii: bit: "."
32251251-32251946 amulet_ascii: bit: "3"
32252114-32252809 amulet_ascii: bit: "3"
32252977-32253672 amulet_ascii: bit: "."
32253839-32254534 amulet_ascii: bit: "0"
32254702-32255397 amulet_ascii: bit: "1"
32255565-32256260 amulet_ascii: bit: "NULL"
32223642-32256260 amulet_ascii: field: "Value: ENCORE SYSTEM STATUS      Ver 2.33.01" "Val: ENCORE SYSTEM STATUS      Ver 2.33.01" "ENCORE SYSTEM STATUS      Ver 2.33.01"
32221054-32256260 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32320512-32321207 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32320512-32321207 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32408107-32408802 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32408970-32409665 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
32409833-32410528 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
32408970-32410528 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
32410695-32411390 amulet_ascii: bit: "E"
32411558-32412253 amulet_ascii: bit: "N"
32412421-32413116 amulet_ascii: bit: "C"
32413284-32413979 amulet_ascii: bit: "O"
32414146-32414841 amulet_ascii: bit: "R"
32415009-32415704 amulet_ascii: bit: "E"
32415872-32416567 amulet_ascii: bit: " "
32416735-32417430 amulet_ascii: bit: "V"
32417598-32418293 amulet_ascii: bit: "P"
32418460-32419155 amulet_ascii: bit: "/"
32419323-32420018 amulet_ascii: bit: "3"
32420186-32420881 amulet_ascii: bit: "G"
32421049-32421744 amulet_ascii: bit: ":"
32421911-32422606 amulet_ascii: bit: " "
32422774-32423469 amulet_ascii: bit: "0"
32423637-32424332 amulet_ascii: bit: " "
32424500-32425195 amulet_ascii: bit: "NULL"
32410695-32425195 amulet_ascii: field: "Value: ENCORE VP/3G: 0 " "Val: ENCORE VP/3G: 0 " "ENCORE VP/3G: 0 "
32408107-32425195 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32507000-32507695 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32507000-32507695 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32595779-32596474 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32596641-32597336 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
32597504-32598199 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
32596641-32598199 amulet_ascii: field: "Address: 0xB2" "Addr: 0xB2" "0xB2"
32598367-32599062 amulet_ascii: bit: "E"
32599230-32599925 amulet_ascii: bit: "N"
32600093-32600788 amulet_ascii: bit: "C"
32600955-32601650 amulet_ascii: bit: "O"
32601818-32602513 amulet_ascii: bit: "R"
32602681-32603376 amulet_ascii: bit: "E"
32603544-32604239 amulet_ascii: bit: " "
32604406-32605101 amulet_ascii: bit: "V"
32605269-32605964 amulet_ascii: bit: "P"
32606132-32606827 amulet_ascii: bit: "X"
32606995-32607690 amulet_ascii: bit: "/"
32607857-32608552 amulet_ascii: bit: "3"
32608720-32609415 amulet_ascii: bit: "G"
32609583-32610278 amulet_ascii: bit: ":"
32610446-32611141 amulet_ascii: bit: " "
32611309-32612004 amulet_ascii: bit: "0"
32612171-32612866 amulet_ascii: bit: " "
32613034-32613729 amulet_ascii: bit: "NULL"
32598367-32613729 amulet_ascii: field: "Value: ENCORE VPX/3G: 0 " "Val: ENCORE VPX/3G: 0 " "ENCORE VPX/3G: 0 "
32595779-32613729 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32617936-32618631 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32617936-32618631 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32720690-32721385 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32721553-32722248 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
32722416-32723111 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
32721553-32723111 amulet_ascii: field: "Address: 0xB4" "Addr: 0xB4" "0xB4"
32723279-32723974 amulet_ascii: bit: "S"
32724142-32724837 amulet_ascii: bit: "C"
32725004-32725699 amulet_ascii: bit: "R"
32725867-32726562 amulet_ascii: bit: "E"
32726730-32727425 amulet_ascii: bit: "E"
32727593-32728288 amulet_ascii: bit: "N"
32728455-32729150 amulet_ascii: bit: "P"
32729318-32730013 amulet_ascii: bit: "R"
32730181-32730876 amulet_ascii: bit: "O"
32731044-32731739 amulet_ascii: bit: " "
32731907-32732602 amulet_ascii: bit: "I"
32732769-32733464 amulet_ascii: bit: "I"
32733632-32734327 amulet_ascii: bit: "/"
32734495-32735190 amulet_ascii: bit: "3"
32735358-32736053 amulet_ascii: bit: "G"
32736220-32736915 amulet_ascii: bit: ":"
32737083-32737778 amulet_ascii: bit: " "
32737946-32738641 amulet_ascii: bit: "0"
32738809-32739504 amulet_ascii: bit: " "
32739671-32740366 amulet_ascii: bit: "NULL"
32723279-32740366 amulet_ascii: field: "Value: SCREENPRO II/3G: 0 " "Val: SCREENPRO II/3G: 0 " "SCREENPRO II/3G: 0 "
32720690-32740366 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32812191-32812886 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32812191-32812886 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
32908134-32908829 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
32908997-32909692 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
32909860-32910555 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
32908997-32910555 amulet_ascii: field: "Address: 0xB6" "Addr: 0xB6" "0xB6"
32910722-32911417 amulet_ascii: bit: "P"
32911585-32912280 amulet_ascii: bit: "R"
32912448-32913143 amulet_ascii: bit: "E"
32913311-32914006 amulet_ascii: bit: "P"
32914174-32914869 amulet_ascii: bit: "R"
32915036-32915731 amulet_ascii: bit: "O"
32915899-32916594 amulet_ascii: bit: " "
32916762-32917457 amulet_ascii: bit: "I"
32917625-32918320 amulet_ascii: bit: "I"
32918487-32919182 amulet_ascii: bit: ":"
32919350-32920045 amulet_ascii: bit: " "
32920213-32920908 amulet_ascii: bit: "0"
32921076-32921771 amulet_ascii: bit: " "
32921939-32922634 amulet_ascii: bit: "NULL"
32910722-32922634 amulet_ascii: field: "Value: PREPRO II: 0 " "Val: PREPRO II: 0 " "PREPRO II: 0 "
32908134-32922634 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33005735-33006430 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33005735-33006430 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33106088-33106783 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33106951-33107646 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
33107814-33108509 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
33106951-33108509 amulet_ascii: field: "Address: 0xB8" "Addr: 0xB8" "0xB8"
33108677-33109372 amulet_ascii: bit: "I"
33109540-33110235 amulet_ascii: bit: "M"
33110402-33111097 amulet_ascii: bit: "A"
33111265-33111960 amulet_ascii: bit: "G"
33112128-33112823 amulet_ascii: bit: "E"
33112991-33113686 amulet_ascii: bit: "P"
33113853-33114548 amulet_ascii: bit: "R"
33114716-33115411 amulet_ascii: bit: "O"
33115579-33116274 amulet_ascii: bit: " "
33116442-33117137 amulet_ascii: bit: "H"
33117305-33118000 amulet_ascii: bit: "D"
33118167-33118862 amulet_ascii: bit: "/"
33119030-33119725 amulet_ascii: bit: "3"
33119893-33120588 amulet_ascii: bit: "G"
33120756-33121451 amulet_ascii: bit: ":"
33121618-33122313 amulet_ascii: bit: " "
33122481-33123176 amulet_ascii: bit: "0"
33123344-33124039 amulet_ascii: bit: "NULL"
33108677-33124039 amulet_ascii: field: "Value: IMAGEPRO HD/3G: 0" "Val: IMAGEPRO HD/3G: 0" "IMAGEPRO HD/3G: 0"
33106088-33124039 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33206893-33207588 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33206893-33207588 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33283244-33283939 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33284107-33284802 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
33284970-33285665 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
33284107-33285665 amulet_ascii: field: "Address: 0xBA" "Addr: 0xBA" "0xBA"
33285832-33286527 amulet_ascii: bit: "I"
33286695-33287390 amulet_ascii: bit: "M"
33287558-33288253 amulet_ascii: bit: "A"
33288421-33289116 amulet_ascii: bit: "G"
33289283-33289978 amulet_ascii: bit: "E"
33290146-33290841 amulet_ascii: bit: "P"
33291009-33291704 amulet_ascii: bit: "R"
33291872-33292567 amulet_ascii: bit: "O"
33292735-33293430 amulet_ascii: bit: "-"
33293597-33294292 amulet_ascii: bit: "I"
33294460-33295155 amulet_ascii: bit: "I"
33295323-33296018 amulet_ascii: bit: "/"
33296186-33296881 amulet_ascii: bit: "D"
33297048-33297743 amulet_ascii: bit: "U"
33297911-33298606 amulet_ascii: bit: "A"
33298774-33299469 amulet_ascii: bit: "L"
33299637-33300332 amulet_ascii: bit: ":"
33300499-33301194 amulet_ascii: bit: " "
33301362-33302057 amulet_ascii: bit: "0"
33302225-33302920 amulet_ascii: bit: "NULL"
33285832-33302920 amulet_ascii: field: "Value: IMAGEPRO-II/DUAL: 0" "Val: IMAGEPRO-II/DUAL: 0" "IMAGEPRO-II/DUAL: 0"
33283244-33302920 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33312101-33312796 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33312101-33312796 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33418270-33418965 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33419133-33419828 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
33419996-33420691 amulet_ascii: bit: "Address low nibble: C" "Addr low 0xC" "Addr l 0xC"
33419133-33420691 amulet_ascii: field: "Address: 0xBC" "Addr: 0xBC" "0xBC"
33420859-33421554 amulet_ascii: bit: "P"
33421721-33422416 amulet_ascii: bit: "D"
33422584-33423279 amulet_ascii: bit: "S"
33423447-33424142 amulet_ascii: bit: ":"
33424310-33425005 amulet_ascii: bit: " "
33425173-33425868 amulet_ascii: bit: "0"
33426035-33426730 amulet_ascii: bit: "NULL"
33420859-33426730 amulet_ascii: field: "Value: PDS: 0" "Val: PDS: 0" "PDS: 0"
33418270-33426730 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33506116-33506811 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33506116-33506811 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33595784-33596479 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33596647-33597342 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
33597510-33598205 amulet_ascii: bit: "Address low nibble: E" "Addr low 0xE" "Addr l 0xE"
33596647-33598205 amulet_ascii: field: "Address: 0xBE" "Addr: 0xBE" "0xBE"
33598372-33599067 amulet_ascii: bit: "R"
33599235-33599930 amulet_ascii: bit: "O"
33600098-33600793 amulet_ascii: bit: "U"
33600961-33601656 amulet_ascii: bit: "T"
33601823-33602518 amulet_ascii: bit: "E"
33602686-33603381 amulet_ascii: bit: "R"
33603549-33604244 amulet_ascii: bit: "S"
33604412-33605107 amulet_ascii: bit: ":"
33605275-33605970 amulet_ascii: bit: " "
33606137-33606832 amulet_ascii: bit: "0"
33607000-33607695 amulet_ascii: bit: "NULL"
33598372-33607695 amulet_ascii: field: "Value: ROUTERS: 0" "Val: ROUTERS: 0" "ROUTERS: 0"
33595784-33607695 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33611120-33611815 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33611120-33611815 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33730984-33731679 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33731847-33732542 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
33732710-33733405 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
33731847-33733405 amulet_ascii: field: "Address: 0xC0" "Addr: 0xC0" "0xC0"
33733572-33734267 amulet_ascii: bit: "F"
33734435-33735130 amulet_ascii: bit: "S"
33735298-33735993 amulet_ascii: bit: "N"
33736161-33736856 amulet_ascii: bit: ":"
33737023-33737718 amulet_ascii: bit: " "
33737886-33738581 amulet_ascii: bit: "0"
33738749-33739444 amulet_ascii: bit: "NULL"
33733572-33739444 amulet_ascii: field: "Value: FSN: 0" "Val: FSN: 0" "FSN: 0"
33730984-33739444 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
33806313-33807008 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33806313-33807008 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33908454-33909149 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
33909317-33910012 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
33910180-33910875 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
33909317-33910875 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
33911043-33914326 amulet_ascii: field: "Value: 0x00fe" "Val: 0x00fe" "0x00fe"
33908454-33914326 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
33915909-33916604 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
33915909-33916604 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
35679055-35679750 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
35680006-35680701 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
35680958-35681653 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
35680006-35681653 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
35681909-35685458 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
35679055-35685458 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
35685715-35686410 amulet_ascii: warning: "Unknown command: 0x00"
35686852-35687547 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
35686852-35687547 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
35721521-35722216 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
35722383-35723078 amulet_ascii: bit: "Address high nibble: 9" "Addr high 0x9" "Addr h 0x9"
35723246-35723941 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
35722383-35723941 amulet_ascii: field: "Address: 0x9A" "Addr: 0x9A" "0x9A"
35724109-35724804 amulet_ascii: bit: "T"
35724972-35725667 amulet_ascii: bit: "h"
35725834-35726529 amulet_ascii: bit: "e"
35726697-35727392 amulet_ascii: bit: "r"
35727560-35728255 amulet_ascii: bit: "e"
35728423-35729118 amulet_ascii: bit: " "
35729285-35729980 amulet_ascii: bit: "a"
35730148-35730843 amulet_ascii: bit: "r"
35731011-35731706 amulet_ascii: bit: "e"
35731874-35732569 amulet_ascii: bit: " "
35732737-35733432 amulet_ascii: bit: "n"
35733599-35734294 amulet_ascii: bit: "o"
35734462-35735157 amulet_ascii: bit: " "
35735325-35736020 amulet_ascii: bit: "a"
35736188-35736883 amulet_ascii: bit: "c"
35737050-35737745 amulet_ascii: bit: "t"
35737913-35738608 amulet_ascii: bit: "i"
35738776-35739471 amulet_ascii: bit: "v"
35739639-35740334 amulet_ascii: bit: "e"
35740501-35741196 amulet_ascii: bit: " "
35741364-35742059 amulet_ascii: bit: "d"
35742227-35742922 amulet_ascii: bit: "e"
35743090-35743785 amulet_ascii: bit: "s"
35743953-35744648 amulet_ascii: bit: "t"
35744815-35745510 amulet_ascii: bit: "i"
35745678-35746373 amulet_ascii: bit: "n"
35746541-35747236 amulet_ascii: bit: "a"
35747404-35748099 amulet_ascii: bit: "t"
35748266-35748961 amulet_ascii: bit: "i"
35749129-35749824 amulet_ascii: bit: "o"
35749992-35750687 amulet_ascii: bit: "n"
35750855-35751550 amulet_ascii: bit: "s"
35751718-35752413 amulet_ascii: bit: "!"
35752580-35753275 amulet_ascii: bit: "NULL"
35724109-35753275 amulet_ascii: field: "Value: There are no active destinations!" "Val: There are no active destinations!" "There are no active destinations!"
35721521-35753275 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
35782072-35782767 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
35782072-35782767 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
54672515-54673210 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
54673378-54674073 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
54674241-54674936 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
54673378-54674936 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
54675104-54678387 amulet_ascii: field: "Value: 0xffff" "Val: 0xffff" "0xffff"
54672515-54678387 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
54688058-54688753 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
54688058-54688753 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
55850197-55850892 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
55851060-55851755 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
55851923-55852618 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
55851060-55852618 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
55852785-55854343 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
55850197-55854343 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
58474941-58475636 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
58475803-58476498 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
58476666-58477361 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
58475803-58477361 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
58477529-58479087 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
58474941-58479087 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59486125-59486820 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59486125-59486820 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59569298-59569993 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
59600976-59601671 amulet_ascii: warning: "Command aborted by invalid byte" "Abort"
59600976-59601671 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59601838-59602533 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
59602701-59603396 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
59601838-59603396 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
59603564-59605122 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
59600976-59605122 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59655060-59655755 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59655060-59655755 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59725866-59726561 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59726728-59727423 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
59727591-59728286 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
59726728-59728286 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
59728454-59730012 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
59725866-59730012 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59740736-59741431 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59740736-59741431 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59741687-59742382 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
59742638-59743333 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
59825276-59825971 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
59742638-59825971 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
59826227-59829776 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
59741687-59829776 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
59830033-59830728 amulet_ascii: warning: "Unknown command: 0x00"
59850544-59851239 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59850544-59851239 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59851700-59852395 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59852563-59853258 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
59853426-59854121 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
59852563-59854121 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
59854288-59855846 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
59851700-59855846 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
59927927-59928622 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
59927927-59928622 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60038319-60039014 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60039182-60039877 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
60040044-60040739 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
60039182-60040739 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
60040907-60042465 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
60038319-60042465 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60126203-60126898 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60126203-60126898 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60225855-60226550 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60226718-60227413 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
60227580-60228275 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
60226718-60228275 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
60228443-60230001 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
60225855-60230001 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60231464-60232159 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60231464-60232159 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60351054-60351749 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60351917-60352612 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
60352780-60353475 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
60351917-60353475 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
60353643-60355200 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
60351054-60355200 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60427713-60428408 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60427713-60428408 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60538704-60539399 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60539567-60540262 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
60540430-60541125 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
60539567-60541125 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
60541292-60542850 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
60538704-60542850 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60626530-60627225 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60626530-60627225 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60726066-60726761 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60726929-60727624 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
60727792-60728487 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
60726929-60728487 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
60728655-60730213 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
60726066-60730213 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
60731805-60732500 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60731805-60732500 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60851385-60852080 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
60852248-60852943 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
60853111-60853806 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
60852248-60853806 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
60853974-60854669 amulet_ascii: bit: "E"
60854836-60855531 amulet_ascii: bit: "N"
60855699-60856394 amulet_ascii: bit: "C"
60856562-60857257 amulet_ascii: bit: "O"
60857425-60858120 amulet_ascii: bit: "R"
60858287-60858982 amulet_ascii: bit: "E"
60859150-60859845 amulet_ascii: bit: " "
60860013-60860708 amulet_ascii: bit: "S"
60860876-60861571 amulet_ascii: bit: "Y"
60861738-60862433 amulet_ascii: bit: "S"
60862601-60863296 amulet_ascii: bit: "T"
60863464-60864159 amulet_ascii: bit: "E"
60864327-60865022 amulet_ascii: bit: "M"
60865190-60865885 amulet_ascii: bit: " "
60866052-60866747 amulet_ascii: bit: "S"
60866915-60867610 amulet_ascii: bit: "T"
60867778-60868473 amulet_ascii: bit: "A"
60868641-60869336 amulet_ascii: bit: "T"
60869503-60870198 amulet_ascii: bit: "U"
60870366-60871061 amulet_ascii: bit: "S"
60871229-60871924 amulet_ascii: bit: " "
60872092-60872787 amulet_ascii: bit: " "
60872954-60873649 amulet_ascii: bit: " "
60873817-60874512 amulet_ascii: bit: " "
60874680-60875375 amulet_ascii: bit: " "
60875543-60876238 amulet_ascii: bit: " "
60876406-60877101 amulet_ascii: bit: "V"
60877268-60877963 amulet_ascii: bit: "e"
60878131-60878826 amulet_ascii: bit: "r"
60878994-60879689 amulet_ascii: bit: " "
60879857-60880552 amulet_ascii: bit: "2"
60880719-60881414 amulet_ascii: bit: "."
60881582-60882277 amulet_ascii: bit: "3"
60882445-60883140 amulet_ascii: bit: "3"
60883308-60884003 amulet_ascii: bit: "."
60884171-60884866 amulet_ascii: bit: "0"
60885033-60885728 amulet_ascii: bit: "1"
60885896-60886591 amulet_ascii: bit: "NULL"
60853974-60886591 amulet_ascii: field: "Value: ENCORE SYSTEM STATUS      Ver 2.33.01" "Val: ENCORE SYSTEM STATUS      Ver 2.33.01" "ENCORE SYSTEM STATUS      Ver 2.33.01"
60851385-60886591 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
60945090-60945785 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
60945090-60945785 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61038536-61039231 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61039399-61040094 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
61040261-61040956 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
61039399-61040956 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
61041124-61041819 amulet_ascii: bit: "E"
61041987-61042682 amulet_ascii: bit: "N"
61042850-61043545 amulet_ascii: bit: "C"
61043713-61044408 amulet_ascii: bit: "O"
61044575-61045270 amulet_ascii: bit: "R"
61045438-61046133 amulet_ascii: bit: "E"
61046301-61046996 amulet_ascii: bit: " "
61047164-61047859 amulet_ascii: bit: "V"
61048026-61048721 amulet_ascii: bit: "P"
61048889-61049584 amulet_ascii: bit: "/"
61049752-61050447 amulet_ascii: bit: "3"
61050615-61051310 amulet_ascii: bit: "G"
61051477-61052172 amulet_ascii: bit: ":"
61052340-61053035 amulet_ascii: bit: " "
61053203-61053898 amulet_ascii: bit: "0"
61054066-61054761 amulet_ascii: bit: " "
61054929-61055624 amulet_ascii: bit: "NULL"
61041124-61055624 amulet_ascii: field: "Value: ENCORE VP/3G: 0 " "Val: ENCORE VP/3G: 0 " "ENCORE VP/3G: 0 "
61038536-61055624 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61134026-61134721 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61134026-61134721 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61236197-61236892 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61237060-61237755 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
61237923-61238618 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
61237060-61238618 amulet_ascii: field: "Address: 0xB2" "Addr: 0xB2" "0xB2"
61238785-61239480 amulet_ascii: bit: "E"
61239648-61240343 amulet_ascii: bit: "N"
61240511-61241206 amulet_ascii: bit: "C"
61241374-61242069 amulet_ascii: bit: "O"
61242237-61242932 amulet_ascii: bit: "R"
61243099-61243794 amulet_ascii: bit: "E"
61243962-61244657 amulet_ascii: bit: " "
61244825-61245520 amulet_ascii: bit: "V"
61245688-61246383 amulet_ascii: bit: "P"
61246550-61247245 amulet_ascii: bit: "X"
61247413-61248108 amulet_ascii: bit: "/"
61248276-61248971 amulet_ascii: bit: "3"
61249139-61249834 amulet_ascii: bit: "G"
61250002-61250697 amulet_ascii: bit: ":"
61250864-61251559 amulet_ascii: bit: " "
61251727-61252422 amulet_ascii: bit: "0"
61252590-61253285 amulet_ascii: bit: " "
61253453-61254148 amulet_ascii: bit: "NULL"
61238785-61254148 amulet_ascii: field: "Value: ENCORE VPX/3G: 0 " "Val: ENCORE VPX/3G: 0 " "ENCORE VPX/3G: 0 "
61236197-61254148 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61333512-61334207 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61333512-61334207 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61413657-61414352 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61414519-61415214 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
61415382-61416077 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
61414519-61416077 amulet_ascii: field: "Address: 0xB4" "Addr: 0xB4" "0xB4"
61416245-61416940 amulet_ascii: bit: "S"
61417108-61417803 amulet_ascii: bit: "C"
61417970-61418665 amulet_ascii: bit: "R"
61418833-61419528 amulet_ascii: bit: "E"
61419696-61420391 amulet_ascii: bit: "E"
61420559-61421254 amulet_ascii: bit: "N"
61421422-61422117 amulet_ascii: bit: "P"
61422284-61422979 amulet_ascii: bit: "R"
61423147-61423842 amulet_ascii: bit: "O"
61424010-61424705 amulet_ascii: bit: " "
61424873-61425568 amulet_ascii: bit: "I"
61425735-61426430 amulet_ascii: bit: "I"
61426598-61427293 amulet_ascii: bit: "/"
61427461-61428156 amulet_ascii: bit: "3"
61428324-61429019 amulet_ascii: bit: "G"
61429186-61429881 amulet_ascii: bit: ":"
61430049-61430744 amulet_ascii: bit: " "
61430912-61431607 amulet_ascii: bit: "0"
61431775-61432470 amulet_ascii: bit: " "
61432638-61433333 amulet_ascii: bit: "NULL"
61416245-61433333 amulet_ascii: field: "Value: SCREENPRO II/3G: 0 " "Val: SCREENPRO II/3G: 0 " "SCREENPRO II/3G: 0 "
61413657-61433333 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61437746-61438441 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61437746-61438441 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61548629-61549324 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61549491-61550186 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
61550354-61551049 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
61549491-61551049 amulet_ascii: field: "Address: 0xB6" "Addr: 0xB6" "0xB6"
61551217-61551912 amulet_ascii: bit: "P"
61552080-61552775 amulet_ascii: bit: "R"
61552943-61553638 amulet_ascii: bit: "E"
61553805-61554500 amulet_ascii: bit: "P"
61554668-61555363 amulet_ascii: bit: "R"
61555531-61556226 amulet_ascii: bit: "O"
61556394-61557089 amulet_ascii: bit: " "
61557256-61557951 amulet_ascii: bit: "I"
61558119-61558814 amulet_ascii: bit: "I"
61558982-61559677 amulet_ascii: bit: ":"
61559845-61560540 amulet_ascii: bit: " "
61560707-61561402 amulet_ascii: bit: "0"
61561570-61562265 amulet_ascii: bit: " "
61562433-61563128 amulet_ascii: bit: "NULL"
61551217-61563128 amulet_ascii: field: "Value: PREPRO II: 0 " "Val: PREPRO II: 0 " "PREPRO II: 0 "
61548629-61563128 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61634048-61634743 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61634048-61634743 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61726197-61726892 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61727059-61727754 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
61727922-61728617 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
61727059-61728617 amulet_ascii: field: "Address: 0xB8" "Addr: 0xB8" "0xB8"
61728785-61729480 amulet_ascii: bit: "I"
61729648-61730343 amulet_ascii: bit: "M"
61730510-61731205 amulet_ascii: bit: "A"
61731373-61732068 amulet_ascii: bit: "G"
61732236-61732931 amulet_ascii: bit: "E"
61733099-61733794 amulet_ascii: bit: "P"
61733962-61734657 amulet_ascii: bit: "R"
61734824-61735519 amulet_ascii: bit: "O"
61735687-61736382 amulet_ascii: bit: " "
61736550-61737245 amulet_ascii: bit: "H"
61737413-61738108 amulet_ascii: bit: "D"
61738275-61738970 amulet_ascii: bit: "/"
61739138-61739833 amulet_ascii: bit: "3"
61740001-61740696 amulet_ascii: bit: "G"
61740864-61741559 amulet_ascii: bit: ":"
61741727-61742422 amulet_ascii: bit: " "
61742589-61743284 amulet_ascii: bit: "0"
61743452-61744147 amulet_ascii: bit: "NULL"
61728785-61744147 amulet_ascii: field: "Value: IMAGEPRO HD/3G: 0" "Val: IMAGEPRO HD/3G: 0" "IMAGEPRO HD/3G: 0"
61726197-61744147 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61829658-61830353 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61829658-61830353 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
61976118-61976813 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
61976981-61977676 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
61977843-61978538 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
61976981-61978538 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
61978706-61979401 amulet_ascii: bit: "H"
61979569-61980264 amulet_ascii: bit: "
"
61980432-61981127 amulet_ascii: bit: "O"
61981295-61981990 amulet_ascii: bit: "
"
61982157-61982852 amulet_ascii: bit: "M"
61983020-61983715 amulet_ascii: bit: "
"
61983883-61984578 amulet_ascii: bit: "E"
61984746-61985441 amulet_ascii: bit: "NULL"
61978706-61985441 amulet_ascii: field: "Value: H
O
M
E" "Val: H
O
M
E" "H
O
M
E"
61976118-61985441 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62031324-62032019 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62031324-62032019 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62101138-62101833 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62102001-62102696 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
62102864-62103559 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
62102001-62103559 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
62103727-62104422 amulet_ascii: bit: "R"
62104589-62105284 amulet_ascii: bit: "
"
62105452-62106147 amulet_ascii: bit: "E"
62106315-62107010 amulet_ascii: bit: "
"
62107178-62107873 amulet_ascii: bit: "S"
62108040-62108735 amulet_ascii: bit: "
"
62108903-62109598 amulet_ascii: bit: "E"
62109766-62110461 amulet_ascii: bit: "
"
62110629-62111324 amulet_ascii: bit: "T"
62111492-62112187 amulet_ascii: bit: "NULL"
62103727-62112187 amulet_ascii: field: "Value: R
E
S
E
T" "Val: R
E
S
E
T" "R
E
S
E
T"
62101138-62112187 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62132244-62132939 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62132244-62132939 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62226859-62227554 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62227721-62228416 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
62228584-62229279 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
62227721-62229279 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
62229447-62230142 amulet_ascii: bit: "S"
62230310-62231005 amulet_ascii: bit: "W"
62231172-62231867 amulet_ascii: bit: "
"
62232035-62232730 amulet_ascii: bit: "V"
62232898-62233593 amulet_ascii: bit: "
"
62233761-62234456 amulet_ascii: bit: "E"
62234624-62235319 amulet_ascii: bit: "
"
62235486-62236181 amulet_ascii: bit: "R"
62236349-62237044 amulet_ascii: bit: "NULL"
62229447-62237044 amulet_ascii: field: "Value: SW
V
E
R" "Val: SW
V
E
R" "SW
V
E
R"
62226859-62237044 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62240102-62240797 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62240102-62240797 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62351266-62351961 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62352129-62352824 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
62352991-62353686 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
62352129-62353686 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
62353854-62354549 amulet_ascii: bit: "D"
62354717-62355412 amulet_ascii: bit: "
"
62355580-62356275 amulet_ascii: bit: "I"
62356442-62357137 amulet_ascii: bit: "
"
62357305-62358000 amulet_ascii: bit: "A"
62358168-62358863 amulet_ascii: bit: "
"
62359031-62359726 amulet_ascii: bit: "G"
62359893-62360588 amulet_ascii: bit: "NULL"
62353854-62360588 amulet_ascii: field: "Value: D
I
A
G" "Val: D
I
A
G" "D
I
A
G"
62351266-62360588 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62431502-62432197 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62431502-62432197 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62538731-62539426 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62539594-62540289 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
62540457-62541152 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
62539594-62541152 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
62541320-62542015 amulet_ascii: bit: "D"
62542182-62542877 amulet_ascii: bit: "E"
62543045-62543740 amulet_ascii: bit: "S"
62543908-62544603 amulet_ascii: bit: "T"
62544771-62545466 amulet_ascii: bit: "
"
62545633-62546328 amulet_ascii: bit: "S"
62546496-62547191 amulet_ascii: bit: "E"
62547359-62548054 amulet_ascii: bit: "T"
62548222-62548917 amulet_ascii: bit: "U"
62549084-62549779 amulet_ascii: bit: "P"
62549947-62550642 amulet_ascii: bit: "NULL"
62541320-62550642 amulet_ascii: field: "Value: DEST
SETUP" "Val: DEST
SETUP" "DEST
SETUP"
62538731-62550642 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62631499-62632194 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62631499-62632194 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62726408-62727103 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62727271-62727966 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
62728134-62728829 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
62727271-62728829 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
62728997-62729692 amulet_ascii: bit: "N"
62729859-62730554 amulet_ascii: bit: "E"
62730722-62731417 amulet_ascii: bit: "T"
62731585-62732280 amulet_ascii: bit: "W"
62732448-62733143 amulet_ascii: bit: "O"
62733310-62734005 amulet_ascii: bit: "R"
62734173-62734868 amulet_ascii: bit: "K"
62735036-62735731 amulet_ascii: bit: "
"
62735899-62736594 amulet_ascii: bit: "S"
62736761-62737456 amulet_ascii: bit: "E"
62737624-62738319 amulet_ascii: bit: "T"
62738487-62739182 amulet_ascii: bit: "U"
62739350-62740045 amulet_ascii: bit: "P"
62740213-62740908 amulet_ascii: bit: "NULL"
62728997-62740908 amulet_ascii: field: "Value: NETWORK
SETUP" "Val: NETWORK
SETUP" "NETWORK
SETUP"
62726408-62740908 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62744505-62745200 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62744505-62745200 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62851423-62852118 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62852286-62852981 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
62853149-62853844 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
62852286-62853844 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
62854011-62854706 amulet_ascii: bit: "I"
62854874-62855569 amulet_ascii: bit: "N"
62855737-62856432 amulet_ascii: bit: "P"
62856600-62857295 amulet_ascii: bit: "U"
62857463-62858158 amulet_ascii: bit: "T"
62858325-62859020 amulet_ascii: bit: "
"
62859188-62859883 amulet_ascii: bit: "P"
62860051-62860746 amulet_ascii: bit: "A"
62860914-62861609 amulet_ascii: bit: "T"
62861776-62862471 amulet_ascii: bit: "C"
62862639-62863334 amulet_ascii: bit: "H"
62863502-62864197 amulet_ascii: bit: "NULL"
62854011-62864197 amulet_ascii: field: "Value: INPUT
PATCH" "Val: INPUT
PATCH" "INPUT
PATCH"
62851423-62864197 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
62933324-62934019 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
62933324-62934019 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
63039068-63039763 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
63039930-63040625 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
63040793-63041488 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
63039930-63041488 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
63041656-63042351 amulet_ascii: bit: "R"
63042519-63043214 amulet_ascii: bit: "O"
63043381-63044076 amulet_ascii: bit: "U"
63044244-63044939 amulet_ascii: bit: "T"
63045107-63045802 amulet_ascii: bit: "E"
63045970-63046665 amulet_ascii: bit: "R"
63046833-63047528 amulet_ascii: bit: "
"
63047695-63048390 amulet_ascii: bit: "S"
63048558-63049253 amulet_ascii: bit: "E"
63049421-63050116 amulet_ascii: bit: "T"
63050284-63050979 amulet_ascii: bit: "U"
63051146-63051841 amulet_ascii: bit: "P"
63052009-63052704 amulet_ascii: bit: "NULL"
63041656-63052704 amulet_ascii: field: "Value: ROUTER
SETUP" "Val: ROUTER
SETUP" "ROUTER
SETUP"
63039068-63052704 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
63132510-63133205 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
63132510-63133205 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
63226538-63227233 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
63227401-63228096 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
63228264-63228959 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
63227401-63228959 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
63229127-63232410 amulet_ascii: field: "Value: 0x0010" "Val: 0x0010" "0x0010"
63226538-63232410 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
63234016-63234711 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
63234016-63234711 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
67418198-67418893 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
67599662-67600357 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
67781095-67781790 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
67599662-67781790 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
67962554-68507533 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
67418198-68507533 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
68688166-68688861 amulet_ascii: warning: "Unknown command: 0x00"
68689358-68690053 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
68689358-68690053 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
68737716-68738411 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
68738579-68739274 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
68739442-68740137 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
68738579-68740137 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
68740305-68741862 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
68737716-68741862 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
68872587-68873282 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
68872587-68873282 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
68977594-68978289 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
68978456-68979151 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
68979319-68980014 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
68978456-68980014 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
68980182-68981740 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
68977594-68981740 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69056734-69057429 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69056734-69057429 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69165124-69165819 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69165987-69166682 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
69166850-69167545 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
69165987-69167545 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
69167712-69169270 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
69165124-69169270 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69240877-69241572 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69240877-69241572 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69363344-69364039 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69364207-69364902 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
69365070-69365765 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
69364207-69365765 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
69365933-69367490 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
69363344-69367490 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69425008-69425703 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69425008-69425703 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69540115-69540810 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69540977-69541672 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
69541840-69542535 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
69540977-69542535 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
69542703-69544261 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
69540115-69544261 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69609140-69609835 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69609140-69609835 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69727916-69728611 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69728779-69729474 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
69729642-69730337 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
69728779-69730337 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
69730505-69732062 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
69727916-69732062 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69793154-69793849 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69793154-69793849 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69915197-69915892 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69916060-69916755 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
69916923-69917618 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
69916060-69917618 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
69917786-69919343 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
69915197-69919343 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
69977286-69977981 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
69977286-69977981 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70040207-70040902 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
70041070-70041765 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
70041932-70042627 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
70041070-70042627 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
70042795-70044353 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
70040207-70044353 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
70161418-70162113 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70161418-70162113 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70227819-70228514 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
70228681-70229376 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
70229544-70230239 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
70228681-70230239 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
70230407-70231102 amulet_ascii: bit: "S"
70231270-70231965 amulet_ascii: bit: "Y"
70232133-70232828 amulet_ascii: bit: "S"
70232995-70233690 amulet_ascii: bit: "T"
70233858-70234553 amulet_ascii: bit: "E"
70234721-70235416 amulet_ascii: bit: "M"
70235584-70236279 amulet_ascii: bit: " "
70236446-70237141 amulet_ascii: bit: "M"
70237309-70238004 amulet_ascii: bit: "E"
70238172-70238867 amulet_ascii: bit: "N"
70239035-70239730 amulet_ascii: bit: "U"
70239897-70240592 amulet_ascii: bit: " "
70240760-70241455 amulet_ascii: bit: " "
70241623-70242318 amulet_ascii: bit: " "
70242486-70243181 amulet_ascii: bit: " "
70243349-70244044 amulet_ascii: bit: " "
70244211-70244906 amulet_ascii: bit: " "
70245074-70245769 amulet_ascii: bit: " "
70245937-70246632 amulet_ascii: bit: " "
70246800-70247495 amulet_ascii: bit: "NULL"
70230407-70247495 amulet_ascii: field: "Value: SYSTEM MENU        " "Val: SYSTEM MENU        " "SYSTEM MENU        "
70227819-70247495 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
70354539-70355234 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70354539-70355234 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70477930-70478625 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
70478793-70479488 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
70479655-70480350 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
70478793-70480350 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
70480518-70482076 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
70477930-70482076 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
70681259-70681954 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70681259-70681954 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70790470-70791165 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
70791333-70792028 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
70792195-70792890 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
70791333-70792890 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
70793058-70793753 amulet_ascii: bit: "M"
70793921-70794616 amulet_ascii: bit: "o"
70794784-70795479 amulet_ascii: bit: "d"
70795647-70796342 amulet_ascii: bit: "i"
70796509-70797204 amulet_ascii: bit: "f"
70797372-70798067 amulet_ascii: bit: "y"
70798235-70798930 amulet_ascii: bit: " "
70799098-70799793 amulet_ascii: bit: "L"
70799960-70800655 amulet_ascii: bit: "a"
70800823-70801518 amulet_ascii: bit: "y"
70801686-70802381 amulet_ascii: bit: "e"
70802549-70803244 amulet_ascii: bit: "r"
70803411-70804106 amulet_ascii: bit: "s"
70804274-70804969 amulet_ascii: bit: " "
70805137-70805832 amulet_ascii: bit: "O"
70806000-70806695 amulet_ascii: bit: "n"
70806863-70807558 amulet_ascii: bit: " "
70807725-70808420 amulet_ascii: bit: "P"
70808588-70809283 amulet_ascii: bit: "r"
70809451-70810146 amulet_ascii: bit: "o"
70810314-70811009 amulet_ascii: bit: "g"
70811176-70811871 amulet_ascii: bit: "r"
70812039-70812734 amulet_ascii: bit: "a"
70812902-70813597 amulet_ascii: bit: "m"
70813765-70814460 amulet_ascii: bit: "NULL"
70793058-70814460 amulet_ascii: field: "Value: Modify Layers On Program" "Val: Modify Layers On Program" "Modify Layers On Program"
70790470-70814460 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
70879102-70879797 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70879102-70879797 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
70977973-70978668 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
70978836-70979531 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
70979699-70980394 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
70978836-70980394 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
70980562-70982119 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
70977973-70982119 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
72651563-72652258 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
72651563-72652258 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
72728600-72729295 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
72729463-72730158 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
72730326-72731021 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
72729463-72731021 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
72731188-72731883 amulet_ascii: bit: "M"
72732051-72732746 amulet_ascii: bit: "o"
72732914-72733609 amulet_ascii: bit: "d"
72733777-72734472 amulet_ascii: bit: "i"
72734639-72735334 amulet_ascii: bit: "f"
72735502-72736197 amulet_ascii: bit: "y"
72736365-72737060 amulet_ascii: bit: " "
72737228-72737923 amulet_ascii: bit: "L"
72738090-72738785 amulet_ascii: bit: "a"
72738953-72739648 amulet_ascii: bit: "y"
72739816-72740511 amulet_ascii: bit: "e"
72740679-72741374 amulet_ascii: bit: "r"
72741542-72742237 amulet_ascii: bit: "s"
72742404-72743099 amulet_ascii: bit: " "
72743267-72743962 amulet_ascii: bit: "O"
72744130-72744825 amulet_ascii: bit: "n"
72744993-72745688 amulet_ascii: bit: " "
72745855-72746550 amulet_ascii: bit: "P"
72746718-72747413 amulet_ascii: bit: "r"
72747581-72748276 amulet_ascii: bit: "o"
72748444-72749139 amulet_ascii: bit: "g"
72749306-72750001 amulet_ascii: bit: "r"
72750169-72750864 amulet_ascii: bit: "a"
72751032-72751727 amulet_ascii: bit: "m"
72751895-72752590 amulet_ascii: bit: " "
72752758-72753453 amulet_ascii: bit: " "
72753620-72754315 amulet_ascii: bit: " "
72754483-72755178 amulet_ascii: bit: " "
72755346-72756041 amulet_ascii: bit: "O"
72756209-72756904 amulet_ascii: bit: "f"
72757071-72757766 amulet_ascii: bit: "f"
72757934-72758629 amulet_ascii: bit: "NULL"
72731188-72758629 amulet_ascii: field: "Value: Modify Layers On Program    Off" "Val: Modify Layers On Program    Off" "Modify Layers On Program    Off"
72728600-72758629 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
73053757-73054452 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
73053757-73054452 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
73165889-73166584 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
73166752-73167447 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
73167615-73168310 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
73166752-73168310 amulet_ascii: field: "Address: 0xB2" "Addr: 0xB2" "0xB2"
73168477-73169172 amulet_ascii: bit: "T"
73169340-73170035 amulet_ascii: bit: "a"
73170203-73170898 amulet_ascii: bit: "l"
73171066-73171761 amulet_ascii: bit: "l"
73171928-73172623 amulet_ascii: bit: "y"
73172791-73173486 amulet_ascii: bit: " "
73173654-73174349 amulet_ascii: bit: "M"
73174517-73175212 amulet_ascii: bit: "o"
73175379-73176074 amulet_ascii: bit: "d"
73176242-73176937 amulet_ascii: bit: "e"
73177105-73177800 amulet_ascii: bit: " "
73177968-73178663 amulet_ascii: bit: " "
73178831-73179526 amulet_ascii: bit: " "
73179693-73180388 amulet_ascii: bit: " "
73180556-73181251 amulet_ascii: bit: " "
73181419-73182114 amulet_ascii: bit: " "
73182282-73182977 amulet_ascii: bit: " "
73183144-73183839 amulet_ascii: bit: " "
73184007-73184702 amulet_ascii: bit: " "
73184870-73185565 amulet_ascii: bit: "NULL"
73168477-73185565 amulet_ascii: field: "Value: Tally Mode         " "Val: Tally Mode         " "Tally Mode         "
73165889-73185565 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
73460462-73461157 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
73460462-73461157 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
73540863-73541558 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
73541726-73542421 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
73542589-73543284 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
73541726-73543284 amulet_ascii: field: "Address: 0xB3" "Addr: 0xB3" "0xB3"
73543452-73544147 amulet_ascii: bit: " "
73544314-73545009 amulet_ascii: bit: " "
73545177-73545872 amulet_ascii: bit: " "
73546040-73546735 amulet_ascii: bit: " "
73546903-73547598 amulet_ascii: bit: " "
73547765-73548460 amulet_ascii: bit: " "
73548628-73549323 amulet_ascii: bit: " "
73549491-73550186 amulet_ascii: bit: " "
73550354-73551049 amulet_ascii: bit: " "
73551216-73551911 amulet_ascii: bit: "O"
73552079-73552774 amulet_ascii: bit: "f"
73552942-73553637 amulet_ascii: bit: "f"
73553805-73554500 amulet_ascii: bit: "NULL"
73543452-73554500 amulet_ascii: field: "Value:          Off" "Val:          Off" "         Off"
73540863-73554500 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
73782143-73782838 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
73782143-73782838 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
73853474-73854169 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
73854337-73855032 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
73855199-73855894 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
73854337-73855894 amulet_ascii: field: "Address: 0xA8" "Addr: 0xA8" "0xA8"
73856062-73856757 amulet_ascii: bit: "N"
73856925-73857620 amulet_ascii: bit: "
"
73857788-73858483 amulet_ascii: bit: "a"
73858650-73859345 amulet_ascii: bit: "
"
73859513-73860208 amulet_ascii: bit: "v"
73860376-73861071 amulet_ascii: bit: "
"
73861239-73861934 amulet_ascii: bit: " "
73862101-73862796 amulet_ascii: bit: "NULL"
73856062-73862796 amulet_ascii: field: "Value: N
a
v
 " "Val: N
a
v
 " "N
a
v
 "
73853474-73862796 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
74125176-74125871 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
74125176-74125871 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
74228502-74229197 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
74229365-74230060 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
74230228-74230923 amulet_ascii: bit: "Address low nibble: 9" "Addr low 0x9" "Addr l 0x9"
74229365-74230923 amulet_ascii: field: "Address: 0xA9" "Addr: 0xA9" "0xA9"
74231091-74231786 amulet_ascii: bit: "A"
74231953-74232648 amulet_ascii: bit: "
"
74232816-74233511 amulet_ascii: bit: "d"
74233679-74234374 amulet_ascii: bit: "
"
74234542-74235237 amulet_ascii: bit: "j"
74235404-74236099 amulet_ascii: bit: "NULL"
74231091-74236099 amulet_ascii: field: "Value: A
d
j" "Val: A
d
j" "A
d
j"
74228502-74236099 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
74412579-74413274 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
74412579-74413274 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
82802830-82803525 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
82803693-82804388 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
82804556-82805251 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
82803693-82805251 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
82805419-82806114 amulet_ascii: bit: "H"
82806281-82806976 amulet_ascii: bit: "
"
82807144-82807839 amulet_ascii: bit: "O"
82808007-82808702 amulet_ascii: bit: "
"
82808870-82809565 amulet_ascii: bit: "M"
82809733-82810428 amulet_ascii: bit: "
"
82810595-82811290 amulet_ascii: bit: "E"
82811458-82812153 amulet_ascii: bit: "NULL"
82805419-82812153 amulet_ascii: field: "Value: H
O
M
E" "Val: H
O
M
E" "H
O
M
E"
82802830-82812153 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
82887600-82888295 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
82887600-82888295 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
82980138-82980833 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
82981001-82981696 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
82981863-82982558 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
82981001-82982558 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
82982726-82983421 amulet_ascii: bit: "C"
82983589-82984284 amulet_ascii: bit: "
"
82984452-82985147 amulet_ascii: bit: "O"
82985315-82986010 amulet_ascii: bit: "
"
82986177-82986872 amulet_ascii: bit: "N"
82987040-82987735 amulet_ascii: bit: "
"
82987903-82988598 amulet_ascii: bit: "S"
82988766-82989461 amulet_ascii: bit: "
"
82989628-82990323 amulet_ascii: bit: "L"
82990491-82991186 amulet_ascii: bit: "NULL"
82982726-82991186 amulet_ascii: field: "Value: C
O
N
S
L" "Val: C
O
N
S
L" "C
O
N
S
L"
82980138-82991186 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83088045-83088740 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83088045-83088740 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83167652-83168347 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83168515-83169210 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
83169378-83170073 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
83168515-83170073 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
83170240-83170935 amulet_ascii: bit: "L"
83171103-83171798 amulet_ascii: bit: "
"
83171966-83172661 amulet_ascii: bit: "O"
83172829-83173524 amulet_ascii: bit: "
"
83173692-83174387 amulet_ascii: bit: "C"
83174554-83175249 amulet_ascii: bit: "
"
83175417-83176112 amulet_ascii: bit: "K"
83176280-83176975 amulet_ascii: bit: "NULL"
83170240-83176975 amulet_ascii: field: "Value: L
O
C
K" "Val: L
O
C
K" "L
O
C
K"
83167652-83176975 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83287532-83288227 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83287532-83288227 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83355188-83355883 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83356051-83356746 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
83356914-83357609 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
83356051-83357609 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
83357776-83358471 amulet_ascii: bit: "E"
83358639-83359334 amulet_ascii: bit: "
"
83359502-83360197 amulet_ascii: bit: "D"
83360365-83361060 amulet_ascii: bit: "
"
83361227-83361922 amulet_ascii: bit: "I"
83362090-83362785 amulet_ascii: bit: "
"
83362953-83363648 amulet_ascii: bit: "D"
83363816-83364511 amulet_ascii: bit: "NULL"
83357776-83364511 amulet_ascii: field: "Value: E
D
I
D" "Val: E
D
I
D" "E
D
I
D"
83355188-83364511 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83487076-83487771 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83487076-83487771 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83605435-83606130 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83606298-83606993 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
83607161-83607856 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
83606298-83607856 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
83608023-83608718 amulet_ascii: bit: "D"
83608886-83609581 amulet_ascii: bit: "E"
83609749-83610444 amulet_ascii: bit: "F"
83610612-83611307 amulet_ascii: bit: "I"
83611474-83612169 amulet_ascii: bit: "N"
83612337-83613032 amulet_ascii: bit: "E"
83613200-83613895 amulet_ascii: bit: "
"
83614063-83614758 amulet_ascii: bit: "V"
83614925-83615620 amulet_ascii: bit: "P"
83615788-83616483 amulet_ascii: bit: " "
83616651-83617346 amulet_ascii: bit: "I"
83617514-83618209 amulet_ascii: bit: "D"
83618377-83619072 amulet_ascii: bit: "NULL"
83608023-83619072 amulet_ascii: field: "Value: DEFINE
VP ID" "Val: DEFINE
VP ID" "DEFINE
VP ID"
83605435-83619072 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83688884-83689579 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83688884-83689579 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83792922-83793617 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83793785-83794480 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
83794648-83795343 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
83793785-83795343 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
83795510-83796205 amulet_ascii: bit: "L"
83796373-83797068 amulet_ascii: bit: "C"
83797236-83797931 amulet_ascii: bit: "D"
83798099-83798794 amulet_ascii: bit: "
"
83798961-83799656 amulet_ascii: bit: "S"
83799824-83800519 amulet_ascii: bit: "E"
83800687-83801382 amulet_ascii: bit: "T"
83801550-83802245 amulet_ascii: bit: "T"
83802413-83803108 amulet_ascii: bit: "I"
83803275-83803970 amulet_ascii: bit: "N"
83804138-83804833 amulet_ascii: bit: "G"
83805001-83805696 amulet_ascii: bit: "S"
83805864-83806559 amulet_ascii: bit: "NULL"
83795510-83806559 amulet_ascii: field: "Value: LCD
SETTINGS" "Val: LCD
SETTINGS" "LCD
SETTINGS"
83792922-83806559 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83890687-83891382 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83890687-83891382 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
83980409-83981104 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
83981272-83981967 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
83982135-83982830 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
83981272-83982830 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
83982997-83983692 amulet_ascii: bit: "U"
83983860-83984555 amulet_ascii: bit: "S"
83984723-83985418 amulet_ascii: bit: "E"
83985586-83986281 amulet_ascii: bit: "R"
83986449-83987144 amulet_ascii: bit: "
"
83987311-83988006 amulet_ascii: bit: "P"
83988174-83988869 amulet_ascii: bit: "R"
83989037-83989732 amulet_ascii: bit: "E"
83989900-83990595 amulet_ascii: bit: "F"
83990762-83991457 amulet_ascii: bit: "NULL"
83982997-83991457 amulet_ascii: field: "Value: USER
PREF" "Val: USER
PREF" "USER
PREF"
83980409-83991457 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
84091138-84091833 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
84091138-84091833 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
84168102-84168797 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
84168965-84169660 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
84169828-84170523 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
84168965-84170523 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
84170691-84171386 amulet_ascii: bit: "B"
84171554-84172249 amulet_ascii: bit: "A"
84172416-84173111 amulet_ascii: bit: "C"
84173279-84173974 amulet_ascii: bit: "K"
84174142-84174837 amulet_ascii: bit: "U"
84175005-84175700 amulet_ascii: bit: "P"
84175867-84176562 amulet_ascii: bit: "
"
84176730-84177425 amulet_ascii: bit: "R"
84177593-84178288 amulet_ascii: bit: "E"
84178456-84179151 amulet_ascii: bit: "S"
84179318-84180013 amulet_ascii: bit: "T"
84180181-84180876 amulet_ascii: bit: "O"
84181044-84181739 amulet_ascii: bit: "R"
84181907-84182602 amulet_ascii: bit: "E"
84182770-84183465 amulet_ascii: bit: "NULL"
84170691-84183465 amulet_ascii: field: "Value: BACKUP
RESTORE" "Val: BACKUP
RESTORE" "BACKUP
RESTORE"
84168102-84183465 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
84293903-84294598 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
84293903-84294598 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
84418078-84418773 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
84418941-84419636 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
84419804-84420499 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
84418941-84420499 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
84420666-84423950 amulet_ascii: field: "Value: 0x0010" "Val: 0x0010" "0x0010"
84418078-84423950 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
84490847-84491542 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
84490847-84491542 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
88125576-88126271 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
88307106-88307801 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
88488514-88489209 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
88307106-88489209 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
88669916-89214822 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
88125576-89214822 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
89395596-89396291 amulet_ascii: warning: "Unknown command: 0x00"
89396774-89397469 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89396774-89397469 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89421263-89421958 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
89422126-89422821 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
89422989-89423684 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
89422126-89423684 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
89423851-89425409 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
89421263-89425409 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
89580016-89580711 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89580016-89580711 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89679340-89680035 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
89680203-89680898 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
89681066-89681761 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
89680203-89681761 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
89681928-89683486 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
89679340-89683486 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
89764148-89764843 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89764148-89764843 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89856561-89857256 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
89857423-89858118 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
89858286-89858981 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
89857423-89858981 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
89859149-89860707 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
89856561-89860707 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
89948162-89948857 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
89948162-89948857 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90044026-90044721 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90044889-90045584 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
90045752-90046447 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
90044889-90046447 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
90046614-90048172 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
90044026-90048172 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90132294-90132989 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90132294-90132989 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90231546-90232241 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90232409-90233104 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
90233271-90233966 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
90232409-90233966 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
90234134-90235692 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
90231546-90235692 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90316441-90317136 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90316441-90317136 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90419071-90419766 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90419934-90420629 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
90420796-90421491 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
90419934-90421491 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
90421659-90423217 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
90419071-90423217 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90500573-90501268 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90500573-90501268 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90616879-90617574 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90617741-90618436 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
90618604-90619299 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
90617741-90619299 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
90619467-90621025 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
90616879-90621025 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90684700-90685395 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90684700-90685395 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90794094-90794789 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90794957-90795652 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
90795819-90796514 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
90794957-90796514 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
90796682-90798240 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
90794094-90798240 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
90868847-90869542 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90868847-90869542 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
90981841-90982536 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
90982704-90983399 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
90983567-90984262 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
90982704-90984262 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
90984430-90985125 amulet_ascii: bit: "M"
90985293-90985988 amulet_ascii: bit: "I"
90986155-90986850 amulet_ascii: bit: "S"
90987018-90987713 amulet_ascii: bit: "C"
90987881-90988576 amulet_ascii: bit: "E"
90988744-90989439 amulet_ascii: bit: "L"
90989606-90990301 amulet_ascii: bit: "L"
90990469-90991164 amulet_ascii: bit: "A"
90991332-90992027 amulet_ascii: bit: "N"
90992195-90992890 amulet_ascii: bit: "E"
90993057-90993752 amulet_ascii: bit: "O"
90993920-90994615 amulet_ascii: bit: "U"
90994783-90995478 amulet_ascii: bit: "S"
90995646-90996341 amulet_ascii: bit: " "
90996509-90997204 amulet_ascii: bit: "M"
90997371-90998066 amulet_ascii: bit: "E"
90998234-90998929 amulet_ascii: bit: "N"
90999097-90999792 amulet_ascii: bit: "U"
90999960-91000655 amulet_ascii: bit: "NULL"
90984430-91000655 amulet_ascii: field: "Value: MISCELLANEOUS MENU" "Val: MISCELLANEOUS MENU" "MISCELLANEOUS MENU"
90981841-91000655 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
91061329-91062024 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
91061329-91062024 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108172839-108173534 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
108173702-108174397 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
108174564-108175259 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
108173702-108175259 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
108175427-108176122 amulet_ascii: bit: "H"
108176290-108176985 amulet_ascii: bit: "
"
108177153-108177848 amulet_ascii: bit: "O"
108178015-108178710 amulet_ascii: bit: "
"
108178878-108179573 amulet_ascii: bit: "M"
108179741-108180436 amulet_ascii: bit: "
"
108180604-108181299 amulet_ascii: bit: "E"
108181466-108182161 amulet_ascii: bit: "NULL"
108175427-108182161 amulet_ascii: field: "Value: H
O
M
E" "Val: H
O
M
E" "H
O
M
E"
108172839-108182161 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
108195459-108196154 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108195459-108196154 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108297306-108298001 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
108298168-108298863 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
108299031-108299726 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
108298168-108299726 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
108299894-108300589 amulet_ascii: bit: "A"
108300757-108301452 amulet_ascii: bit: "L"
108301619-108302314 amulet_ascii: bit: "L"
108302482-108303177 amulet_ascii: bit: "
"
108303345-108304040 amulet_ascii: bit: "O"
108304208-108304903 amulet_ascii: bit: "N"
108305071-108305766 amulet_ascii: bit: "NULL"
108299894-108305766 amulet_ascii: field: "Value: ALL
ON" "Val: ALL
ON" "ALL
ON"
108297306-108305766 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
108384749-108385444 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108384749-108385444 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108485010-108485705 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
108485873-108486568 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
108486735-108487430 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
108485873-108487430 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
108487598-108488293 amulet_ascii: bit: "A"
108488461-108489156 amulet_ascii: bit: "L"
108489324-108490019 amulet_ascii: bit: "L"
108490186-108490881 amulet_ascii: bit: "
"
108491049-108491744 amulet_ascii: bit: "O"
108491912-108492607 amulet_ascii: bit: "F"
108492775-108493470 amulet_ascii: bit: "F"
108493637-108494332 amulet_ascii: bit: "NULL"
108487598-108494332 amulet_ascii: field: "Value: ALL
OFF" "Val: ALL
OFF" "ALL
OFF"
108485010-108494332 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
108574529-108575224 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108574529-108575224 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108672795-108673490 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
108673658-108674353 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
108674521-108675216 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
108673658-108675216 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
108675384-108678667 amulet_ascii: field: "Value: 0x0010" "Val: 0x0010" "0x0010"
108672795-108678667 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
108761678-108762373 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
108761678-108762373 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
112388406-112389101 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
112569896-112570591 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
112751303-112751998 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
112569896-112751998 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
112932762-113477664 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
112388406-113477664 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
113658389-113659084 amulet_ascii: warning: "Unknown command: 0x00"
113659517-113660212 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
113659517-113660212 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
113673658-113674353 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
113674521-113675216 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
113675383-113676078 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
113674521-113676078 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
113676246-113677804 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
113673658-113677804 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
113842794-113843489 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
113842794-113843489 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
113923623-113924318 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
113924485-113925180 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
113925348-113926043 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
113924485-113926043 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
113926211-113927769 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
113923623-113927769 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114026938-114027633 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114026938-114027633 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114111159-114111854 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114112021-114112716 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
114112884-114113579 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
114112021-114113579 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
114113747-114115305 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
114111159-114115305 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114210992-114211687 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114210992-114211687 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114298760-114299455 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114299622-114300317 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
114300485-114301180 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
114299622-114301180 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
114301348-114302906 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
114298760-114302906 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114395124-114395819 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114395124-114395819 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114486230-114486925 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114487093-114487788 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
114487956-114488651 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
114487093-114488651 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
114488819-114490377 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
114486230-114490377 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114579282-114579977 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114579282-114579977 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114683908-114684603 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114684771-114685466 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
114685634-114686329 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
114684771-114686329 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
114686496-114688054 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
114683908-114688054 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114763362-114764057 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114763362-114764057 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114861237-114861932 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114862100-114862795 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
114862963-114863658 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
114862100-114863658 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
114863826-114865383 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
114861237-114865383 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
114947494-114948189 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
114947494-114948189 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115048752-115049447 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
115049614-115050309 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
115050477-115051172 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
115049614-115051172 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
115051340-115052898 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
115048752-115052898 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
115131625-115132320 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115131625-115132320 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115236385-115237080 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
115237248-115237943 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
115238111-115238806 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
115237248-115238806 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
115238973-115239668 amulet_ascii: bit: "P"
115239836-115240531 amulet_ascii: bit: "R"
115240699-115241394 amulet_ascii: bit: "E"
115241562-115242257 amulet_ascii: bit: "S"
115242425-115243120 amulet_ascii: bit: "E"
115243287-115243982 amulet_ascii: bit: "T"
115244150-115244845 amulet_ascii: bit: " "
115245013-115245708 amulet_ascii: bit: "O"
115245876-115246571 amulet_ascii: bit: "P"
115246738-115247433 amulet_ascii: bit: "T"
115247601-115248296 amulet_ascii: bit: "I"
115248464-115249159 amulet_ascii: bit: "O"
115249327-115250022 amulet_ascii: bit: "N"
115250189-115250884 amulet_ascii: bit: "S"
115251052-115251747 amulet_ascii: bit: "NULL"
115238973-115251747 amulet_ascii: field: "Value: PRESET OPTIONS" "Val: PRESET OPTIONS" "PRESET OPTIONS"
115236385-115251747 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
115322317-115323012 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115322317-115323012 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115423872-115424567 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
115424735-115425430 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
115425598-115426293 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
115424735-115426293 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
115426461-115427156 amulet_ascii: bit: " "
115427323-115428018 amulet_ascii: bit: " "
115428186-115428881 amulet_ascii: bit: " "
115429049-115429744 amulet_ascii: bit: " "
115429912-115430607 amulet_ascii: bit: " "
115430774-115431469 amulet_ascii: bit: " "
115431637-115432332 amulet_ascii: bit: " "
115432500-115433195 amulet_ascii: bit: " "
115433363-115434058 amulet_ascii: bit: " "
115434225-115434920 amulet_ascii: bit: " "
115435088-115435783 amulet_ascii: bit: " "
115435951-115436646 amulet_ascii: bit: " "
115436814-115437509 amulet_ascii: bit: " "
115437677-115438372 amulet_ascii: bit: " "
115438539-115439234 amulet_ascii: bit: " "
115439402-115440097 amulet_ascii: bit: " "
115440265-115440960 amulet_ascii: bit: " "
115441128-115441823 amulet_ascii: bit: " "
115441990-115442685 amulet_ascii: bit: " "
115442853-115443548 amulet_ascii: bit: "NULL"
115426461-115443548 amulet_ascii: field: "Value:                    " "Val:                    " "                   "
115423872-115443548 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
115675900-115676595 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115675900-115676595 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115798879-115799574 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
115799742-115800437 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
115800605-115801300 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
115799742-115801300 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
115801467-115803025 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
115798879-115803025 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
115940461-115941156 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
115940461-115941156 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
116049262-116049957 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
116050124-116050819 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
116050987-116051682 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
116050124-116051682 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
116051850-116052545 amulet_ascii: bit: "A"
116052713-116053408 amulet_ascii: bit: "u"
116053575-116054270 amulet_ascii: bit: "t"
116054438-116055133 amulet_ascii: bit: "o"
116055301-116055996 amulet_ascii: bit: " "
116056164-116056859 amulet_ascii: bit: "R"
116057026-116057721 amulet_ascii: bit: "e"
116057889-116058584 amulet_ascii: bit: "s"
116058752-116059447 amulet_ascii: bit: "o"
116059615-116060310 amulet_ascii: bit: "l"
116060478-116061173 amulet_ascii: bit: "v"
116061340-116062035 amulet_ascii: bit: "e"
116062203-116062898 amulet_ascii: bit: " "
116063066-116063761 amulet_ascii: bit: "C"
116063929-116064624 amulet_ascii: bit: "o"
116064791-116065486 amulet_ascii: bit: "n"
116065654-116066349 amulet_ascii: bit: "f"
116066517-116067212 amulet_ascii: bit: "l"
116067380-116068075 amulet_ascii: bit: "i"
116068243-116068938 amulet_ascii: bit: "c"
116069105-116069800 amulet_ascii: bit: "t"
116069968-116070663 amulet_ascii: bit: "s"
116070831-116071526 amulet_ascii: bit: " "
116071694-116072389 amulet_ascii: bit: " "
116072556-116073251 amulet_ascii: bit: " "
116073419-116074114 amulet_ascii: bit: " "
116074282-116074977 amulet_ascii: bit: " "
116075145-116075840 amulet_ascii: bit: " "
116076007-116076702 amulet_ascii: bit: "O"
116076870-116077565 amulet_ascii: bit: "f"
116077733-116078428 amulet_ascii: bit: "f"
116078596-116079291 amulet_ascii: bit: "NULL"
116051850-116079291 amulet_ascii: field: "Value: Auto Resolve Conflicts      Off" "Val: Auto Resolve Conflicts      Off" "Auto Resolve Conflicts      Off"
116049262-116079291 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
116228554-116229249 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
116228554-116229249 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
116299080-116299775 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
116299943-116300638 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
116300805-116301500 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
116299943-116301500 amulet_ascii: field: "Address: 0xB2" "Addr: 0xB2" "0xB2"
116301668-116302363 amulet_ascii: bit: "B"
116302531-116303226 amulet_ascii: bit: "a"
116303394-116304089 amulet_ascii: bit: "c"
116304256-116304951 amulet_ascii: bit: "k"
116305119-116305814 amulet_ascii: bit: "g"
116305982-116306677 amulet_ascii: bit: "r"
116306845-116307540 amulet_ascii: bit: "o"
116307707-116308402 amulet_ascii: bit: "u"
116308570-116309265 amulet_ascii: bit: "n"
116309433-116310128 amulet_ascii: bit: "d"
116310296-116310991 amulet_ascii: bit: " "
116311159-116311854 amulet_ascii: bit: "R"
116312021-116312716 amulet_ascii: bit: "e"
116312884-116313579 amulet_ascii: bit: "c"
116313747-116314442 amulet_ascii: bit: "a"
116314610-116315305 amulet_ascii: bit: "l"
116315472-116316167 amulet_ascii: bit: "l"
116316335-116317030 amulet_ascii: bit: " "
116317198-116317893 amulet_ascii: bit: " "
116318061-116318756 amulet_ascii: bit: "NULL"
116301668-116318756 amulet_ascii: field: "Value: Background Recall  " "Val: Background Recall  " "Background Recall  "
116299080-116318756 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
116630841-116631536 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
116630841-116631536 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
116736624-116737319 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
116737487-116738182 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
116738349-116739044 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
116737487-116739044 amulet_ascii: field: "Address: 0xB3" "Addr: 0xB3" "0xB3"
116739212-116739907 amulet_ascii: bit: " "
116740075-116740770 amulet_ascii: bit: " "
116740938-116741633 amulet_ascii: bit: " "
116741800-116742495 amulet_ascii: bit: " "
116742663-116743358 amulet_ascii: bit: " "
116743526-116744221 amulet_ascii: bit: " "
116744389-116745084 amulet_ascii: bit: " "
116745252-116745947 amulet_ascii: bit: " "
116746114-116746809 amulet_ascii: bit: " "
116746977-116747672 amulet_ascii: bit: " "
116747840-116748535 amulet_ascii: bit: "O"
116748703-116749398 amulet_ascii: bit: "n"
116749565-116750260 amulet_ascii: bit: "NULL"
116739212-116750260 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
116736624-116750260 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
117563266-117563961 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
117563266-117563961 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
117674483-117675178 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
117675345-117676040 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
117676208-117676903 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
117675345-117676903 amulet_ascii: field: "Address: 0xB4" "Addr: 0xB4" "0xB4"
117677071-117677766 amulet_ascii: bit: "D"
117677934-117678629 amulet_ascii: bit: "S"
117678796-117679491 amulet_ascii: bit: "K"
117679659-117680354 amulet_ascii: bit: " "
117680522-117681217 amulet_ascii: bit: "R"
117681385-117682080 amulet_ascii: bit: "e"
117682248-117682943 amulet_ascii: bit: "c"
117683110-117683805 amulet_ascii: bit: "a"
117683973-117684668 amulet_ascii: bit: "l"
117684836-117685531 amulet_ascii: bit: "l"
117685699-117686394 amulet_ascii: bit: " "
117686561-117687256 amulet_ascii: bit: " "
117687424-117688119 amulet_ascii: bit: " "
117688287-117688982 amulet_ascii: bit: " "
117689150-117689845 amulet_ascii: bit: " "
117690013-117690708 amulet_ascii: bit: " "
117690875-117691570 amulet_ascii: bit: " "
117691738-117692433 amulet_ascii: bit: " "
117692601-117693296 amulet_ascii: bit: " "
117693464-117694159 amulet_ascii: bit: "NULL"
117677071-117694159 amulet_ascii: field: "Value: DSK Recall         " "Val: DSK Recall         " "DSK Recall         "
117674483-117694159 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
117942638-117943333 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
117942638-117943333 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
118049511-118050206 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
118050374-118051069 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
118051237-118051932 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
118050374-118051932 amulet_ascii: field: "Address: 0xB5" "Addr: 0xB5" "0xB5"
118052099-118052794 amulet_ascii: bit: " "
118052962-118053657 amulet_ascii: bit: " "
118053825-118054520 amulet_ascii: bit: " "
118054688-118055383 amulet_ascii: bit: " "
118055550-118056245 amulet_ascii: bit: " "
118056413-118057108 amulet_ascii: bit: " "
118057276-118057971 amulet_ascii: bit: " "
118058139-118058834 amulet_ascii: bit: " "
118059002-118059697 amulet_ascii: bit: " "
118059864-118060559 amulet_ascii: bit: " "
118060727-118061422 amulet_ascii: bit: "O"
118061590-118062285 amulet_ascii: bit: "n"
118062453-118063148 amulet_ascii: bit: "NULL"
118052099-118063148 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
118049511-118063148 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
118267949-118268644 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
118267949-118268644 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
118362046-118362741 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
118362908-118363603 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
118363771-118364466 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
118362908-118364466 amulet_ascii: field: "Address: 0xB6" "Addr: 0xB6" "0xB6"
118364634-118365329 amulet_ascii: bit: "B"
118365497-118366192 amulet_ascii: bit: "o"
118366360-118367055 amulet_ascii: bit: "r"
118367222-118367917 amulet_ascii: bit: "d"
118368085-118368780 amulet_ascii: bit: "e"
118368948-118369643 amulet_ascii: bit: "r"
118369811-118370506 amulet_ascii: bit: " "
118370673-118371368 amulet_ascii: bit: "R"
118371536-118372231 amulet_ascii: bit: "e"
118372399-118373094 amulet_ascii: bit: "c"
118373262-118373957 amulet_ascii: bit: "a"
118374124-118374819 amulet_ascii: bit: "l"
118374987-118375682 amulet_ascii: bit: "l"
118375850-118376545 amulet_ascii: bit: " "
118376713-118377408 amulet_ascii: bit: " "
118377576-118378271 amulet_ascii: bit: " "
118378438-118379133 amulet_ascii: bit: " "
118379301-118379996 amulet_ascii: bit: " "
118380164-118380859 amulet_ascii: bit: " "
118381027-118381722 amulet_ascii: bit: "NULL"
118364634-118381722 amulet_ascii: field: "Value: Border Recall      " "Val: Border Recall      " "Border Recall      "
118362046-118381722 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
118614973-118615668 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
118614973-118615668 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
118747162-118747857 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
118748024-118748719 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
118748887-118749582 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
118748024-118749582 amulet_ascii: field: "Address: 0xB7" "Addr: 0xB7" "0xB7"
118749750-118750445 amulet_ascii: bit: " "
118750613-118751308 amulet_ascii: bit: " "
118751475-118752170 amulet_ascii: bit: " "
118752338-118753033 amulet_ascii: bit: " "
118753201-118753896 amulet_ascii: bit: " "
118754064-118754759 amulet_ascii: bit: " "
118754926-118755621 amulet_ascii: bit: " "
118755789-118756484 amulet_ascii: bit: " "
118756652-118757347 amulet_ascii: bit: " "
118757515-118758210 amulet_ascii: bit: " "
118758378-118759073 amulet_ascii: bit: "O"
118759240-118759935 amulet_ascii: bit: "n"
118760103-118760798 amulet_ascii: bit: "NULL"
118749750-118760798 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
118747162-118760798 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
118959702-118960397 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
118959702-118960397 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
119059723-119060418 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
119060586-119061281 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
119061449-119062144 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
119060586-119062144 amulet_ascii: field: "Address: 0xB8" "Addr: 0xB8" "0xB8"
119062312-119063007 amulet_ascii: bit: "F"
119063174-119063869 amulet_ascii: bit: "S"
119064037-119064732 amulet_ascii: bit: "N"
119064900-119065595 amulet_ascii: bit: " "
119065763-119066458 amulet_ascii: bit: "P"
119066625-119067320 amulet_ascii: bit: "r"
119067488-119068183 amulet_ascii: bit: "e"
119068351-119069046 amulet_ascii: bit: "s"
119069214-119069909 amulet_ascii: bit: "e"
119070076-119070771 amulet_ascii: bit: "t"
119070939-119071634 amulet_ascii: bit: " "
119071802-119072497 amulet_ascii: bit: "R"
119072665-119073360 amulet_ascii: bit: "e"
119073528-119074223 amulet_ascii: bit: "c"
119074390-119075085 amulet_ascii: bit: "a"
119075253-119075948 amulet_ascii: bit: "l"
119076116-119076811 amulet_ascii: bit: "l"
119076979-119077674 amulet_ascii: bit: " "
119077841-119078536 amulet_ascii: bit: " "
119078704-119079399 amulet_ascii: bit: "NULL"
119062312-119079399 amulet_ascii: field: "Value: FSN Preset Recall  " "Val: FSN Preset Recall  " "FSN Preset Recall  "
119059723-119079399 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
119326124-119326819 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
119326124-119326819 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
119424664-119425359 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
119425527-119426222 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
119426390-119427085 amulet_ascii: bit: "Address low nibble: 9" "Addr low 0x9" "Addr l 0x9"
119425527-119427085 amulet_ascii: field: "Address: 0xB9" "Addr: 0xB9" "0xB9"
119427253-119427948 amulet_ascii: bit: " "
119428115-119428810 amulet_ascii: bit: " "
119428978-119429673 amulet_ascii: bit: " "
119429841-119430536 amulet_ascii: bit: " "
119430704-119431399 amulet_ascii: bit: " "
119431567-119432262 amulet_ascii: bit: " "
119432429-119433124 amulet_ascii: bit: " "
119433292-119433987 amulet_ascii: bit: " "
119434155-119434850 amulet_ascii: bit: " "
119435018-119435713 amulet_ascii: bit: " "
119435880-119436575 amulet_ascii: bit: "O"
119436743-119437438 amulet_ascii: bit: "n"
119437606-119438301 amulet_ascii: bit: "NULL"
119427253-119438301 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
119424664-119438301 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
119690468-119691163 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
119690468-119691163 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
119799801-119800496 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
119800664-119801359 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
119801527-119802222 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
119800664-119802222 amulet_ascii: field: "Address: 0xBA" "Addr: 0xBA" "0xBA"
119802390-119803085 amulet_ascii: bit: " "
119803252-119803947 amulet_ascii: bit: " "
119804115-119804810 amulet_ascii: bit: " "
119804978-119805673 amulet_ascii: bit: " "
119805841-119806536 amulet_ascii: bit: " "
119806704-119807399 amulet_ascii: bit: " "
119807566-119808261 amulet_ascii: bit: " "
119808429-119809124 amulet_ascii: bit: " "
119809292-119809987 amulet_ascii: bit: " "
119810155-119810850 amulet_ascii: bit: " "
119811017-119811712 amulet_ascii: bit: " "
119811880-119812575 amulet_ascii: bit: " "
119812743-119813438 amulet_ascii: bit: " "
119813606-119814301 amulet_ascii: bit: " "
119814468-119815163 amulet_ascii: bit: " "
119815331-119816026 amulet_ascii: bit: " "
119816194-119816889 amulet_ascii: bit: " "
119817057-119817752 amulet_ascii: bit: " "
119817920-119818615 amulet_ascii: bit: " "
119818782-119819477 amulet_ascii: bit: "NULL"
119802390-119819477 amulet_ascii: field: "Value:                    " "Val:                    " "                   "
119799801-119819477 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
120076536-120077231 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
120076536-120077231 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
120175101-120175796 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
120175964-120176659 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
120176827-120177522 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
120175964-120177522 amulet_ascii: field: "Address: 0xBA" "Addr: 0xBA" "0xBA"
120177689-120178384 amulet_ascii: bit: "_"
120178552-120179247 amulet_ascii: bit: "_"
120179415-120180110 amulet_ascii: bit: "_"
120180278-120180973 amulet_ascii: bit: "_"
120181141-120181836 amulet_ascii: bit: "_"
120182003-120182698 amulet_ascii: bit: "_"
120182866-120183561 amulet_ascii: bit: "_"
120183729-120184424 amulet_ascii: bit: "_"
120184592-120185287 amulet_ascii: bit: "_"
120185454-120186149 amulet_ascii: bit: "_"
120186317-120187012 amulet_ascii: bit: "_"
120187180-120187875 amulet_ascii: bit: "_"
120188043-120188738 amulet_ascii: bit: "_"
120188905-120189600 amulet_ascii: bit: "_"
120189768-120190463 amulet_ascii: bit: "_"
120190631-120191326 amulet_ascii: bit: "_"
120191494-120192189 amulet_ascii: bit: "_"
120192357-120193052 amulet_ascii: bit: "_"
120193219-120193914 amulet_ascii: bit: "_"
120194082-120194777 amulet_ascii: bit: "_"
120194945-120195640 amulet_ascii: bit: "_"
120195808-120196503 amulet_ascii: bit: "_"
120196670-120197365 amulet_ascii: bit: "_"
120197533-120198228 amulet_ascii: bit: "_"
120198396-120199091 amulet_ascii: bit: "_"
120199259-120199954 amulet_ascii: bit: "_"
120200121-120200816 amulet_ascii: bit: "_"
120200984-120201679 amulet_ascii: bit: "_"
120201847-120202542 amulet_ascii: bit: "_"
120202710-120203405 amulet_ascii: bit: "_"
120203573-120204268 amulet_ascii: bit: "_"
120204435-120205130 amulet_ascii: bit: "_"
120205298-120205993 amulet_ascii: bit: "_"
120206161-120206856 amulet_ascii: bit: "_"
120207024-120207719 amulet_ascii: bit: "_"
120207886-120208581 amulet_ascii: bit: "NULL"
120177689-120208581 amulet_ascii: field: "Value: ___________________________________" "Val: ___________________________________" "___________________________________"
120175101-120208581 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
120377481-120378176 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
120377481-120378176 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
120487533-120488228 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
120488395-120489090 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
120489258-120489953 amulet_ascii: bit: "Address low nibble: C" "Addr low 0xC" "Addr l 0xC"
120488395-120489953 amulet_ascii: field: "Address: 0xBC" "Addr: 0xBC" "0xBC"
120490121-120490816 amulet_ascii: bit: "F"
120490984-120491679 amulet_ascii: bit: "S"
120491846-120492541 amulet_ascii: bit: "N"
120492709-120493404 amulet_ascii: bit: " "
120493572-120494267 amulet_ascii: bit: "P"
120494435-120495130 amulet_ascii: bit: "r"
120495298-120495993 amulet_ascii: bit: "e"
120496160-120496855 amulet_ascii: bit: "s"
120497023-120497718 amulet_ascii: bit: "e"
120497886-120498581 amulet_ascii: bit: "t"
120498749-120499444 amulet_ascii: bit: " "
120499611-120500306 amulet_ascii: bit: "S"
120500474-120501169 amulet_ascii: bit: "a"
120501337-120502032 amulet_ascii: bit: "v"
120502200-120502895 amulet_ascii: bit: "e"
120503063-120503758 amulet_ascii: bit: " "
120503925-120504620 amulet_ascii: bit: " "
120504788-120505483 amulet_ascii: bit: " "
120505651-120506346 amulet_ascii: bit: " "
120506514-120507209 amulet_ascii: bit: "NULL"
120490121-120507209 amulet_ascii: field: "Value: FSN Preset Save    " "Val: FSN Preset Save    " "FSN Preset Save    "
120487533-120507209 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
120841535-120842230 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
120841535-120842230 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
120935256-120935951 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
120936119-120936814 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
120936982-120937677 amulet_ascii: bit: "Address low nibble: D" "Addr low 0xD" "Addr l 0xD"
120936119-120937677 amulet_ascii: field: "Address: 0xBD" "Addr: 0xBD" "0xBD"
120937845-120938540 amulet_ascii: bit: " "
120938707-120939402 amulet_ascii: bit: " "
120939570-120940265 amulet_ascii: bit: " "
120940433-120941128 amulet_ascii: bit: " "
120941296-120941991 amulet_ascii: bit: " "
120942158-120942853 amulet_ascii: bit: " "
120943021-120943716 amulet_ascii: bit: " "
120943884-120944579 amulet_ascii: bit: " "
120944747-120945442 amulet_ascii: bit: " "
120945610-120946305 amulet_ascii: bit: "O"
120946472-120947167 amulet_ascii: bit: "f"
120947335-120948030 amulet_ascii: bit: "f"
120948198-120948893 amulet_ascii: bit: "NULL"
120937845-120948893 amulet_ascii: field: "Value:          Off" "Val:          Off" "         Off"
120935256-120948893 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
121203531-121204226 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
121203531-121204226 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
121300121-121300816 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
121300984-121301679 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
121301847-121302542 amulet_ascii: bit: "Address low nibble: E" "Addr low 0xE" "Addr l 0xE"
121300984-121302542 amulet_ascii: field: "Address: 0xBE" "Addr: 0xBE" "0xBE"
121302710-121303405 amulet_ascii: bit: "F"
121303573-121304268 amulet_ascii: bit: "S"
121304435-121305130 amulet_ascii: bit: "N"
121305298-121305993 amulet_ascii: bit: " "
121306161-121306856 amulet_ascii: bit: "N"
121307024-121307719 amulet_ascii: bit: "u"
121307886-121308581 amulet_ascii: bit: "m"
121308749-121309444 amulet_ascii: bit: "b"
121309612-121310307 amulet_ascii: bit: "e"
121310475-121311170 amulet_ascii: bit: "r"
121311337-121312032 amulet_ascii: bit: " "
121312200-121312895 amulet_ascii: bit: " "
121313063-121313758 amulet_ascii: bit: " "
121313926-121314621 amulet_ascii: bit: " "
121314789-121315484 amulet_ascii: bit: " "
121315651-121316346 amulet_ascii: bit: " "
121316514-121317209 amulet_ascii: bit: " "
121317377-121318072 amulet_ascii: bit: " "
121318240-121318935 amulet_ascii: bit: " "
121319102-121319797 amulet_ascii: bit: "NULL"
121302710-121319797 amulet_ascii: field: "Value: FSN Number         " "Val: FSN Number         " "FSN Number         "
121300121-121319797 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
121592493-121593188 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
121592493-121593188 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
121675231-121675926 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
121676094-121676789 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
121676957-121677652 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
121676094-121677652 amulet_ascii: field: "Address: 0xBF" "Addr: 0xBF" "0xBF"
121677820-121678515 amulet_ascii: bit: " "
121678682-121679377 amulet_ascii: bit: " "
121679545-121680240 amulet_ascii: bit: " "
121680408-121681103 amulet_ascii: bit: " "
121681271-121681966 amulet_ascii: bit: " "
121682134-121682829 amulet_ascii: bit: " "
121682996-121683691 amulet_ascii: bit: " "
121683859-121684554 amulet_ascii: bit: " "
121684722-121685417 amulet_ascii: bit: " "
121685585-121686280 amulet_ascii: bit: " "
121686447-121687142 amulet_ascii: bit: " "
121687310-121688005 amulet_ascii: bit: "1"
121688173-121688868 amulet_ascii: bit: "NULL"
121677820-121688868 amulet_ascii: field: "Value:            1" "Val:            1" "           1"
121675231-121688868 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
121979463-121980158 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
121979463-121980158 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
122050233-122050928 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
122051095-122051790 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
122051958-122052653 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
122051095-122052653 amulet_ascii: field: "Address: 0xC0" "Addr: 0xC0" "0xC0"
122052821-122053516 amulet_ascii: bit: "F"
122053684-122054379 amulet_ascii: bit: "S"
122054547-122055242 amulet_ascii: bit: "N"
122055409-122056104 amulet_ascii: bit: " "
122056272-122056967 amulet_ascii: bit: "P"
122057135-122057830 amulet_ascii: bit: "r"
122057998-122058693 amulet_ascii: bit: "e"
122058860-122059555 amulet_ascii: bit: "s"
122059723-122060418 amulet_ascii: bit: "e"
122060586-122061281 amulet_ascii: bit: "t"
122061449-122062144 amulet_ascii: bit: " "
122062311-122063006 amulet_ascii: bit: "N"
122063174-122063869 amulet_ascii: bit: "u"
122064037-122064732 amulet_ascii: bit: "m"
122064900-122065595 amulet_ascii: bit: "b"
122065763-122066458 amulet_ascii: bit: "e"
122066625-122067320 amulet_ascii: bit: "r"
122067488-122068183 amulet_ascii: bit: " "
122068351-122069046 amulet_ascii: bit: " "
122069214-122069909 amulet_ascii: bit: "NULL"
122052821-122069909 amulet_ascii: field: "Value: FSN Preset Number  " "Val: FSN Preset Number  " "FSN Preset Number  "
122050233-122069909 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
122341326-122342021 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
122341326-122342021 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
122425163-122425858 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
122426026-122426721 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
122426889-122427584 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
122426026-122427584 amulet_ascii: field: "Address: 0xC1" "Addr: 0xC1" "0xC1"
122427752-122428447 amulet_ascii: bit: " "
122428615-122429310 amulet_ascii: bit: " "
122429477-122430172 amulet_ascii: bit: " "
122430340-122431035 amulet_ascii: bit: " "
122431203-122431898 amulet_ascii: bit: " "
122432066-122432761 amulet_ascii: bit: " "
122432928-122433623 amulet_ascii: bit: " "
122433791-122434486 amulet_ascii: bit: " "
122434654-122435349 amulet_ascii: bit: " "
122435517-122436212 amulet_ascii: bit: " "
122436380-122437075 amulet_ascii: bit: " "
122437242-122437937 amulet_ascii: bit: "1"
122438105-122438800 amulet_ascii: bit: "NULL"
122427752-122438800 amulet_ascii: field: "Value:            1" "Val:            1" "           1"
122425163-122438800 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
122721880-122722575 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
122721880-122722575 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
122810236-122810931 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
122811099-122811794 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
122811961-122812656 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
122811099-122812656 amulet_ascii: field: "Address: 0xA8" "Addr: 0xA8" "0xA8"
122812824-122813519 amulet_ascii: bit: "N"
122813687-122814382 amulet_ascii: bit: "
"
122814550-122815245 amulet_ascii: bit: "a"
122815413-122816108 amulet_ascii: bit: "
"
122816275-122816970 amulet_ascii: bit: "v"
122817138-122817833 amulet_ascii: bit: "
"
122818001-122818696 amulet_ascii: bit: " "
122818864-122819559 amulet_ascii: bit: "NULL"
122812824-122819559 amulet_ascii: field: "Value: N
a
v
 " "Val: N
a
v
 " "N
a
v
 "
122810236-122819559 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
123113422-123114117 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
123113422-123114117 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
123175286-123175981 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
123176148-123176843 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
123177011-123177706 amulet_ascii: bit: "Address low nibble: 9" "Addr low 0x9" "Addr l 0x9"
123176148-123177706 amulet_ascii: field: "Address: 0xA9" "Addr: 0xA9" "0xA9"
123177874-123178569 amulet_ascii: bit: "A"
123178737-123179432 amulet_ascii: bit: "
"
123179599-123180294 amulet_ascii: bit: "d"
123180462-123181157 amulet_ascii: bit: "
"
123181325-123182020 amulet_ascii: bit: "j"
123182188-123182883 amulet_ascii: bit: "NULL"
123177874-123182883 amulet_ascii: field: "Value: A
d
j" "Val: A
d
j" "A
d
j"
123175286-123182883 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
123428140-123428835 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
123428140-123428835 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
128676582-128677277 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
128677445-128678140 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
128678308-128679003 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
128677445-128679003 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
128679171-128682454 amulet_ascii: field: "Value: 0x00fe" "Val: 0x00fe" "0x00fe"
128676582-128682454 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
128843805-128844500 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
128843805-128844500 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
130744627-130745322 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
130745578-130746273 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
130746530-130747225 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
130745578-130747225 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
130747481-130751030 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
130744627-130751030 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
130751287-130751982 amulet_ascii: warning: "Unknown command: 0x00"
130752392-130753087 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
130752392-130753087 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
130801950-130802645 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
130802813-130803508 amulet_ascii: bit: "Address high nibble: 9" "Addr high 0x9" "Addr h 0x9"
130803675-130804370 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
130802813-130804370 amulet_ascii: field: "Address: 0x9A" "Addr: 0x9A" "0x9A"
130804538-130805233 amulet_ascii: bit: "A"
130805401-130806096 amulet_ascii: bit: " "
130806264-130806959 amulet_ascii: bit: "D"
130807127-130807822 amulet_ascii: bit: "e"
130807989-130808684 amulet_ascii: bit: "s"
130808852-130809547 amulet_ascii: bit: "t"
130809715-130810410 amulet_ascii: bit: "i"
130810578-130811273 amulet_ascii: bit: "n"
130811440-130812135 amulet_ascii: bit: "a"
130812303-130812998 amulet_ascii: bit: "t"
130813166-130813861 amulet_ascii: bit: "i"
130814029-130814724 amulet_ascii: bit: "o"
130814891-130815586 amulet_ascii: bit: "n"
130815754-130816449 amulet_ascii: bit: " "
130816617-130817312 amulet_ascii: bit: "m"
130817480-130818175 amulet_ascii: bit: "u"
130818343-130819038 amulet_ascii: bit: "s"
130819205-130819900 amulet_ascii: bit: "t"
130820068-130820763 amulet_ascii: bit: " "
130820931-130821626 amulet_ascii: bit: "b"
130821794-130822489 amulet_ascii: bit: "e"
130822656-130823351 amulet_ascii: bit: " "
130823519-130824214 amulet_ascii: bit: "s"
130824382-130825077 amulet_ascii: bit: "e"
130825245-130825940 amulet_ascii: bit: "l"
130826107-130826802 amulet_ascii: bit: "e"
130826970-130827665 amulet_ascii: bit: "c"
130827833-130828528 amulet_ascii: bit: "t"
130828696-130829391 amulet_ascii: bit: "e"
130829559-130830254 amulet_ascii: bit: "d"
130830421-130831116 amulet_ascii: bit: "."
130831284-130831979 amulet_ascii: bit: "NULL"
130804538-130831979 amulet_ascii: field: "Value: A Destination must be selected." "Val: A Destination must be selected." "A Destination must be selected."
130801950-130831979 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
130852270-130852965 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
130852270-130852965 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
143491743-143492438 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
143492606-143493301 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
143493468-143494163 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
143492606-143494163 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
143494331-143497615 amulet_ascii: field: "Value: 0xffff" "Val: 0xffff" "0xffff"
143491743-143497615 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
143499237-143499932 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
143499237-143499932 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
144689719-144690414 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
144690582-144691277 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
144691444-144692139 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
144690582-144692139 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
144692307-144693865 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
144689719-144693865 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
145706888-145707583 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
145706888-145707583 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
145804560-145805255 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
145805422-145806117 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
145806285-145806980 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
145805422-145806980 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
145807148-145808706 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
145804560-145808706 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
147921392-147922087 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
147921392-147922087 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
147993382-147994077 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
147994244-147994939 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
147995107-147995802 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
147994244-147995802 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
147995970-147997528 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
147993382-147997528 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148144948-148145643 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148144948-148145643 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148242625-148243320 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148243487-148244182 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
148244350-148245045 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
148243487-148245045 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
148245213-148246771 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
148242625-148246771 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148368546-148369241 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148368546-148369241 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148492855-148493550 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148493718-148494413 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
148494581-148495276 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
148493718-148495276 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
148495444-148497001 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
148492855-148497001 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148592102-148592797 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148592102-148592797 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148680304-148680999 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148681167-148681862 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
148682030-148682725 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
148681167-148682725 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
148682893-148684450 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
148680304-148684450 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148815685-148816380 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148815685-148816380 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
148930329-148931024 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
148931191-148931886 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
148932054-148932749 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
148931191-148932749 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
148932917-148934475 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
148930329-148934475 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
149039293-149039988 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149039293-149039988 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149117838-149118533 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
149118700-149119395 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
149119563-149120258 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
149118700-149120258 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
149120426-149121984 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
149117838-149121984 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
149262839-149263534 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149262839-149263534 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149378530-149379225 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
149379393-149380088 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
149380255-149380950 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
149379393-149380950 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
149381118-149382676 amulet_ascii: field: "Value: 0x01" "Val: 0x01" "0x01"
149378530-149382676 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
149486447-149487142 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149486447-149487142 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149555485-149556180 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
149556347-149557042 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
149557210-149557905 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
149556347-149557905 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
149558073-149558768 amulet_ascii: bit: "A"
149558936-149559631 amulet_ascii: bit: "u"
149559799-149560494 amulet_ascii: bit: "t"
149560661-149561356 amulet_ascii: bit: "o"
149561524-149562219 amulet_ascii: bit: " "
149562387-149563082 amulet_ascii: bit: "R"
149563250-149563945 amulet_ascii: bit: "e"
149564112-149564807 amulet_ascii: bit: "s"
149564975-149565670 amulet_ascii: bit: "o"
149565838-149566533 amulet_ascii: bit: "l"
149566701-149567396 amulet_ascii: bit: "v"
149567564-149568259 amulet_ascii: bit: "e"
149568426-149569121 amulet_ascii: bit: " "
149569289-149569984 amulet_ascii: bit: "C"
149570152-149570847 amulet_ascii: bit: "o"
149571015-149571710 amulet_ascii: bit: "n"
149571877-149572572 amulet_ascii: bit: "f"
149572740-149573435 amulet_ascii: bit: "l"
149573603-149574298 amulet_ascii: bit: "i"
149574466-149575161 amulet_ascii: bit: "c"
149575328-149576023 amulet_ascii: bit: "t"
149576191-149576886 amulet_ascii: bit: "s"
149577054-149577749 amulet_ascii: bit: " "
149577917-149578612 amulet_ascii: bit: " "
149578780-149579475 amulet_ascii: bit: " "
149579642-149580337 amulet_ascii: bit: " "
149580505-149581200 amulet_ascii: bit: " "
149581368-149582063 amulet_ascii: bit: " "
149582231-149582926 amulet_ascii: bit: "O"
149583093-149583788 amulet_ascii: bit: "f"
149583956-149584651 amulet_ascii: bit: "f"
149584819-149585514 amulet_ascii: bit: "NULL"
149558073-149585514 amulet_ascii: field: "Value: Auto Resolve Conflicts      Off" "Val: Auto Resolve Conflicts      Off" "Auto Resolve Conflicts      Off"
149555485-149585514 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
149937940-149938635 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
149937940-149938635 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150055403-150056098 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150056266-150056961 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
150057129-150057824 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
150056266-150057824 amulet_ascii: field: "Address: 0xB3" "Addr: 0xB3" "0xB3"
150057992-150058687 amulet_ascii: bit: " "
150058854-150059549 amulet_ascii: bit: " "
150059717-150060412 amulet_ascii: bit: " "
150060580-150061275 amulet_ascii: bit: " "
150061443-150062138 amulet_ascii: bit: " "
150062305-150063000 amulet_ascii: bit: " "
150063168-150063863 amulet_ascii: bit: " "
150064031-150064726 amulet_ascii: bit: " "
150064894-150065589 amulet_ascii: bit: " "
150065757-150066452 amulet_ascii: bit: " "
150066619-150067314 amulet_ascii: bit: "O"
150067482-150068177 amulet_ascii: bit: "n"
150068345-150069040 amulet_ascii: bit: "NULL"
150057992-150069040 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
150055403-150069040 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150167190-150167885 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150167190-150167885 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150243032-150243727 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150243894-150244589 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
150244757-150245452 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
150243894-150245452 amulet_ascii: field: "Address: 0xB5" "Addr: 0xB5" "0xB5"
150245620-150246315 amulet_ascii: bit: " "
150246483-150247178 amulet_ascii: bit: " "
150247345-150248040 amulet_ascii: bit: " "
150248208-150248903 amulet_ascii: bit: " "
150249071-150249766 amulet_ascii: bit: " "
150249934-150250629 amulet_ascii: bit: " "
150250796-150251491 amulet_ascii: bit: " "
150251659-150252354 amulet_ascii: bit: " "
150252522-150253217 amulet_ascii: bit: " "
150253385-150254080 amulet_ascii: bit: " "
150254248-150254943 amulet_ascii: bit: "O"
150255110-150255805 amulet_ascii: bit: "n"
150255973-150256668 amulet_ascii: bit: "NULL"
150245620-150256668 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
150243032-150256668 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150396399-150397094 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150396399-150397094 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150493034-150493729 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150493897-150494592 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
150494760-150495455 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
150493897-150495455 amulet_ascii: field: "Address: 0xB7" "Addr: 0xB7" "0xB7"
150495623-150496318 amulet_ascii: bit: " "
150496485-150497180 amulet_ascii: bit: " "
150497348-150498043 amulet_ascii: bit: " "
150498211-150498906 amulet_ascii: bit: " "
150499074-150499769 amulet_ascii: bit: " "
150499936-150500631 amulet_ascii: bit: " "
150500799-150501494 amulet_ascii: bit: " "
150501662-150502357 amulet_ascii: bit: " "
150502525-150503220 amulet_ascii: bit: " "
150503387-150504082 amulet_ascii: bit: " "
150504250-150504945 amulet_ascii: bit: "O"
150505113-150505808 amulet_ascii: bit: "n"
150505976-150506671 amulet_ascii: bit: "NULL"
150495623-150506671 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
150493034-150506671 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150625628-150626323 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150625628-150626323 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150680760-150681455 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150681623-150682318 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
150682486-150683181 amulet_ascii: bit: "Address low nibble: 9" "Addr low 0x9" "Addr l 0x9"
150681623-150683181 amulet_ascii: field: "Address: 0xB9" "Addr: 0xB9" "0xB9"
150683348-150684043 amulet_ascii: bit: " "
150684211-150684906 amulet_ascii: bit: " "
150685074-150685769 amulet_ascii: bit: " "
150685937-150686632 amulet_ascii: bit: " "
150686799-150687494 amulet_ascii: bit: " "
150687662-150688357 amulet_ascii: bit: " "
150688525-150689220 amulet_ascii: bit: " "
150689388-150690083 amulet_ascii: bit: " "
150690251-150690946 amulet_ascii: bit: " "
150691113-150691808 amulet_ascii: bit: " "
150691976-150692671 amulet_ascii: bit: "O"
150692839-150693534 amulet_ascii: bit: "n"
150693702-150694397 amulet_ascii: bit: "NULL"
150683348-150694397 amulet_ascii: field: "Value:           On" "Val:           On" "          On"
150680760-150694397 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150854867-150855562 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150854867-150855562 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
150941040-150941735 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
150941903-150942598 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
150942766-150943461 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
150941903-150943461 amulet_ascii: field: "Address: 0xBA" "Addr: 0xBA" "0xBA"
150943628-150944323 amulet_ascii: bit: "_"
150944491-150945186 amulet_ascii: bit: "_"
150945354-150946049 amulet_ascii: bit: "_"
150946217-150946912 amulet_ascii: bit: "_"
150947079-150947774 amulet_ascii: bit: "_"
150947942-150948637 amulet_ascii: bit: "_"
150948805-150949500 amulet_ascii: bit: "_"
150949668-150950363 amulet_ascii: bit: "_"
150950531-150951226 amulet_ascii: bit: "_"
150951393-150952088 amulet_ascii: bit: "_"
150952256-150952951 amulet_ascii: bit: "_"
150953119-150953814 amulet_ascii: bit: "_"
150953982-150954677 amulet_ascii: bit: "_"
150954844-150955539 amulet_ascii: bit: "_"
150955707-150956402 amulet_ascii: bit: "_"
150956570-150957265 amulet_ascii: bit: "_"
150957433-150958128 amulet_ascii: bit: "_"
150958295-150958990 amulet_ascii: bit: "_"
150959158-150959853 amulet_ascii: bit: "_"
150960021-150960716 amulet_ascii: bit: "_"
150960884-150961579 amulet_ascii: bit: "_"
150961747-150962442 amulet_ascii: bit: "_"
150962609-150963304 amulet_ascii: bit: "_"
150963472-150964167 amulet_ascii: bit: "_"
150964335-150965030 amulet_ascii: bit: "_"
150965198-150965893 amulet_ascii: bit: "_"
150966060-150966755 amulet_ascii: bit: "_"
150966923-150967618 amulet_ascii: bit: "_"
150967786-150968481 amulet_ascii: bit: "_"
150968649-150969344 amulet_ascii: bit: "_"
150969512-150970207 amulet_ascii: bit: "_"
150970374-150971069 amulet_ascii: bit: "_"
150971237-150971932 amulet_ascii: bit: "_"
150972100-150972795 amulet_ascii: bit: "_"
150972963-150973658 amulet_ascii: bit: "_"
150973825-150974520 amulet_ascii: bit: "NULL"
150943628-150974520 amulet_ascii: field: "Value: ___________________________________" "Val: ___________________________________" "___________________________________"
150941040-150974520 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
151669408-151670103 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
151669408-151670103 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
151743287-151743982 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
151744149-151744844 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
151745012-151745707 amulet_ascii: bit: "Address low nibble: D" "Addr low 0xD" "Addr l 0xD"
151744149-151745707 amulet_ascii: field: "Address: 0xBD" "Addr: 0xBD" "0xBD"
151745875-151746570 amulet_ascii: bit: " "
151746738-151747433 amulet_ascii: bit: " "
151747600-151748295 amulet_ascii: bit: " "
151748463-151749158 amulet_ascii: bit: " "
151749326-151750021 amulet_ascii: bit: " "
151750189-151750884 amulet_ascii: bit: " "
151751051-151751746 amulet_ascii: bit: " "
151751914-151752609 amulet_ascii: bit: " "
151752777-151753472 amulet_ascii: bit: " "
151753640-151754335 amulet_ascii: bit: "O"
151754503-151755198 amulet_ascii: bit: "f"
151755365-151756060 amulet_ascii: bit: "f"
151756228-151756923 amulet_ascii: bit: "NULL"
151745875-151756923 amulet_ascii: field: "Value:          Off" "Val:          Off" "         Off"
151743287-151756923 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
151898693-151899388 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
151898693-151899388 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
151999562-152000257 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
152000425-152001120 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
152001288-152001983 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
152000425-152001983 amulet_ascii: field: "Address: 0xBF" "Addr: 0xBF" "0xBF"
152002150-152002845 amulet_ascii: bit: " "
152003013-152003708 amulet_ascii: bit: " "
152003876-152004571 amulet_ascii: bit: " "
152004739-152005434 amulet_ascii: bit: " "
152005601-152006296 amulet_ascii: bit: " "
152006464-152007159 amulet_ascii: bit: " "
152007327-152008022 amulet_ascii: bit: " "
152008190-152008885 amulet_ascii: bit: " "
152009052-152009747 amulet_ascii: bit: " "
152009915-152010610 amulet_ascii: bit: " "
152010778-152011473 amulet_ascii: bit: " "
152011641-152012336 amulet_ascii: bit: "1"
152012504-152013199 amulet_ascii: bit: "NULL"
152002150-152013199 amulet_ascii: field: "Value:            1" "Val:            1" "           1"
151999562-152013199 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
152128044-152128739 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
152128044-152128739 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
152243493-152244188 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
152244355-152245050 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
152245218-152245913 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
152244355-152245913 amulet_ascii: field: "Address: 0xC1" "Addr: 0xC1" "0xC1"
152246081-152246776 amulet_ascii: bit: " "
152246944-152247639 amulet_ascii: bit: " "
152247807-152248502 amulet_ascii: bit: " "
152248669-152249364 amulet_ascii: bit: " "
152249532-152250227 amulet_ascii: bit: " "
152250395-152251090 amulet_ascii: bit: " "
152251258-152251953 amulet_ascii: bit: " "
152252120-152252815 amulet_ascii: bit: " "
152252983-152253678 amulet_ascii: bit: " "
152253846-152254541 amulet_ascii: bit: " "
152254709-152255404 amulet_ascii: bit: " "
152255572-152256267 amulet_ascii: bit: "1"
152256434-152257129 amulet_ascii: bit: "NULL"
152246081-152257129 amulet_ascii: field: "Value:            1" "Val:            1" "           1"
152243493-152257129 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
152357310-152358005 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
152357310-152358005 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
152578296-152578991 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
152799220-152799915 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
153020093-153020788 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
152799220-153020788 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
153240961-153904296 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
152578296-153904296 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
154124457-154125152 amulet_ascii: warning: "Unknown command: 0x00"
154180733-154181428 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
154180733-154181428 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
206629102-206629797 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
206629965-206630660 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
206630828-206631523 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
206629965-206631523 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
206631690-206634974 amulet_ascii: field: "Value: 0x0050" "Val: 0x0050" "0x0050"
206629102-206634974 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
206849999-206850694 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
206849999-206850694 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209272165-209272860 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
209334386-209335081 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
209335337-209336032 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
209334386-209336032 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
209336289-209401208 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
209272165-209401208 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
209401464-209402159 amulet_ascii: warning: "Unknown command: 0x00"
209402633-209403328 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209402633-209403328 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209441799-209442494 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209442662-209443357 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
209443525-209444220 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
209442662-209444220 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
209444388-209445945 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
209441799-209445945 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209501048-209501743 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209501048-209501743 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209566668-209567363 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209567531-209568226 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
209568393-209569088 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
209567531-209569088 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
209569256-209570814 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
209566668-209570814 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209601181-209601876 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209601181-209601876 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209702058-209702753 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209702920-209703615 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
209703783-209704478 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
209702920-209704478 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
209704646-209706204 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
209702058-209706204 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209707698-209708393 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209707698-209708393 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209816768-209817463 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209817631-209818326 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
209818494-209819189 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
209817631-209819189 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
209819357-209820914 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
209816768-209820914 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209822478-209823173 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209822478-209823173 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
209941707-209942402 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
209942570-209943265 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
209943433-209944128 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
209942570-209944128 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
209944295-209945853 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
209941707-209945853 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210001184-210001879 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210001184-210001879 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210066825-210067520 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210067688-210068383 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
210068551-210069246 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
210067688-210069246 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
210069413-210070971 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
210066825-210070971 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210101236-210101931 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210101236-210101931 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210191938-210192633 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210192801-210193496 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
210193663-210194358 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
210192801-210194358 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
210194526-210196084 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
210191938-210196084 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210201369-210202064 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210201369-210202064 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210326915-210327610 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210327778-210328473 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
210328641-210329336 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
210327778-210329336 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
210329504-210331061 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
210326915-210331061 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
210332518-210333213 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210332518-210333213 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210441924-210442619 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
210442787-210443482 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
210443650-210444345 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
210442787-210444345 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
210444513-210445208 amulet_ascii: bit: "E"
210445375-210446070 amulet_ascii: bit: "N"
210446238-210446933 amulet_ascii: bit: "C"
210447101-210447796 amulet_ascii: bit: "O"
210447964-210448659 amulet_ascii: bit: "R"
210448826-210449521 amulet_ascii: bit: "E"
210449689-210450384 amulet_ascii: bit: " "
210450552-210451247 amulet_ascii: bit: "S"
210451415-210452110 amulet_ascii: bit: "Y"
210452277-210452972 amulet_ascii: bit: "S"
210453140-210453835 amulet_ascii: bit: "T"
210454003-210454698 amulet_ascii: bit: "E"
210454866-210455561 amulet_ascii: bit: "M"
210455729-210456424 amulet_ascii: bit: " "
210456591-210457286 amulet_ascii: bit: "S"
210457454-210458149 amulet_ascii: bit: "T"
210458317-210459012 amulet_ascii: bit: "A"
210459180-210459875 amulet_ascii: bit: "T"
210460042-210460737 amulet_ascii: bit: "U"
210460905-210461600 amulet_ascii: bit: "S"
210461768-210462463 amulet_ascii: bit: "NULL"
210444513-210462463 amulet_ascii: field: "Value: ENCORE SYSTEM STATUS" "Val: ENCORE SYSTEM STATUS" "ENCORE SYSTEM STATUS"
210441924-210462463 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
210510742-210511437 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210510742-210511437 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210640068-210640763 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
210640931-210641626 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
210641794-210642489 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
210640931-210642489 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
210642657-210643352 amulet_ascii: bit: "E"
210643520-210644215 amulet_ascii: bit: "N"
210644382-210645077 amulet_ascii: bit: "C"
210645245-210645940 amulet_ascii: bit: "O"
210646108-210646803 amulet_ascii: bit: "R"
210646971-210647666 amulet_ascii: bit: "E"
210647833-210648528 amulet_ascii: bit: " "
210648696-210649391 amulet_ascii: bit: "S"
210649559-210650254 amulet_ascii: bit: "Y"
210650422-210651117 amulet_ascii: bit: "S"
210651284-210651979 amulet_ascii: bit: "T"
210652147-210652842 amulet_ascii: bit: "E"
210653010-210653705 amulet_ascii: bit: "M"
210653873-210654568 amulet_ascii: bit: " "
210654736-210655431 amulet_ascii: bit: "S"
210655598-210656293 amulet_ascii: bit: "T"
210656461-210657156 amulet_ascii: bit: "A"
210657324-210658019 amulet_ascii: bit: "T"
210658187-210658882 amulet_ascii: bit: "U"
210659049-210659744 amulet_ascii: bit: "S"
210659912-210660607 amulet_ascii: bit: " "
210660775-210661470 amulet_ascii: bit: " "
210661638-210662333 amulet_ascii: bit: " "
210662500-210663195 amulet_ascii: bit: " "
210663363-210664058 amulet_ascii: bit: " "
210664226-210664921 amulet_ascii: bit: " "
210665089-210665784 amulet_ascii: bit: "V"
210665952-210666647 amulet_ascii: bit: "e"
210666814-210667509 amulet_ascii: bit: "r"
210667677-210668372 amulet_ascii: bit: " "
210668540-210669235 amulet_ascii: bit: "2"
210669403-210670098 amulet_ascii: bit: "."
210670265-210670960 amulet_ascii: bit: "3"
210671128-210671823 amulet_ascii: bit: "3"
210671991-210672686 amulet_ascii: bit: "."
210672854-210673549 amulet_ascii: bit: "0"
210673717-210674412 amulet_ascii: bit: "1"
210674579-210675274 amulet_ascii: bit: "NULL"
210642657-210675274 amulet_ascii: field: "Value: ENCORE SYSTEM STATUS      Ver 2.33.01" "Val: ENCORE SYSTEM STATUS      Ver 2.33.01" "ENCORE SYSTEM STATUS      Ver 2.33.01"
210640068-210675274 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
210827413-210828108 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210827413-210828108 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
210952218-210952913 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
210953081-210953776 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
210953943-210954638 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
210953081-210954638 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
210954806-210955501 amulet_ascii: bit: " "
210955669-210956364 amulet_ascii: bit: " "
210956532-210957227 amulet_ascii: bit: " "
210957394-210958089 amulet_ascii: bit: " "
210958257-210958952 amulet_ascii: bit: " "
210959120-210959815 amulet_ascii: bit: " "
210959983-210960678 amulet_ascii: bit: " "
210960845-210961540 amulet_ascii: bit: " "
210961708-210962403 amulet_ascii: bit: " "
210962571-210963266 amulet_ascii: bit: " "
210963434-210964129 amulet_ascii: bit: " "
210964297-210964992 amulet_ascii: bit: " "
210965159-210965854 amulet_ascii: bit: " "
210966022-210966717 amulet_ascii: bit: " "
210966885-210967580 amulet_ascii: bit: " "
210967748-210968443 amulet_ascii: bit: " "
210968610-210969305 amulet_ascii: bit: " "
210969473-210970168 amulet_ascii: bit: " "
210970336-210971031 amulet_ascii: bit: " "
210971199-210971894 amulet_ascii: bit: "NULL"
210954806-210971894 amulet_ascii: field: "Value:                    " "Val:                    " "                   "
210952218-210971894 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
211149801-211150496 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
211149801-211150496 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
211264704-211265399 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
211265566-211266261 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
211266429-211267124 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
211265566-211267124 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
211267292-211267987 amulet_ascii: bit: "E"
211268155-211268850 amulet_ascii: bit: "N"
211269017-211269712 amulet_ascii: bit: "C"
211269880-211270575 amulet_ascii: bit: "O"
211270743-211271438 amulet_ascii: bit: "R"
211271606-211272301 amulet_ascii: bit: "E"
211272468-211273163 amulet_ascii: bit: " "
211273331-211274026 amulet_ascii: bit: "V"
211274194-211274889 amulet_ascii: bit: "P"
211275057-211275752 amulet_ascii: bit: "/"
211275920-211276615 amulet_ascii: bit: "3"
211276782-211277477 amulet_ascii: bit: "G"
211277645-211278340 amulet_ascii: bit: ":"
211278508-211279203 amulet_ascii: bit: " "
211279371-211280066 amulet_ascii: bit: "0"
211280233-211280928 amulet_ascii: bit: " "
211281096-211281791 amulet_ascii: bit: "NULL"
211267292-211281791 amulet_ascii: field: "Value: ENCORE VP/3G: 0 " "Val: ENCORE VP/3G: 0 " "ENCORE VP/3G: 0 "
211264704-211281791 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
211478918-211479613 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
211478918-211479613 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
211577211-211577906 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
211578074-211578769 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
211578937-211579632 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
211578074-211579632 amulet_ascii: field: "Address: 0xB2" "Addr: 0xB2" "0xB2"
211579799-211580494 amulet_ascii: bit: "E"
211580662-211581357 amulet_ascii: bit: "N"
211581525-211582220 amulet_ascii: bit: "C"
211582388-211583083 amulet_ascii: bit: "O"
211583250-211583945 amulet_ascii: bit: "R"
211584113-211584808 amulet_ascii: bit: "E"
211584976-211585671 amulet_ascii: bit: " "
211585839-211586534 amulet_ascii: bit: "V"
211586701-211587396 amulet_ascii: bit: "P"
211587564-211588259 amulet_ascii: bit: "X"
211588427-211589122 amulet_ascii: bit: "/"
211589290-211589985 amulet_ascii: bit: "3"
211590153-211590848 amulet_ascii: bit: "G"
211591015-211591710 amulet_ascii: bit: ":"
211591878-211592573 amulet_ascii: bit: " "
211592741-211593436 amulet_ascii: bit: "0"
211593604-211594299 amulet_ascii: bit: " "
211594466-211595161 amulet_ascii: bit: "NULL"
211579799-211595161 amulet_ascii: field: "Value: ENCORE VPX/3G: 0 " "Val: ENCORE VPX/3G: 0 " "ENCORE VPX/3G: 0 "
211577211-211595161 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
211973981-211974676 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
211973981-211974676 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
212067335-212068030 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
212068198-212068893 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
212069061-212069756 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
212068198-212069756 amulet_ascii: field: "Address: 0xB4" "Addr: 0xB4" "0xB4"
212069924-212070619 amulet_ascii: bit: "S"
212070786-212071481 amulet_ascii: bit: "C"
212071649-212072344 amulet_ascii: bit: "R"
212072512-212073207 amulet_ascii: bit: "E"
212073375-212074070 amulet_ascii: bit: "E"
212074237-212074932 amulet_ascii: bit: "N"
212075100-212075795 amulet_ascii: bit: "P"
212075963-212076658 amulet_ascii: bit: "R"
212076826-212077521 amulet_ascii: bit: "O"
212077689-212078384 amulet_ascii: bit: " "
212078551-212079246 amulet_ascii: bit: "I"
212079414-212080109 amulet_ascii: bit: "I"
212080277-212080972 amulet_ascii: bit: "/"
212081140-212081835 amulet_ascii: bit: "3"
212082002-212082697 amulet_ascii: bit: "G"
212082865-212083560 amulet_ascii: bit: ":"
212083728-212084423 amulet_ascii: bit: " "
212084591-212085286 amulet_ascii: bit: "0"
212085453-212086148 amulet_ascii: bit: " "
212086316-212087011 amulet_ascii: bit: "NULL"
212069924-212087011 amulet_ascii: field: "Value: SCREENPRO II/3G: 0 " "Val: SCREENPRO II/3G: 0 " "SCREENPRO II/3G: 0 "
212067335-212087011 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
212509686-212510381 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
212509686-212510381 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
212567292-212567987 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
212568155-212568850 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
212569017-212569712 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
212568155-212569712 amulet_ascii: field: "Address: 0xB6" "Addr: 0xB6" "0xB6"
212569880-212570575 amulet_ascii: bit: "P"
212570743-212571438 amulet_ascii: bit: "R"
212571606-212572301 amulet_ascii: bit: "E"
212572468-212573163 amulet_ascii: bit: "P"
212573331-212574026 amulet_ascii: bit: "R"
212574194-212574889 amulet_ascii: bit: "O"
212575057-212575752 amulet_ascii: bit: " "
212575920-212576615 amulet_ascii: bit: "I"
212576782-212577477 amulet_ascii: bit: "I"
212577645-212578340 amulet_ascii: bit: ":"
212578508-212579203 amulet_ascii: bit: " "
212579371-212580066 amulet_ascii: bit: "0"
212580233-212580928 amulet_ascii: bit: " "
212581096-212581791 amulet_ascii: bit: "NULL"
212569880-212581791 amulet_ascii: field: "Value: PREPRO II: 0 " "Val: PREPRO II: 0 " "PREPRO II: 0 "
212567292-212581791 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
213125010-213125705 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
213125010-213125705 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
213192535-213193230 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
213193397-213194092 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
213194260-213194955 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
213193397-213194955 amulet_ascii: field: "Address: 0xB8" "Addr: 0xB8" "0xB8"
213195123-213195818 amulet_ascii: bit: "I"
213195986-213196681 amulet_ascii: bit: "M"
213196849-213197544 amulet_ascii: bit: "A"
213197711-213198406 amulet_ascii: bit: "G"
213198574-213199269 amulet_ascii: bit: "E"
213199437-213200132 amulet_ascii: bit: "P"
213200300-213200995 amulet_ascii: bit: "R"
213201162-213201857 amulet_ascii: bit: "O"
213202025-213202720 amulet_ascii: bit: " "
213202888-213203583 amulet_ascii: bit: "H"
213203751-213204446 amulet_ascii: bit: "D"
213204613-213205308 amulet_ascii: bit: "/"
213205476-213206171 amulet_ascii: bit: "3"
213206339-213207034 amulet_ascii: bit: "G"
213207202-213207897 amulet_ascii: bit: ":"
213208065-213208760 amulet_ascii: bit: " "
213208927-213209622 amulet_ascii: bit: "0"
213209790-213210485 amulet_ascii: bit: "NULL"
213195123-213210485 amulet_ascii: field: "Value: IMAGEPRO HD/3G: 0" "Val: IMAGEPRO HD/3G: 0" "IMAGEPRO HD/3G: 0"
213192535-213210485 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
213522158-213522853 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
213522158-213522853 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
213630122-213630817 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
213630985-213631680 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
213631848-213632543 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
213630985-213632543 amulet_ascii: field: "Address: 0xBA" "Addr: 0xBA" "0xBA"
213632710-213633405 amulet_ascii: bit: "I"
213633573-213634268 amulet_ascii: bit: "M"
213634436-213635131 amulet_ascii: bit: "A"
213635299-213635994 amulet_ascii: bit: "G"
213636162-213636857 amulet_ascii: bit: "E"
213637024-213637719 amulet_ascii: bit: "P"
213637887-213638582 amulet_ascii: bit: "R"
213638750-213639445 amulet_ascii: bit: "O"
213639613-213640308 amulet_ascii: bit: "-"
213640475-213641170 amulet_ascii: bit: "I"
213641338-213642033 amulet_ascii: bit: "I"
213642201-213642896 amulet_ascii: bit: "/"
213643064-213643759 amulet_ascii: bit: "D"
213643927-213644622 amulet_ascii: bit: "U"
213644789-213645484 amulet_ascii: bit: "A"
213645652-213646347 amulet_ascii: bit: "L"
213646515-213647210 amulet_ascii: bit: ":"
213647378-213648073 amulet_ascii: bit: " "
213648240-213648935 amulet_ascii: bit: "0"
213649103-213649798 amulet_ascii: bit: "NULL"
213632710-213649798 amulet_ascii: field: "Value: IMAGEPRO-II/DUAL: 0" "Val: IMAGEPRO-II/DUAL: 0" "IMAGEPRO-II/DUAL: 0"
213630122-213649798 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
214086778-214087473 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
214086778-214087473 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
214192486-214193181 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
214193349-214194044 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
214194211-214194906 amulet_ascii: bit: "Address low nibble: C" "Addr low 0xC" "Addr l 0xC"
214193349-214194906 amulet_ascii: field: "Address: 0xBC" "Addr: 0xBC" "0xBC"
214195074-214195769 amulet_ascii: bit: "P"
214195937-214196632 amulet_ascii: bit: "D"
214196800-214197495 amulet_ascii: bit: "S"
214197662-214198357 amulet_ascii: bit: ":"
214198525-214199220 amulet_ascii: bit: " "
214199388-214200083 amulet_ascii: bit: "0"
214200251-214200946 amulet_ascii: bit: "NULL"
214195074-214200946 amulet_ascii: field: "Value: PDS: 0" "Val: PDS: 0" "PDS: 0"
214192486-214200946 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
214734426-214735121 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
214734426-214735121 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
214817647-214818342 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
214818510-214819205 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
214819373-214820068 amulet_ascii: bit: "Address low nibble: E" "Addr low 0xE" "Addr l 0xE"
214818510-214820068 amulet_ascii: field: "Address: 0xBE" "Addr: 0xBE" "0xBE"
214820236-214820931 amulet_ascii: bit: "R"
214821098-214821793 amulet_ascii: bit: "O"
214821961-214822656 amulet_ascii: bit: "U"
214822824-214823519 amulet_ascii: bit: "T"
214823687-214824382 amulet_ascii: bit: "E"
214824549-214825244 amulet_ascii: bit: "R"
214825412-214826107 amulet_ascii: bit: "S"
214826275-214826970 amulet_ascii: bit: ":"
214827138-214827833 amulet_ascii: bit: " "
214828001-214828696 amulet_ascii: bit: "0"
214828863-214829558 amulet_ascii: bit: "NULL"
214820236-214829558 amulet_ascii: field: "Value: ROUTERS: 0" "Val: ROUTERS: 0" "ROUTERS: 0"
214817647-214829558 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
214981216-214981911 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
214981216-214981911 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
215067737-215068432 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
215068600-215069295 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
215069462-215070157 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
215068600-215070157 amulet_ascii: field: "Address: 0xC0" "Addr: 0xC0" "0xC0"
215070325-215071020 amulet_ascii: bit: "F"
215071188-215071883 amulet_ascii: bit: "S"
215072051-215072746 amulet_ascii: bit: "N"
215072913-215073608 amulet_ascii: bit: ":"
215073776-215074471 amulet_ascii: bit: " "
215074639-215075334 amulet_ascii: bit: "0"
215075502-215076197 amulet_ascii: bit: "NULL"
215070325-215076197 amulet_ascii: field: "Value: FSN: 0" "Val: FSN: 0" "FSN: 0"
215067737-215076197 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
215322162-215322857 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
215322162-215322857 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
245030101-245030796 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
245030964-245031659 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
245031826-245032521 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
245030964-245032521 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
245032689-245035972 amulet_ascii: field: "Value: 0x00fe" "Val: 0x00fe" "0x00fe"
245030101-245035972 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
245037634-245038329 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
245037634-245038329 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
246803409-246804104 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
246804361-246805056 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
246805312-246806007 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
246804361-246806007 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
246806263-246809813 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
246803409-246809813 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
246810069-246810764 amulet_ascii: warning: "Unknown command: 0x00"
246811158-246811853 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
246811158-246811853 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
246824127-246824822 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
246824989-246825684 amulet_ascii: bit: "Address high nibble: 9" "Addr high 0x9" "Addr h 0x9"
246825852-246826547 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
246824989-246826547 amulet_ascii: field: "Address: 0x9A" "Addr: 0x9A" "0x9A"
246826715-246827410 amulet_ascii: bit: "S"
246827578-246828273 amulet_ascii: bit: "a"
246828440-246829135 amulet_ascii: bit: "v"
246829303-246829998 amulet_ascii: bit: "i"
246830166-246830861 amulet_ascii: bit: "n"
246831029-246831724 amulet_ascii: bit: "g"
246831891-246832586 amulet_ascii: bit: " "
246832754-246833449 amulet_ascii: bit: "R"
246833617-246834312 amulet_ascii: bit: "t"
246834480-246835175 amulet_ascii: bit: "r"
246835343-246836038 amulet_ascii: bit: "S"
246836205-246836900 amulet_ascii: bit: "p"
246837068-246837763 amulet_ascii: bit: "e"
246837931-246838626 amulet_ascii: bit: "c"
246838794-246839489 amulet_ascii: bit: " "
246839656-246840351 amulet_ascii: bit: "3"
246840519-246841214 amulet_ascii: bit: "."
246841382-246842077 amulet_ascii: bit: "."
246842245-246842940 amulet_ascii: bit: "."
246843107-246843802 amulet_ascii: bit: "NULL"
246826715-246843802 amulet_ascii: field: "Value: Saving RtrSpec 3..." "Val: Saving RtrSpec 3..." "Saving RtrSpec 3..."
246824127-246843802 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
246848302-246848997 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
246848302-246848997 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
263924637-263925332 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
263925500-263926195 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
263926362-263927057 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
263925500-263927057 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
263927225-263930508 amulet_ascii: field: "Value: 0xffff" "Val: 0xffff" "0xffff"
263924637-263930508 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
263932127-263932822 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
263932127-263932822 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
264141583-264142278 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
264142446-264143141 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
264143309-264144004 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
264142446-264144004 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
264144171-264147455 amulet_ascii: field: "Value: 0x00fe" "Val: 0x00fe" "0x00fe"
264141583-264147455 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
265017438-265018133 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
265017438-265018133 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
268712209-268712904 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
268713161-268713856 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
268714112-268714807 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
268713161-268714807 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
268715063-268718613 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
268712209-268718613 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
268718869-268719564 amulet_ascii: warning: "Unknown command: 0x00"
268720019-268720714 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
268720019-268720714 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
268765811-268766506 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
268766674-268767369 amulet_ascii: bit: "Address high nibble: 9" "Addr high 0x9" "Addr h 0x9"
268767537-268768232 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
268766674-268768232 amulet_ascii: field: "Address: 0x9A" "Addr: 0x9A" "0x9A"
268768399-268769094 amulet_ascii: bit: "S"
268769262-268769957 amulet_ascii: bit: "a"
268770125-268770820 amulet_ascii: bit: "v"
268770988-268771683 amulet_ascii: bit: "i"
268771851-268772546 amulet_ascii: bit: "n"
268772713-268773408 amulet_ascii: bit: "g"
268773576-268774271 amulet_ascii: bit: " "
268774439-268775134 amulet_ascii: bit: "S"
268775302-268775997 amulet_ascii: bit: "y"
268776164-268776859 amulet_ascii: bit: "s"
268777027-268777722 amulet_ascii: bit: "t"
268777890-268778585 amulet_ascii: bit: "e"
268778753-268779448 amulet_ascii: bit: "m"
268779616-268780311 amulet_ascii: bit: " "
268780478-268781173 amulet_ascii: bit: "C"
268781341-268782036 amulet_ascii: bit: "o"
268782204-268782899 amulet_ascii: bit: "n"
268783067-268783762 amulet_ascii: bit: "f"
268783929-268784624 amulet_ascii: bit: "i"
268784792-268785487 amulet_ascii: bit: "g"
268785655-268786350 amulet_ascii: bit: "u"
268786518-268787213 amulet_ascii: bit: "r"
268787380-268788075 amulet_ascii: bit: "a"
268788243-268788938 amulet_ascii: bit: "t"
268789106-268789801 amulet_ascii: bit: "i"
268789969-268790664 amulet_ascii: bit: "o"
268790832-268791527 amulet_ascii: bit: "n"
268791694-268792389 amulet_ascii: bit: "."
268792557-268793252 amulet_ascii: bit: "."
268793420-268794115 amulet_ascii: bit: "."
268794283-268794978 amulet_ascii: bit: "NULL"
268768399-268794978 amulet_ascii: field: "Value: Saving System Configuration..." "Val: Saving System Configuration..." "Saving System Configuration..."
268765811-268794978 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
270302426-270303121 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270302426-270303121 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270390837-270391532 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270391700-270392395 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
270392563-270393258 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
270391700-270393258 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
270393425-270394983 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
270390837-270394983 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270400029-270400724 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270400029-270400724 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270400980-270401675 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
270401931-270402626 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
270402883-270403578 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
270401931-270403578 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
270403834-270407383 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
270400980-270407383 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
270407640-270408335 amulet_ascii: warning: "Unknown command: 0x00"
270463825-270464520 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270463825-270464520 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270516015-270516710 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270516877-270517572 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
270517740-270518435 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
270516877-270518435 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
270518603-270520161 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
270516015-270520161 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270521647-270522342 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270521647-270522342 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270640916-270641611 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270641778-270642473 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
270642641-270643336 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
270641778-270643336 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
270643504-270645062 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
270640916-270645062 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270646624-270647319 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270646624-270647319 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270776002-270776697 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270776864-270777559 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
270777727-270778422 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
270776864-270778422 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
270778590-270780148 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
270776002-270780148 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270791287-270791982 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270791287-270791982 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270891135-270891830 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270891998-270892693 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
270892861-270893556 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
270891998-270893556 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
270893724-270895282 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
270891135-270895282 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
270896864-270897559 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
270896864-270897559 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271015988-271016683 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271016850-271017545 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
271017713-271018408 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
271016850-271018408 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
271018576-271020134 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
271015988-271020134 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271021679-271022374 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271021679-271022374 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271140986-271141681 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271141849-271142544 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
271142712-271143407 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
271141849-271143407 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
271143575-271145132 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
271140986-271145132 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271146778-271147473 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271146778-271147473 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271265909-271266604 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271266772-271267467 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
271267634-271268329 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
271266772-271268329 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
271268497-271270055 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
271265909-271270055 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271291278-271291973 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271291278-271291973 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271401462-271402157 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271402324-271403019 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
271403187-271403882 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
271402324-271403882 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
271404050-271405608 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
271401462-271405608 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
271407209-271407904 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
271407209-271407904 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
285218039-285218734 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
285218902-285219597 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
285219765-285220460 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
285218902-285220460 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
285220627-285223911 amulet_ascii: field: "Value: 0xffff" "Val: 0xffff" "0xffff"
285218039-285223911 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
285225531-285226226 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
285225531-285226226 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
285893995-285894690 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
285894858-285895553 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
285895721-285896416 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
285894858-285896416 amulet_ascii: field: "Address: 0xA0" "Addr: 0xA0" "0xA0"
285896584-285898142 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
285893995-285898142 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
286311429-286312124 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
286311429-286312124 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
286394028-286394723 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
286394891-286395586 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
286395754-286396449 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
286394891-286396449 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
286396616-286398174 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
286394028-286398174 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
289018636-289019331 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
289019499-289020194 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
289020362-289021057 amulet_ascii: bit: "Address low nibble: 1" "Addr low 0x1" "Addr l 0x1"
289019499-289021057 amulet_ascii: field: "Address: 0xA1" "Addr: 0xA1" "0xA1"
289021224-289022782 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
289018636-289022782 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290004209-290004904 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290004209-290004904 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290082058-290082753 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290082921-290083616 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
290083783-290084478 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
290082921-290084478 amulet_ascii: field: "Address: 0xA2" "Addr: 0xA2" "0xA2"
290084646-290086204 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290082058-290086204 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290089982-290090677 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290089982-290090677 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290173170-290173865 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
290217507-290218202 amulet_ascii: warning: "Command aborted by invalid byte" "Abort"
290217507-290218202 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290218370-290219065 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
290219233-290219928 amulet_ascii: bit: "Address low nibble: 3" "Addr low 0x3" "Addr l 0x3"
290218370-290219928 amulet_ascii: field: "Address: 0xA3" "Addr: 0xA3" "0xA3"
290220096-290221653 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290217507-290221653 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290258824-290259519 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290258824-290259519 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290259775-290260470 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
290332191-290332886 amulet_ascii: warning: "Command aborted by invalid byte" "Abort"
290332191-290332886 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290333054-290333749 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
290333916-290334611 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
290333054-290334611 amulet_ascii: field: "Address: 0xA4" "Addr: 0xA4" "0xA4"
290334779-290336337 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290332191-290336337 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290345259-290345954 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290345259-290345954 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290346211-290346906 amulet_ascii: field: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
290347162-290347857 amulet_ascii: bit: "Address high nibble: F" "Addr high 0xF" "Addr h 0xF"
290348113-290348808 amulet_ascii: bit: "Address low nibble: F" "Addr low 0xF" "Addr l 0xF"
290347162-290348808 amulet_ascii: field: "Address: 0xFF" "Addr: 0xFF" "0xFF"
290349065-290352614 amulet_ascii: field: "Value: 0x5a5a" "Val: 0x5a5a" "0x5a5a"
290346211-290352614 amulet_ascii: swv: "Command: Set word variable (SWV)" "Command: Set word variable" "Cmd: Set word variable" "Cmd: SWV" "SWV"
290352871-290353566 amulet_ascii: warning: "Unknown command: 0x00"
290394424-290395119 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290394424-290395119 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290457162-290457857 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290458025-290458720 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
290458888-290459583 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
290458025-290459583 amulet_ascii: field: "Address: 0xA5" "Addr: 0xA5" "0xA5"
290459751-290461308 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290457162-290461308 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290544369-290545064 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290544369-290545064 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290644715-290645410 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290645577-290646272 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
290646440-290647135 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
290645577-290647135 amulet_ascii: field: "Address: 0xA6" "Addr: 0xA6" "0xA6"
290647303-290648861 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290644715-290648861 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290650410-290651105 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290650410-290651105 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290769599-290770294 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290770462-290771157 amulet_ascii: bit: "Address high nibble: A" "Addr high 0xA" "Addr h 0xA"
290771325-290772020 amulet_ascii: bit: "Address low nibble: 7" "Addr low 0x7" "Addr l 0x7"
290770462-290772020 amulet_ascii: field: "Address: 0xA7" "Addr: 0xA7" "0xA7"
290772188-290773745 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290769599-290773745 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290845181-290845876 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290845181-290845876 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
290957255-290957950 amulet_ascii: field: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
290958117-290958812 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
290958980-290959675 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
290958117-290959675 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
290959843-290961401 amulet_ascii: field: "Value: 0x00" "Val: 0x00" "0x00"
290957255-290961401 amulet_ascii: sbv: "Command: Set byte variable (SBV)" "Command: Set byte variable" "Cmd: Set byte variable" "Cmd: SBV" "SBV"
291044413-291045108 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291044413-291045108 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291155182-291155877 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291156045-291156740 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
291156907-291157602 amulet_ascii: bit: "Address low nibble: 5" "Addr low 0x5" "Addr l 0x5"
291156045-291157602 amulet_ascii: field: "Address: 0xC5" "Addr: 0xC5" "0xC5"
291157770-291158465 amulet_ascii: bit: "E"
291158633-291159328 amulet_ascii: bit: "N"
291159496-291160191 amulet_ascii: bit: "C"
291160358-291161053 amulet_ascii: bit: "O"
291161221-291161916 amulet_ascii: bit: "R"
291162084-291162779 amulet_ascii: bit: "E"
291162947-291163642 amulet_ascii: bit: " "
291163809-291164504 amulet_ascii: bit: "S"
291164672-291165367 amulet_ascii: bit: "Y"
291165535-291166230 amulet_ascii: bit: "S"
291166398-291167093 amulet_ascii: bit: "T"
291167261-291167956 amulet_ascii: bit: "E"
291168123-291168818 amulet_ascii: bit: "M"
291168986-291169681 amulet_ascii: bit: " "
291169849-291170544 amulet_ascii: bit: "S"
291170712-291171407 amulet_ascii: bit: "T"
291171574-291172269 amulet_ascii: bit: "A"
291172437-291173132 amulet_ascii: bit: "T"
291173300-291173995 amulet_ascii: bit: "U"
291174163-291174858 amulet_ascii: bit: "S"
291175025-291175720 amulet_ascii: bit: " "
291175888-291176583 amulet_ascii: bit: " "
291176751-291177446 amulet_ascii: bit: " "
291177614-291178309 amulet_ascii: bit: " "
291178477-291179172 amulet_ascii: bit: " "
291179339-291180034 amulet_ascii: bit: " "
291180202-291180897 amulet_ascii: bit: "V"
291181065-291181760 amulet_ascii: bit: "e"
291181928-291182623 amulet_ascii: bit: "r"
291182790-291183485 amulet_ascii: bit: " "
291183653-291184348 amulet_ascii: bit: "2"
291184516-291185211 amulet_ascii: bit: "."
291185379-291186074 amulet_ascii: bit: "3"
291186241-291186936 amulet_ascii: bit: "3"
291187104-291187799 amulet_ascii: bit: "."
291187967-291188662 amulet_ascii: bit: "0"
291188830-291189525 amulet_ascii: bit: "1"
291189693-291190388 amulet_ascii: bit: "NULL"
291157770-291190388 amulet_ascii: field: "Value: ENCORE SYSTEM STATUS      Ver 2.33.01" "Val: ENCORE SYSTEM STATUS      Ver 2.33.01" "ENCORE SYSTEM STATUS      Ver 2.33.01"
291155182-291190388 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291260978-291261673 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291260978-291261673 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291332283-291332978 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291333146-291333841 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
291334009-291334704 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
291333146-291334704 amulet_ascii: field: "Address: 0xB0" "Addr: 0xB0" "0xB0"
291334871-291335566 amulet_ascii: bit: "E"
291335734-291336429 amulet_ascii: bit: "N"
291336597-291337292 amulet_ascii: bit: "C"
291337460-291338155 amulet_ascii: bit: "O"
291338322-291339017 amulet_ascii: bit: "R"
291339185-291339880 amulet_ascii: bit: "E"
291340048-291340743 amulet_ascii: bit: " "
291340911-291341606 amulet_ascii: bit: "V"
291341774-291342469 amulet_ascii: bit: "P"
291342636-291343331 amulet_ascii: bit: "/"
291343499-291344194 amulet_ascii: bit: "3"
291344362-291345057 amulet_ascii: bit: "G"
291345225-291345920 amulet_ascii: bit: ":"
291346087-291346782 amulet_ascii: bit: " "
291346950-291347645 amulet_ascii: bit: "0"
291347813-291348508 amulet_ascii: bit: " "
291348676-291349371 amulet_ascii: bit: "NULL"
291334871-291349371 amulet_ascii: field: "Value: ENCORE VP/3G: 0 " "Val: ENCORE VP/3G: 0 " "ENCORE VP/3G: 0 "
291332283-291349371 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291363993-291364688 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291363993-291364688 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291467749-291468444 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291468612-291469307 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
291469474-291470169 amulet_ascii: bit: "Address low nibble: 2" "Addr low 0x2" "Addr l 0x2"
291468612-291470169 amulet_ascii: field: "Address: 0xB2" "Addr: 0xB2" "0xB2"
291470337-291471032 amulet_ascii: bit: "E"
291471200-291471895 amulet_ascii: bit: "N"
291472063-291472758 amulet_ascii: bit: "C"
291472926-291473621 amulet_ascii: bit: "O"
291473788-291474483 amulet_ascii: bit: "R"
291474651-291475346 amulet_ascii: bit: "E"
291475514-291476209 amulet_ascii: bit: " "
291476377-291477072 amulet_ascii: bit: "V"
291477239-291477934 amulet_ascii: bit: "P"
291478102-291478797 amulet_ascii: bit: "X"
291478965-291479660 amulet_ascii: bit: "/"
291479828-291480523 amulet_ascii: bit: "3"
291480690-291481385 amulet_ascii: bit: "G"
291481553-291482248 amulet_ascii: bit: ":"
291482416-291483111 amulet_ascii: bit: " "
291483279-291483974 amulet_ascii: bit: "0"
291484142-291484837 amulet_ascii: bit: " "
291485004-291485699 amulet_ascii: bit: "NULL"
291470337-291485699 amulet_ascii: field: "Value: ENCORE VPX/3G: 0 " "Val: ENCORE VPX/3G: 0 " "ENCORE VPX/3G: 0 "
291467749-291485699 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291553426-291554121 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291553426-291554121 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291644888-291645583 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291645751-291646446 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
291646614-291647309 amulet_ascii: bit: "Address low nibble: 4" "Addr low 0x4" "Addr l 0x4"
291645751-291647309 amulet_ascii: field: "Address: 0xB4" "Addr: 0xB4" "0xB4"
291647477-291648172 amulet_ascii: bit: "S"
291648339-291649034 amulet_ascii: bit: "C"
291649202-291649897 amulet_ascii: bit: "R"
291650065-291650760 amulet_ascii: bit: "E"
291650928-291651623 amulet_ascii: bit: "E"
291651790-291652485 amulet_ascii: bit: "N"
291652653-291653348 amulet_ascii: bit: "P"
291653516-291654211 amulet_ascii: bit: "R"
291654379-291655074 amulet_ascii: bit: "O"
291655241-291655936 amulet_ascii: bit: " "
291656104-291656799 amulet_ascii: bit: "I"
291656967-291657662 amulet_ascii: bit: "I"
291657830-291658525 amulet_ascii: bit: "/"
291658693-291659388 amulet_ascii: bit: "3"
291659555-291660250 amulet_ascii: bit: "G"
291660418-291661113 amulet_ascii: bit: ":"
291661281-291661976 amulet_ascii: bit: " "
291662144-291662839 amulet_ascii: bit: "0"
291663006-291663701 amulet_ascii: bit: " "
291663869-291664564 amulet_ascii: bit: "NULL"
291647477-291664564 amulet_ascii: field: "Value: SCREENPRO II/3G: 0 " "Val: SCREENPRO II/3G: 0 " "SCREENPRO II/3G: 0 "
291644888-291664564 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291748762-291749457 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291748762-291749457 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291832506-291833201 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291833368-291834063 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
291834231-291834926 amulet_ascii: bit: "Address low nibble: 6" "Addr low 0x6" "Addr l 0x6"
291833368-291834926 amulet_ascii: field: "Address: 0xB6" "Addr: 0xB6" "0xB6"
291835094-291835789 amulet_ascii: bit: "P"
291835957-291836652 amulet_ascii: bit: "R"
291836819-291837514 amulet_ascii: bit: "E"
291837682-291838377 amulet_ascii: bit: "P"
291838545-291839240 amulet_ascii: bit: "R"
291839408-291840103 amulet_ascii: bit: "O"
291840270-291840965 amulet_ascii: bit: " "
291841133-291841828 amulet_ascii: bit: "I"
291841996-291842691 amulet_ascii: bit: "I"
291842859-291843554 amulet_ascii: bit: ":"
291843722-291844417 amulet_ascii: bit: " "
291844584-291845279 amulet_ascii: bit: "0"
291845447-291846142 amulet_ascii: bit: " "
291846310-291847005 amulet_ascii: bit: "NULL"
291835094-291847005 amulet_ascii: field: "Value: PREPRO II: 0 " "Val: PREPRO II: 0 " "PREPRO II: 0 "
291832506-291847005 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291851517-291852212 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291851517-291852212 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
291957493-291958188 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
291958356-291959051 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
291959219-291959914 amulet_ascii: bit: "Address low nibble: 8" "Addr low 0x8" "Addr l 0x8"
291958356-291959914 amulet_ascii: field: "Address: 0xB8" "Addr: 0xB8" "0xB8"
291960082-291960777 amulet_ascii: bit: "I"
291960944-291961639 amulet_ascii: bit: "M"
291961807-291962502 amulet_ascii: bit: "A"
291962670-291963365 amulet_ascii: bit: "G"
291963533-291964228 amulet_ascii: bit: "E"
291964396-291965091 amulet_ascii: bit: "P"
291965258-291965953 amulet_ascii: bit: "R"
291966121-291966816 amulet_ascii: bit: "O"
291966984-291967679 amulet_ascii: bit: " "
291967847-291968542 amulet_ascii: bit: "H"
291968709-291969404 amulet_ascii: bit: "D"
291969572-291970267 amulet_ascii: bit: "/"
291970435-291971130 amulet_ascii: bit: "3"
291971298-291971993 amulet_ascii: bit: "G"
291972160-291972855 amulet_ascii: bit: ":"
291973023-291973718 amulet_ascii: bit: " "
291973886-291974581 amulet_ascii: bit: "0"
291974749-291975444 amulet_ascii: bit: "NULL"
291960082-291975444 amulet_ascii: field: "Value: IMAGEPRO HD/3G: 0" "Val: IMAGEPRO HD/3G: 0" "IMAGEPRO HD/3G: 0"
291957493-291975444 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292052515-292053210 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292052515-292053210 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292145013-292145708 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292145876-292146571 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
292146739-292147434 amulet_ascii: bit: "Address low nibble: A" "Addr low 0xA" "Addr l 0xA"
292145876-292147434 amulet_ascii: field: "Address: 0xBA" "Addr: 0xBA" "0xBA"
292147601-292148296 amulet_ascii: bit: "I"
292148464-292149159 amulet_ascii: bit: "M"
292149327-292150022 amulet_ascii: bit: "A"
292150190-292150885 amulet_ascii: bit: "G"
292151052-292151747 amulet_ascii: bit: "E"
292151915-292152610 amulet_ascii: bit: "P"
292152778-292153473 amulet_ascii: bit: "R"
292153641-292154336 amulet_ascii: bit: "O"
292154503-292155198 amulet_ascii: bit: "-"
292155366-292156061 amulet_ascii: bit: "I"
292156229-292156924 amulet_ascii: bit: "I"
292157092-292157787 amulet_ascii: bit: "/"
292157955-292158650 amulet_ascii: bit: "D"
292158817-292159512 amulet_ascii: bit: "U"
292159680-292160375 amulet_ascii: bit: "A"
292160543-292161238 amulet_ascii: bit: "L"
292161406-292162101 amulet_ascii: bit: ":"
292162268-292162963 amulet_ascii: bit: " "
292163131-292163826 amulet_ascii: bit: "0"
292163994-292164689 amulet_ascii: bit: "NULL"
292147601-292164689 amulet_ascii: field: "Value: IMAGEPRO-II/DUAL: 0" "Val: IMAGEPRO-II/DUAL: 0" "IMAGEPRO-II/DUAL: 0"
292145013-292164689 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292248722-292249417 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292248722-292249417 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292332337-292333032 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292333200-292333895 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
292334063-292334758 amulet_ascii: bit: "Address low nibble: C" "Addr low 0xC" "Addr l 0xC"
292333200-292334758 amulet_ascii: field: "Address: 0xBC" "Addr: 0xBC" "0xBC"
292334926-292335621 amulet_ascii: bit: "P"
292335788-292336483 amulet_ascii: bit: "D"
292336651-292337346 amulet_ascii: bit: "S"
292337514-292338209 amulet_ascii: bit: ":"
292338377-292339072 amulet_ascii: bit: " "
292339239-292339934 amulet_ascii: bit: "0"
292340102-292340797 amulet_ascii: bit: "NULL"
292334926-292340797 amulet_ascii: field: "Value: PDS: 0" "Val: PDS: 0" "PDS: 0"
292332337-292340797 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292348533-292349228 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292348533-292349228 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292457531-292458226 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292458394-292459089 amulet_ascii: bit: "Address high nibble: B" "Addr high 0xB" "Addr h 0xB"
292459257-292459952 amulet_ascii: bit: "Address low nibble: E" "Addr low 0xE" "Addr l 0xE"
292458394-292459952 amulet_ascii: field: "Address: 0xBE" "Addr: 0xBE" "0xBE"
292460120-292460815 amulet_ascii: bit: "R"
292460982-292461677 amulet_ascii: bit: "O"
292461845-292462540 amulet_ascii: bit: "U"
292462708-292463403 amulet_ascii: bit: "T"
292463571-292464266 amulet_ascii: bit: "E"
292464433-292465128 amulet_ascii: bit: "R"
292465296-292465991 amulet_ascii: bit: "S"
292466159-292466854 amulet_ascii: bit: ":"
292467022-292467717 amulet_ascii: bit: " "
292467885-292468580 amulet_ascii: bit: "0"
292468747-292469442 amulet_ascii: bit: "NULL"
292460120-292469442 amulet_ascii: field: "Value: ROUTERS: 0" "Val: ROUTERS: 0" "ROUTERS: 0"
292457531-292469442 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292549526-292550221 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292549526-292550221 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292644942-292645637 amulet_ascii: field: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292645805-292646500 amulet_ascii: bit: "Address high nibble: C" "Addr high 0xC" "Addr h 0xC"
292646668-292647363 amulet_ascii: bit: "Address low nibble: 0" "Addr low 0x0" "Addr l 0x0"
292645805-292647363 amulet_ascii: field: "Address: 0xC0" "Addr: 0xC0" "0xC0"
292647531-292648226 amulet_ascii: bit: "F"
292648394-292649089 amulet_ascii: bit: "S"
292649256-292649951 amulet_ascii: bit: "N"
292650119-292650814 amulet_ascii: bit: ":"
292650982-292651677 amulet_ascii: bit: " "
292651845-292652540 amulet_ascii: bit: "0"
292652707-292653402 amulet_ascii: bit: "NULL"
292647531-292653402 amulet_ascii: field: "Value: FSN: 0" "Val: FSN: 0" "FSN: 0"
292644942-292653402 amulet_ascii: ssv: "Command: Set string variable (SSV)" "Command: Set string variable" "Cmd: Set string variable" "Cmd: SSV" "SSV"
292656206-292656901 amulet_ascii: field: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"
292656206-292656901 amulet_ascii: ack: "Command: Acknowledgment (ACK)" "Command: Acknowledgment" "Cmd: Acknowledgment" "Cmd: ACK" "ACK"