FabGL
FabGL copied to clipboard
How to wire the serial port for the ansi terminal emulator ?
Hi how is the wiring done to the vga32 module to the serial port using the ansi term emulator ? Looked here on the examples youtube etc but theres nothing clear on how to do it correctly.
Dear @soviet9922 In the ANSI-Terminal .ino you will find the following definition for the serial port:
// UART Pins for normal serial Port
#define UART_SRX 34
#define UART_STX 2
This mean - as seen on the included picture - (GP)IO34 - orange cable - for RX (3.3V Level) (GP)IO2 - yellow cable - for TX (3.3V Level) GND - green cable for GND ;)
Kind regards Guido