Listview konusunda yardıma ihtiyacım var

See this thread

In short: use a terminating character in your esp32 ( a ‘\n’ for example ) and in the ai2 app use the ReceiveText(-1) that reads till the terminating char ( the terminating char has to be set with the DelimiterByte )

P.S.

Also adding a “start char” helps synchronize tx/rx