On Arduino the buffer extended to 256 byte. However, for example 128 byte requested, Arduino will return the length of data as 128 but there won't be any data included except the start length command and end characters. If such a request done, Arduino will freeze.
On Arduino the buffer extended to 256 byte. However, for example 128 byte requested, Arduino will return the length of data as 128 but there won't be any data included except the start length command and end characters. If such a request done, Arduino will freeze.