FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

How to wire the serial port for the ansi terminal emulator ?

Open soviet9922 opened this issue 1 year ago • 1 comments

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.

soviet9922 avatar Sep 13 '23 03:09 soviet9922

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 ;)

VGA32_FabGL_Terminal_serial_connect

Kind regards Guido

guidol70 avatar Oct 30 '23 14:10 guidol70