Search found 2 matches

by mariusl
Fri Jan 05, 2024 6:54 am
Forum: ESP32 Arduino
Topic: WiFiClient->write does not send complte message
Replies: 2
Views: 4873

Re: WiFiClient->write does not send complte message

I do write it to console before sending. The samples provided in my first post is copied from the console. The message is correct and complete. I catch and print the number of chars sent by the write function and it shows that it sends 2 chars first and then the rest. The result in Node-Red confirms...
by mariusl
Wed Jan 03, 2024 2:37 pm
Forum: ESP32 Arduino
Topic: WiFiClient->write does not send complte message
Replies: 2
Views: 4873

WiFiClient->write does not send complte message

Hi, I am using an ESP32 Dev board and I am trying to get TCP messages sent to Node-Red. All the connectivity is working but my messages are consistently broken up or not send completely. The project is meant to connect to a LoRaWan board via a serial port and then send the message to Node-Red via TC...