primus192
primus192
> > > [5-10 09:50:00.0]Error Occurred. Error #: 6 > > > [5-10 09:50:00.0]Stream Read Timeout > > > > > > Apparently there is an issue with the communication...
> > > > > [5-10 09:50:00.0]Error Occurred. Error #: 6 > > > > > [5-10 09:50:00.0]Stream Read Timeout > > > > > > > > > >...
I must add, the key point for getting it to work on 1.0.6 release was setting the rx buffer to 1024. Without that the buffer will overflow and the bytes...
> ``` > Related parts, it is hard for me to paste whole code: > What works in previous frameworks: > fragment of main part: > ////////////////////////////////// > Serial1.setRxBufferSize(1024); >...
> I don't have a modem to test it, but maybe I can try to emulate it with a Python script. In order to do it, I would like to...
It is working for me in arduino 1.0.6 with setting rx buffer to 1024. Without setting buffer it is not. In arduino 2.0.0 and later it is not working regardless...
Did not have time today to measure the timings and bytes. I did check Reading data from the stream directly and check how many bytes did i read. 1500912 which...
> > Did not have time today to measure the timings and bytes. I did check Reading data from the stream directly and check how many bytes did i read....
Unfortunately my binary size exceeds 1.5MB so i wont load it to spiffs. I just wonder why it works on 1.0.6 and not on > 2.0.0. I will stick to...
Hi. I i am still on Old framework. Can not get it working on >2.0 wt., 23 sie 2022, 17:28 użytkownik Vojtěch Bartoška < ***@***.***> napisał: > any updates @primus192...