Henrik,

For now I really do not need the SMTP or SNTP part but was thinking that that version would have more information on making connections to other devices. I am hoping in the end to have it working but only emailing alarm updates. I have been playing with HTTP_part_ 1 and 2 waiting on the second shield to come in (came yesterday). I get to use my wire wrap tool again..

I did have to change (version 2)

If WizData = Socket_CLOSED THEN
GOSUB Init_Socket_0
ENDIF

to

If WizData = W5100_SOCK_CLOSED THEN
GOSUB Init_Socket_0
ENDIF

is that right..

To send my variables back and forth I guess I will parse the data like what you did for the get. First part of the data is the var name with some type of marker after with the var data right after. Does that make since or am I offtrack.

I am using PBP3. Thanks John