Converting 24-bit signed values to float |
from here:
} |
By: mnicolao added:28-06-2014 01:05 |
Unbrick DM111p |
Netgear DM111p stuck with red LED on:
Dont despair!
________
| 1 2 3 4 |
|___--- ___|
1: Vcc = +3.3 V [NOT Needed]
2: Ground = 0V
3: TX
4: RX
Important: PROCEED AT YOUR OWN RISK! |
By: mnicolao added:01-12-2012 15:40 |
How to enable macros in PowerPoint 2003 Shows (pps) | |
This took me 10 hours to work out
Basically I wrote the following code in a macro:
But no matter what I did, it would NOT run in the pps format despite lowering the macro security settings to LOW!
Solution: 1. Ensure that the word Public appears before Sub
2. Insert an activeX control on the first slide eg a checkbox and define its visibility as hidden
3. Save the presentation as pps
Et voila! It works.... | |
By: mnicolao added:25-02-2012 19:51 |
Connecting PMSDR to K3 as panadapter and win-test |
I couldnt find this information on the web but this worked.
1. Connect PMSDR to IF out on K3, USB and sound card
2. Download Virtual Serial Port Emulator (32bit is free) from here
3. Connect the K3 to a hardware serial port eg COM1
4. Start VSPE and create a SPLITTER com1 to vCOM3
5. Connect ALL software (win-test, PMSDR extIO) to vCOM3 (not COM1) ie configure COM3 in win-test as radio 1 (4800N81). This is IMPORTANT!
6. Start HDSDR with PMSDR dll in its directory and enable CAT on PMSDR extIO with COM3 4800N81 but also allow REMOTE send CAT commands
7. That's it! Move the dial and the HDSDR frequency changes. Click on the panadapter and the frequency of the K3 changes. Type 28000 in win-test and both HDSDR and K3 change! Magic |
By: mnicolao added:27-10-2011 22:37 (modified: 27-10-2011 22:39) |
O2 wireless and VPN box problems | |
If you are unable to use PPTP VPN on your O2 wireless box II router try the following solution originally posted here:
http://forum.o2.co.uk/viewtopic.php?p=357394#p357394
Full credit to andy0000
1. Login to the web interface: http:://192.168.1.254
2. Use SuperUser and password your serial number
3. Choose configuration and Save and Restore Configuration
4. Backup Configuration
5. Open User.ini file with text editor
6. Find and change the following sections:
| |
By: mnicolao added:22-10-2011 09:17 |