Page 1 of 1

Serial invert

Posted: Thu Apr 23, 2020 4:37 pm
by cepics
Hi all,

I have an arduino mega project where I send serial data to an 74hct04n inverter.. now I'm porting the project on esp32 (M5Stack).

in the example serial2 of arduino IDE I can declare a serial port with:

Serial2.begin(unsigned long baud, uint32_t config, int8_t rxPin, int8_t txPin, bool invert)

the question is:

can I use the invert option in serial declaration instead of 74hct04n inverter ic??

tnk a lot

Re: Serial invert

Posted: Mon May 11, 2020 3:25 pm
by cepics
nobody?

Re: Serial invert

Posted: Tue May 12, 2020 8:13 am
by ESP_Sprite
Yes, you can.

Re: Serial invert

Posted: Fri May 15, 2020 12:50 pm
by cepics
tnks a lot!!!!