Scanners

Uniden BC350A · Volume 3

Uniden BC350A — Vol 3: Programming

Pre-trunking 100-channel desktop base

3.1 Programming workflow

Front panel only. No PC programming software, no programming cable, no Sentinel/ProScan support — the BC350A predates the entire Uniden CPS ecosystem by a decade. Programming is channel-by-channel keypad entry.

The procedure for one channel:

  1. Press MANUAL to leave scan mode.
  2. Press a 1-3 digit channel number (1-100), then MANUAL again.
  3. Press E (program / enter).
  4. Key in the frequency in MHz (e.g. 146.940), then E again to store.
  5. Optionally press L to lock out the channel (skip during scan) or PRI to mark it as priority.
  6. Repeat for the next channel.

For a typical 30-channel public-safety + ham + weather + air programming, expect to spend 10-15 minutes on first programming, assuming the frequency list is in front of you. Plan ahead: print the frequency list on paper before sitting down to program, because the LED display doesn’t backlight a printed sheet and reading from a phone screen while keying the radio is uncomfortable.

No tags, no names. The BC350A has no alphanumeric display — channels show as numbers (1-100) only. The only way to remember “channel 23 is 146.940 Bobcat repeater” is to write it on a printed sheet that lives next to the scanner. Tape it to the wall; you’ll need it.

No software backup. Because there’s no PC interface, there’s no codeplug file to back up. The programmed channel list lives only in the radio’s NVRAM and on your paper sheet.

3.2 Codeplug backups

There is no codeplug in the modern sense — no file, no XML/JSON dump, no Sentinel database. The “backup” strategy is entirely paper-and-text-file:

  1. Transcribe the channel list to a Markdown file at ../../programs/uniden-bc350a/notes.md (TBD: create the file the first time the unit is reprogrammed). One row per channel: channel number, frequency, agency/service, mode/notes. Commit this file to git like every other source-of-truth in the project.
  2. Print a hardcopy and tape it to the wall behind the scanner or to the side of the case. The paper is the operational reference; the file is the recovery reference.
  3. Replace the backup battery in the unit’s compartment (if it has one) on a known schedule — every 3-5 years if it’s NiCd or NiMH, every 5-10 years if it’s a single 9 V alkaline. A dead backup battery means the channel list is gone the next time AC power is interrupted for more than ~10 seconds (the radio’s main capacitor bank carries it for that long).
  4. After every reprogramming session, update the Markdown file with the date and the change. The git history serves as the longitudinal record.

The fragility of this backup model is the single biggest operational drawback of the BC350A in 2026. Modern scanners (SDS100/SDS200/BCD536HP) have USB-readable codeplugs; a complete reflash takes 30 seconds. The BC350A has 15 minutes of manual rekeying after any NVRAM loss.