(The following was a Twitter thread on March 10, 2021 for #MARCHintosh.)
But there’s only one slot, you say? It’s all a matter of using a clever part to adapt a pass-through.
(The following was a Twitter thread on March 10, 2021 for #MARCHintosh.)
But there’s only one slot, you say? It’s all a matter of using a clever part to adapt a pass-through.
On July 10, 2021, I visited the Computer Museum at System Source in Baltimore MD as part of the Vintage Computer Federation (VCF) Repair Workshop. I also visited the museum in 2020.
Warning: Image heavy page ahead!
On Feb 15, 2020, I visited the Computer Museum at System Source in Baltimore, MD as part of a VCF Federation Repair Workshop weekend. The museum there is mind blowing. Want to see some pictures?
Warning: Image heavy page ahead!
(This was originally a Twitter thread from May 26, 2022)
May 26, 2022
Today I’m going to recap the LCD display on this PowerBook 160. It has a passive matrix LCD display capable of displaying 4-bit grayscale (16 shades of gray). The display was dim before with some severe artifacts (after adjusting the contrast slider) but now it will only show a black screen.
@mac84tv has an excellent page that lists the capacitors needed for this recap along with the links to Mouser to purchase.
(This was originally a thread posted on Twitter on June 30, 2022)
June 30, 2022
On the bench for recapping today is a Mac Classic II, the last of the b&w compact Macs (1991). I forgot how small the motherboard was.
BASIC week at Reddit /r/retrobattlestations is over but you can relive the fun on your Apple // without any typing! Simply follow these steps to download the disk image to a new disk for your machine.
If all goes well, in about 2 minutes you should have a floppy that you can now boot from. When it’s finished, hit return to reboot your machine. ProDOS should load BASIC. Once it does, type LOAD REDDIT and then RUN.
[Apple // .WAV file to disc for BASIC week program 5.5MB]
Credit for creating the .WAV file from a .DSK image goes to C2T found at ASCII Express.
Enjoy!
Here are the steps I used to create a local web-based Apple II disc server. This method uses the c2t tool for converting .dsk disk images to .wav audio files suitable for playback into the tape in jack of the Apple II. The Apple Disc Server site does this with preexisting disk images already converted to .wav files. I thought it would be nice to create a web-based service that would allow you to convert .dsk images to .wav files on the fly. This enables you to browse Apple II software with your iPad and instantly convert it to a disk.
sudo chown www:www /Library/WebServer/Documents/c2t/tmp
sudo chmod g+w /Library/WebServer/Documents/c2t/tmp
In my last post, I showed that I could use my homebrew C64 USB keyboard with the iPad using the Camera Connection Kit. What was interesting was when I opened iMAME (you were lucky enough to snag it, right?) and accidentally pressed keys on the keyboard. iMAME said it was enabling iCade mode. I thought this was interesting and looked it up.
iCade connects via Bluetooth and acts as a Bluetooth keyboard. My keyboard was connected via USB. Could a USB keyboard work to control games on the iPad? Maybe the connection type didn’t matter? Could I create an adapter that connects via USB and lets you use standard game controllers in iMAME?
iCade sends key strokes when a button is pressed and once again when it’s released. The keys are documented for developers. I launched iMAME again with the USB keyboard plugged in to confirm and as expected the keys worked to control the games.
The next part was pretty straight forward. Make a USB keyboard with an Arduino (see previous post on how this was done) but instead of an actual keyboard matrix, use a game pad. I chose to use my trusty original NES game pad since they’re so easy to interface with.
I threw together a quick case from LEGO and hot glued in two jacks, one for the NES controller and one for USB. The iPad powers the Arduino and the NES controller so no power supply is needed.
And there you have it, a DIY NES Gamepad to iPad via USB adapter. I’ll post the code later when it’s been cleaned up a bit. The only other game I’ve tested was Atari’s Greatest Hits and it seemed to work fine. In theory, any game that supports the iCade should work.
Just a follow up to the C64 USB keyboard Arduino project that I made last week. I was curious if it would work on the iPad using the iPad Camera Connection kit. So I tried it out and was greeted with the error “Cannot Use Device” and “The connected USB device is not supported.” I dismissed the window and tried anyway and it worked! I was able to type in any application.
Any application that is except the Manomio C64 emulator on the iPad/iPhone. I doubt that any USB keyboard would work there, not just mine. Maybe support for USB keyboards could be added?
What if you could print from and iPad to an ImageWriter II? Okay, maybe you don’t want to, but it was an exercise that ultimately proved to be fairly simple.
First, you’ll need a USB to serial adapter and the appropriate cables. I was lucky to have a Keyspan “USA-28X” 2-port adapter with 8-pin DIN jacks, just like the ImageWriter has. I suppose any serial port (9 or 25 pin) would work as long as you had an appropriate cable with 8-pin DIN on the other side. (You may also need to “null modem” the connection this way– not sure).
Next, you’ll need some drivers. Lucky for me, there’s updated drivers for 10.6 available at http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/imagewriter. Download and install the drivers for the ImageWriter II as well as GhostScript (this acts as the RIP to go from PDF to raster images for the printer).
Then you need to configure the printer. By default, the drivers install a print driver for every serial device on you computer. I chose to delete them all and add only one to prevent the clutter. I deleted the extra printers in the Printers Preference Pane. To add the ImageWriter II printer, browse to http://localhost:631/admin which will let you access CUPS on your machine. Go through the add printer procedure, choosing the right serial port, 9600 baud, 8,n1 and hardware flow control (match this to the DIP switches of your printer). Don’t forget to turn on printer sharing and to “share” this new printer!
Finally, you need to download and run AirPrint Activator 2.0 to enable AirPrint on your shared printers.
If all worked, you should see a new printer listed on your iPad (or iPhone/iPod Touch) and relive the sound of the 80’s all over again.