Posts

Showing posts from June, 2025

Upgrading Uniden BC_VUP_V3 to NET 8

Image
 dotPeek Visual Studio 2022 NET Upgrade assistant VS extension BC_VUP_V3.csproj add <PropertyGroup>   <Nullable>enable</Nullable>   <LangVersion>8.0</LangVersion> </PropertyGroup>   <ItemGroup>     <PackageReference Include="System.IO.Ports" Version="8.0.0" />   </ItemGroup> WritingDialogbox.cs error Cannot implicitly convert type 'System.IntPtr' to 'int'. An explicit conversion exists (are you missing a cast?) num3 = num3 + (uint) file[(IntPtr) index] & (uint) ushort.MaxValue; --> num3 = num3 + (uint) file[(int)(IntPtr) index] & (uint) ushort.MaxValue;    Usscfile.cs AllowFullAccess modify, comment out try section rows and add FileInfo/FileSecurity          //FileSecurity accessControl = File.GetAccessControl(PathName);         //accessControl.AddAccessRule(new FileSystemAccessRule("Users",         FileSyste...

Gatsoo in Zomei CPL

Image
 

Gatsoo in CIR-PL

Image
 

Mobile traffic lights signal in 868 MHz ISM band

Image
 869.5275 MHz   Universal Radio Hacker  Audacity  

Gatsoo in didymium filter

Image