Before kw128test can help, it needs a computer and a compatible cable. I’m planning to use my macbookpro11,5 and this cable. When I have them connected, I plan to follow the steps Kermit123 laid out. Expect continuous updates, here. I bought our New Beetle from my parents, who bought it secondhand from a dealer. The scratch off is no longer around that displays a security key code (SKC); however, it appears the dealer passed the following string to my mom who wrote this down on manual 3.1 and the key section on page 21: 1729 / 01699. I assume the SKC is 1699, but I’ll verify it with kw128test after I have it running with the USB cable and a Mac. Greg writes that this cable is compatible with kw128test, but before ordering it I perused kw128test’s wiki that says to consider this cable for a Mac and load these drivers. I plan to follow syntax similar to what this Mac user posts or another or just stick to what the wiki says.
** UPDATE 12-5-2024 **
I’m posting a screenshare video, below, that I used to execute the command:
Screen Recording 2024-09-07 at 5.08.48 PM
Also, here are additional commands I needed (in reverse order) to get the USB driver working with the cable:
./kw1281test 12345678 9600 17 Adaptation Save 21 2 01729
./kw1281test 12345678 9600 17 Adaptation Save 21 3 01729
./kw1281test 12345678 9600 17 Adaptation Save 21 0 01729
./kw1281test 12345678 9600 17 Adaptation Save 21 4 01729
./kw1281test 12345678 9600 17 GetSKC
brew install libdvdcss
sudo cp WinTypes.h /usr/local/include/WinTypes.h
sudo cp ftd2xx.h /usr/local/include/ftpd2xx.h
cp ftpd2xx.h /usr/local/include/ftpd2xx.h
cd release
sudo cp release/WinTypes.h /usr/local/include/WinTypes.h
sudo cp release/ftpd2xx.h /usr/local/include/ftpd2xx.h
cd ..
cd release
sudo cp release/ftpd2xx.h /usr/local/include/ftpd2xx.h
sudo ln -sf /usr/local/lib/libftd2xx.1.4.30.dylib /usr/local/lib/libftd2xx.dylib
sudo co release/build/libftd2xx.1.4.30.dylib /usr/local/lib/libftd2xx.1.4.30.dylib
sudo cp release/build/libftd2xx.1.4.30.dylib /usr/local/
cd dmg