Search found 1 match
- Sat Nov 02, 2024 11:04 am
- Forum: General Discussion
- Topic: Consultation regarding changes to transmission format
- Replies: 0
- Views: 685
Consultation regarding changes to transmission format
I am using ESP8266EX and working on TCP/IP socket communication with RX630 via Winsock. Currently, when the ESP8266EX receives "1" sent from the PC side, it sends it to RX630 in the format "+IPD,0,1:1". However, since RX630 can only send and receive one byte at a time, the received data gets randoml...