I just run into a wired issue with one WiFi router TL-WR702N
There is one WiFi router, one LED display connected via cable LAN and fixed IP
Android device is connected to this router via WiFi, IP is set via DHCP
The Android WiFi-connect to the WiFi by SSID works without problems at normal speed
Now using the Network Library 1.21, connecting to the LED display via
LED.Initialize("LED")
LED.Connect(IP,port_tmp, 500) ' IP=192.168.0.50 Port=1000
takes around 12 sec. to fire the corresponding
Sub LED_Connected (Successful As Boolean)
Using a normal Windows based Netbook (instead of the Android) to connect via WiFi, all works as expected without delay.
Using Android with another WiFi Router from Netgear with same configuration and same code, all works like a charm and the event is fired immediately.
What can cause this long delay with one specific Android / WiFi Router combination?
Maybe somebody has some ideas about?
Thanks a lot for any help
Gerry
There is one WiFi router, one LED display connected via cable LAN and fixed IP
Android device is connected to this router via WiFi, IP is set via DHCP
The Android WiFi-connect to the WiFi by SSID works without problems at normal speed
Now using the Network Library 1.21, connecting to the LED display via
LED.Initialize("LED")
LED.Connect(IP,port_tmp, 500) ' IP=192.168.0.50 Port=1000
takes around 12 sec. to fire the corresponding
Sub LED_Connected (Successful As Boolean)
Using a normal Windows based Netbook (instead of the Android) to connect via WiFi, all works as expected without delay.
Using Android with another WiFi Router from Netgear with same configuration and same code, all works like a charm and the event is fired immediately.
What can cause this long delay with one specific Android / WiFi Router combination?
Maybe somebody has some ideas about?
Thanks a lot for any help
Gerry