m5stack/M5StickC

M5StickC - Question

markbirss opened this issue · 4 comments

Where to connect RX,TX on M5StickC ?

All the output pins you can use
In StickC:
tx: 0, 32, 33, 26
rx: 0, 32, 33, 26, 36

@EeeeBin

I connect to G26 , G36 and GND? How do I define which I used ? For the Terminal example ?

image

  // Serial2.begin(unsigned long baud, uint32_t config, int8_t rxPin, int8_t txPin, bool invert)
  Serial2.begin(115200, SERIAL_8N1, 36, 26);

Ah ok, thank you for your feedback