[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II Pi



On Wednesday, 5 June 2013 09:45:44 UTC-7, Riccardo  wrote:
> Il giorno mercoledì 5 giugno 2013 17:46:01 UTC+2, Riccardo ha scritto:
> 
> > > Apple II Pi will run just fine on a modern Linux PC.  You will need a PC with serial port, or USB serial port dongle, and know the device name for it, i.e. /dev/ttyUSB0.   Simply pass this device name on to the a2pid daemon.  I use my old AMD Athlon PC running Ubuntu and it works great.  The README on github.com/dschmenk/apple2pi has all the details.
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > Ok Dave,
> 
> > 
> 
> > 
> 
> > 
> 
> > I just make c files on /usr/local/bin, my serial is /dev/ttyS0 and work fine with AGS Project.
> 
> > 
> 
> > 
> 
> > 
> 
> > Now what i should do..
> 
> > 
> 
> > 
> 
> > 
> 
> > Ric.
> 
> 
> 
> 
> 
> I change line to /dev/ttyS0 on file a2pid.c after i re make file and run a2pid.
> 
> Keyboard and Mouse work, i should only change the mouse parameters.
> 
> 
>
> Ric.

Ric-

follow the README on the GitHub site.  No need to modify the source, just add /dev/ttyS0 to the a2pid command.  'make' and 'sudo make install' is all you have to do.

Dave...