Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting Apple IIc to Raspberry Pi 4? #20

Open
Taxman45 opened this issue Aug 18, 2020 · 5 comments
Open

Connecting Apple IIc to Raspberry Pi 4? #20

Taxman45 opened this issue Aug 18, 2020 · 5 comments

Comments

@Taxman45
Copy link

Dave, I have an Apple IIc and a Raspberry Pi 4 B with 8GB Ram with Raspian Buster installed. I purchased the Apple serial cable and the USB to Serial adapter cable from the links on the ADT Pro website. I have no problem connecting my IIc as a serial console to the Pi and use it that way regularly. After reading about the apple2pi project I attempted to give it a go and used the "owners manual" link on your site and the instructions on Github. I could not get the Apple IIc to go past the spinning / . I did not compile the program on my Pi but downloaded the compiled binary from the web and then installed it. I tried a fresh install of Raspian after it failed to work to see if my previous commands to make my usual serial console connection were keeping it from working. No help there. I am able to use ADT Pro but I have to stop the getty for ttyUSB0.service for the ADT Pro to connect. Does this project work with the hardware that I'm trying to use it with? Is there something specific about connecting via serial cable that I need to do differently? I would appreciate any help you can offer. Thanks!

@dschmenk
Copy link
Owner

It should work no problem, especially if you have ADTPro working. However, you will need to adjust the setup slightly. First, you will have to disable the getty service on the RS232<->USB adapter. Enable the a2pid to work over the adapter by editing the /etc/default/a2pi file and uncomment the USB0 device line.

The Apple //c will default to the second serial port (I think), so if you need to change it, exit out of the a2pi client at the spinner and run setup. Select the serial port that is connected to the Pi. Should be good to go.

@Taxman45
Copy link
Author

Taxman45 commented Aug 19, 2020 via email

@Taxman45
Copy link
Author

Taxman45 commented Aug 19, 2020 via email

@mgederberg
Copy link

you will have to disable the getty service on the RS232<->USB adapter

Sudo systemctl disable serial-getty@ttyUSB0. service

So THIS is why ADTPro and the A2SERVER Pi image I have will NOT find the serial port successfully perhaps? It's not some RXTX nonsense so much as I didn't disable Getty so it never sees the port. Hmmmm. Gonna try this.

@brunocastello
Copy link

@Taxman45 good afternoon, sorry for hijacking your thread - but I also have recently purchased a IIc, how did you get the IIc to talk to a pi box? Is there any sort of guide somewhere? I have some Raspi 3B boxes around here, waiting for some reason to be powered on... My dad is also interested since he has a IIe Platinum and is looking for some projects to get it on our network too. He built his own joystick and paddles for games, as well as a custom switcher for my IIc so I could use the SDisk (a floppy emulator) with it.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants