Posts

Showing posts from January, 2026

Decoding raw RDS hex data with Copilot

Image
Many years ago I wrote a simple SDR# plugin which stores raw RDS hex data in RDS Spy format. I asked Copilot to examine some blocks of raw RDS hex data with prompt: this is RDS data can you decode it?   Copilot asked to verify if it is RDS Spy or Redsea or other format. Copilot decoded raw RDS hex data successfully.    

Inspecting Alinco DJ-X100E EditTool software

Image
Visual Studio 2022 dotPeek Alinco EditTool ver.1.00E dotPeek -> Export EditTool.exe to VS solution Form1.cs Form6.cs Change RxModType e.g. to 2 or 3 Modify .csproj file, add line: <LangVersion>12.0</LangVersion> Build and run solution Open the Version form and type e.g. 141421356 on the numpad. ?