fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
278 stars 62 forks source link

Bypass PIGFX card without removing it? #63

Open ProgrammingCube opened 3 years ago

ProgrammingCube commented 3 years ago

I was wondering if there was an idea for a hack where I can hit a switch or button and have the uart not be intercepted by the pigfx card, but instead pass out through the normal UART port (Z180, it has its own UART breakout on the CPU board and I use that to transfer files easily to/from Windows).

Would just a switch on the UART jumpers be fine for this card: https://www.tindie.com/products/semachthemonkey/raspberry-pi-zero-serial-terminal-for-rc2014/

chregu82 commented 3 years ago

I don't see a reason why a switch would not work.