HamBook – Diff between revs 7 and 11
?pathlinks?
Rev 7 | Rev 11 | |||
---|---|---|---|---|
Line 4... | Line 4... | |||
4 | using System.Text; |
4 | using System.Text; |
|
5 | using System.Text.RegularExpressions; |
5 | using System.Text.RegularExpressions; |
|
6 | using System.Threading.Tasks; |
6 | using System.Threading.Tasks; |
|
Line 7... | Line 7... | |||
7 | |
7 | |
|
8 | namespace HamBook.Radios.Yaesu.FT_891 |
8 | namespace HamBook.Radios.Yaesu.FT_891 |
|
9 | { |
9 | { |
|
10 | public class Constants |
10 | public class Constants |
|
- | 11 | { |
||
- | 12 | public static Encoding Encoding => Encoding.ASCII; |
||
- | 13 | |
||
- | 14 | public const char UNKNOWN_COMMAND_RESPONSE = '?'; |
||
11 | { |
15 | |
|
Line 12... | Line 16... | |||
12 | public const int BUFFER_SIZE = 4096; |
16 | public const int BUFFER_SIZE = 4096; |
|
Line 13... | Line 17... | |||
13 | |
17 | |
|
Line 14... | Line 18... | |||
14 | public const int POWER_ON_DELAY = 1000; |
18 | public const int POWER_ON_DELAY = 1500; |
|
Line 15... | Line 19... | |||
15 | |
19 | |
|
Line 16... | Line 20... | |||
16 | public const int TIME_TO_WARM = 5000; |
20 | public const int TIME_TO_WARM = 5000; |
|
Line 17... | Line 21... | |||
17 | |
21 | |
|
18 | public const int SQUELCH_MIN_STEP = 5; |
22 | public const int SQUELCH_MIN_STEP = 5; |