Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #5986
| From | ol.sc@web.de (Oliver Schmidt) |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | Re: Directly connecting the Raspberry Pi Pico to the Apple II slot bus |
| Date | 2022-08-29 10:21 +0000 |
| Message-ID | <tei3v7$htr9$1@solani.org> (permalink) |
| References | <tde70j$rj5n$1@solani.org> <c7d8eeda-6844-4e70-80f2-175d4d329e6fn@googlegroups.com> |
Hi Anthony, >Oliver, good stuff man! Thanks for the positive feedback :-) >What are your plans for the Pico? One usecase is using the RPi Pico to connect an "ordinary" RPi to the A2. Instead of fiddling with RPi GPIO, you just use a USB cable. The simplest USB setup is to have the RPi Pico act as USB device implementing a virtual serial port (following the ACM CDC specification). The "ordinary" RPi acts as USB master, that automatically loads its ACM CDC driver offering a /dev/ttyACMn port. I've taken the two exsisting well-known "connect an RPi to the A2" projects and applied that approach to them: https://github.com/oliverschmidt/Apple2-IO-RPi https://github.com/oliverschmidt/apple2pi They now both work nicely with my Pico-based prototype card - incl. their firmware ROM being emulated by the Pico :-) There are of course many other usecases, either emulating other existing A2 cards or inventing totally new ones. We'll see ;-) Regards, Oliver
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Directly connecting the Raspberry Pi Pico to the Apple II slot bus ol.sc@web.de (Oliver Schmidt) - 2022-08-15 19:32 +0000
Re: Directly connecting the Raspberry Pi Pico to the Apple II slot bus Anthony Ortiz <anthonypaulo@gmail.com> - 2022-08-28 19:24 -0700
Re: Directly connecting the Raspberry Pi Pico to the Apple II slot bus ol.sc@web.de (Oliver Schmidt) - 2022-08-29 10:21 +0000
csiph-web