ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
board_pins.h File Reference

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
 

Macro Definition Documentation

◆ PIN_CTS

#define PIN_CTS   3

Definition at line 30 of file board_pins.h.

◆ PIN_DCD

#define PIN_DCD   6

Definition at line 33 of file board_pins.h.

◆ PIN_DSR

#define PIN_DSR   5

Definition at line 32 of file board_pins.h.

◆ PIN_DTR

#define PIN_DTR   4

Definition at line 31 of file board_pins.h.

◆ PIN_RTS

#define PIN_RTS   2

Definition at line 29 of file board_pins.h.

◆ PIN_RXC

#define PIN_RXC   17

Definition at line 41 of file board_pins.h.

◆ PIN_RXD

#define PIN_RXD   1

Definition at line 28 of file board_pins.h.

◆ PIN_STATUS_LED

#define PIN_STATUS_LED   PICO_DEFAULT_LED_PIN

Definition at line 51 of file board_pins.h.

◆ PIN_TX_ACTIVE

#define PIN_TX_ACTIVE   25

Definition at line 49 of file board_pins.h.

◆ PIN_TXC_EXT

#define PIN_TXC_EXT   15

Definition at line 40 of file board_pins.h.

◆ PIN_TXC_GEN

#define PIN_TXC_GEN   24

Definition at line 42 of file board_pins.h.

◆ PIN_TXD

#define PIN_TXD   0

Definition at line 27 of file board_pins.h.