Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pete911/ubc-125
Uniden UBC125 Scanner
https://github.com/pete911/ubc-125
radio-scanner radio-scanners scanner uniden
Last synced: about 1 month ago
JSON representation
Uniden UBC125 Scanner
- Host: GitHub
- URL: https://github.com/pete911/ubc-125
- Owner: pete911
- Created: 2022-11-05T18:17:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T08:46:03.000Z (4 months ago)
- Last Synced: 2024-11-02T22:26:18.383Z (3 months ago)
- Topics: radio-scanner, radio-scanners, scanner, uniden
- Language: Go
- Homepage:
- Size: 2.69 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Command Line tool for programming Uniden UBC125 Scanner
Tool is cross-platform, but unfortunately macOS does not detect/open serial port for this scanner. For now, I connect
the scanner to my [raspberryPi](https://www.raspberrypi.com) and run commands from there.If you are looking for GUI on Windows I would recommend [scan125](https://www.nick-bailey.co.uk/scan125/).
## commands
```
Available Commands:
info system information
scan scan settings
group scan channel group
system system settings
backlight backlight
battery battery charge time
contrast lcd contrast level
key key beep and key lock
memory clear all memory
priority priority mode
squelch squelch level
volume volume level
weather weather priorityGlobal Flags:
-d, --dry-run dry run, do not connect
-p, --port string serial port name
-v, --verbose verbose, print logs
```## example
```
ubc-125 system volume
? select volume [Use arrows to move, type to filter]
0
1
> 2
3
4
```