Skip to content
forked from 0x9900/SA818

Windows Programming software for the SA818 SR110 SR-FRS radio module.

License

Notifications You must be signed in to change notification settings

jumbo5566/SRFRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA818 Programming

Example

[root@allstar ~]# python ./sa818-2.py --frequency 146.43 --ctcss 118.8 --volume=5
SA818: INFO: Firmware version: V4.2
SA818: INFO: +DMOSETGROUP:0 frequency: 146.4300, tone: 0017, squelsh: 4, OK
SA818: INFO: +DMOSETFILTER:0 filters [Pre/De]emphasis: No, high-pass: No, low-pass: No
SA818: INFO: +DMOSETVOLUME:0 Volume level: 5

Usage

usage: sa818.py [-h] --frequency FREQUENCY [--offset OFFSET]
                [--ctcss CTCSS | --dcs DCS] [--squelsh SQUELSH]
                [--volume VOLUME] [--emphasis EMPHASIS] [--highpass HIGHPASS]
                [--lowpass LOWPASS] [--port PORT] [--debug]

generate configuration for switch port

optional arguments:
  -h, --help            show this help message and exit
  --frequency FREQUENCY
                        Transmit frequency
  --offset OFFSET       0.0 for no offset [default: 0.0]
  --ctcss CTCSS         CTCSS (PL Tone) 0 for no CTCSS [default: None]
  --dcs DCS             DCS code CTCSS [default: None]
  --squelsh SQUELSH     Squelsh value (1 to 9) [default: 4]
  --volume VOLUME       Volume value (1 to 8) [default: 4]
  --emphasis EMPHASIS   Enable [Pr/De]-emphasis (yes/no) [default: no]
  --highpass HIGHPASS   Enable high pass filter (yes/no) [default: no]
  --lowpass LOWPASS     Enable low pass filters (yes/no) [default: no]
  --port PORT           Serial port [default: linux console port]
  --debug

CTCSS codes (PL Tones):
67.0, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4,
100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5,
141.3, 146.2, 151.4, 156.7, 162.2, 167.9, 173.8, 179.9, 186.2, 192.8,
203.5, 210.7, 218.1, 225.7, 233.6, 241.8, 250.3

DCS Codes:
023, 025, 026, 031, 032, 036, 043, 047, 051, 053, 054, 065, 071, 072,
073, 074, 114, 115, 116, 122, 125, 131, 132, 134, 143, 145, 152, 155,
156, 162, 165, 172, 174, 205, 212, 223, 225, 226, 243, 244, 245, 246,
251, 252, 255, 261, 263, 265, 266, 271, 274, 306, 311, 315, 325, 331,
332, 343, 346, 351, 356, 364, 365, 371, 411, 412, 413, 423, 431, 432,
445, 446, 452, 454, 455, 462, 464, 465, 466, 503, 506, 516, 523, 526,
532, 546, 565, 606, 612, 624, 627, 631, 632, 654, 662, 664, 703, 712,
723, 731, 732, 734, 743, 754

About

Windows Programming software for the SA818 SR110 SR-FRS radio module.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%