Question
SPWF01SA UDP Connection Inconsistent
Posted on January 29, 2016 at 14:05
When I configure one module to listen on a port I can then connect to it via PC client and enter data mode. At this point a link is established and communications are asynchronous bidirectional.
When configuring one module to listen (same as above) and another to connect to a port (AT+S.SOCKON=<ip>,<port>,u), the connection can be made but data mode (AT+S) cannot be enabled on either device and communications are not bidirectional like it was talking to pc. Am I missing something obvious here? Whats the difference between talking UDP to a PC client or the module client?