Description
Hey all,
The RPi has precious few UARTS (and by that, I mean one) and plenty of CPU power. A pretty common first step in working with the RPi is adding an additional TTY, by hook or by crook. It seems to me that an additional option in the raspi-config under advanced for bit-banged TTY would be a good solution for this. While it won't be as nice as an extra UART, it is certainly better than spending money on additional USB FTDI adapters, and with the introduction of the Zero, minimizing USB devices is attractive and important.
It would also be great if there was a "Blessed" way to do this. Easier to support, I am sure.
I ask because I am presently working on an IoT course for complete newbs (hoping to get it simplified down to a 7th grade level) and while I will be spending a good amount of time going over basic Unix Skills, certain tasks, which are common but cumbersome, I'd like to avoid and would suggest remedying in a global fashions since I feel it is a common enough process.
Thank you.