|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
Go to the source code of this file.
Macros | |
V.24/RS-232 Interface Pins | |
| #define | PIN_TXD 0 |
| #define | PIN_RXD 1 |
| #define | PIN_RTS 2 |
| #define | PIN_CTS 3 |
| #define | PIN_DTR 4 |
| #define | PIN_DSR 5 |
| #define | PIN_DCD 6 |
Serial Clock Pins | |
| #define | PIN_TXC_EXT 15 |
| #define | PIN_RXC 17 |
| #define | PIN_TXC_GEN 24 |
Control and Status Pins | |
| #define | PIN_TX_ACTIVE 25 |
| #define | PIN_STATUS_LED PICO_DEFAULT_LED_PIN |
| #define PIN_CTS 3 |
Definition at line 30 of file board_pins.h.
| #define PIN_DCD 6 |
Definition at line 33 of file board_pins.h.
| #define PIN_DSR 5 |
Definition at line 32 of file board_pins.h.
| #define PIN_DTR 4 |
Definition at line 31 of file board_pins.h.
| #define PIN_RTS 2 |
Definition at line 29 of file board_pins.h.
| #define PIN_RXC 17 |
Definition at line 41 of file board_pins.h.
| #define PIN_RXD 1 |
Definition at line 28 of file board_pins.h.
| #define PIN_STATUS_LED PICO_DEFAULT_LED_PIN |
Definition at line 51 of file board_pins.h.
| #define PIN_TX_ACTIVE 25 |
Definition at line 49 of file board_pins.h.
| #define PIN_TXC_EXT 15 |
Definition at line 40 of file board_pins.h.
| #define PIN_TXC_GEN 24 |
Definition at line 42 of file board_pins.h.
| #define PIN_TXD 0 |
Definition at line 27 of file board_pins.h.