Ben,
Thanks. Fun stuff most of the time... :)
Now my code is producing a socketstatus of &H15 SOCK_SYNSENT = Standing by for SYN,ACK after transmitting SYN for connecting setup when acting in active mode
When the exact same code is called from the scheduled event. Reset the Arduino/Shield and it connects just fine....
SocketStatus should be &H17 SOCK_ESTABLISHED = Connection setup is complete in active, passive mode, it is in this state on the first pass though the code.
Not sure why first call works, second call in to the same routines are producing different status results.
Obvious something isn't being done correctly on my end. Need to go read passive / active modes and why I am getting that status response.
I'll will probably send up my GET header for the NO-IP once I get these two integrated and bugs worked out.
The NO-IP is working, might do a DynDNS client as well. Pretty simple once you are in it. The BASCOM AVR code updater runs, log in to the NO-IP account via a web interface via a computer and you can see that the update was well received by the AVR. :)
Regards,
Mark
↧