logo elektroda
logo elektroda
X
logo elektroda

NodeMCU Arduino: How to increase the buffer for WiFiClient.read() in TelnetToSerial?

pox 426 1
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17632729
    pox
    Level 12  
    Welcome,

    I have used the TelnetToSerial example.
    I have a bit of a problem with the amount of data received via telnet.
    When I send up to 300B on telnet from the PC it is ok, but after this amount is exceeded, the remaining data is lost.
    Can anyone suggest if and where this can be corrected?
  • ADVERTISEMENT
  • #2 17632888
    khoam
    Level 42  
    Check what values the variable len takes in the following code snippet:
    Code: C / C++
    Log in, to see the code
    .
ADVERTISEMENT