AZScanner
Member
Anyone have the original source code to the slicer.vxd file that comes with Winflex? And anyone have any ideas how it could be recompiled to work with Windows XP?
Thanks,
-AZ
Thanks,
-AZ
remedy44 said:Here is a newer copy of winflex
rfmobile said:AZ,
Use the WDM driver that comes with T4Win. It's small (5 kilobytes) and does the same thing. If you install it as a Windows Service, it's easier to work with than a serial port.
-rick
remedy44 said:Here is a newer copy of winflex
Admin Deleted: Yikes, please don't attach software that performs illegal functions!
DaveNF2G said:There is nothing illegal about decoding the digital formats included in WinFlex. It is illegal to use that capability on certain frequencies. The software itself is perfectly OK.
AZScanner said:I'd love to see some sample code for using that. I've got the source code for POCFlex which would serve as a good test bed for experimentation. I really need to get off my butt and take a C++ course... damn VB - it's made me lazy.
rfmobile said:Well then use VB if you prefer. Do you know how to call "CreateFile" from VB ?
I'd have to create a ".INC" file to match the constants in the ".H" file used by C/C++. I'll throw together a "how to" article so folks can start using it.
-rick