I never tried it without an async reader. But yes, it seems that is it not possible without an asymc reader.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2024-02-22
What i did not get was, regardless how long i wait, that readAll() does not return anything. But if that was never planned to work, it's useless to think about and i'll do it with an asnyc function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i've tried to simply init a serial communication (Windows 10), send some text and expect and answer. But it always give me 0 bytes in return:
When i add an async reader, i get the desired answer there:
So, isn't it possible to run the serial object without an async reader?
Hi,
I never tried it without an async reader. But yes, it seems that is it not possible without an asymc reader.
What i did not get was, regardless how long i wait, that readAll() does not return anything. But if that was never planned to work, it's useless to think about and i'll do it with an asnyc function.