tjboldt / Apple2-IO-RPi

Apple II expansion card using a Raspberry Pi for I/O
MIT License
119 stars 13 forks source link

Support calls with stdin and stdout #128

Open tjboldt opened 1 year ago

tjboldt commented 1 year ago

What do suggest for improvement?

Currently RPI.COMMAND simply sends a Linux command as a null terminated string and displays the response which comes back as a null terminated string. There should be another method of allowing stdout from the Apple II to send to stdin of the Linux process without requiring a full interactive shell like the SHELL program.