Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
soviet9922 opened this issue Sep 13, 2023 · 1 comment
Open

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

soviet9922 opened this issue Sep 13, 2023 · 1 comment

Comments

@soviet9922
Copy link

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.

@guidol70
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants