¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Help with a tutorial


 

Hi,

I'm trying to follow a very simple tutorial to send out a GET http request. This is the tutorial in question:


I've been following the tutorial word for word but I am not having success. Believe it or not I've spent many hours trying different things to no avail. I was hoping someone might be able to shed some light.

Below is a screenshot of how I set it up in simpl windows, and then what I see in the debugger when I try pulsing http_go. I can never see anything come in on http_rx.



As per the tutorial I verified that when I execute 'testdns google.com' in the text console I do get a proper IP address back.

Any help is appreciated!

Thanks!


 

connect_http is not the same signal as http_connect. Unless there's
something else connecting those signals together, that's a "broken wire".
http_connect is going high, but the signal to your TCP/IP client is named
connect_http, so nothing ever happens.

On Fri, Aug 16, 2013 at 11:53 AM, toplegit <toplegit@...> wrote:

Hi,

I'm trying to follow a very simple tutorial to send out a GET http
request. This is the tutorial in question:



I've been following the tutorial word for word but I am not having
success. Believe it or not I've spent many hours trying different things to
no avail. I was hoping someone might be able to shed some light.

Below is a screenshot of how I set it up in simpl windows, and then what I
see in the debugger when I try pulsing http_go. I can never see anything
come in on http_rx.



As per the tutorial I verified that when I execute 'testdns google.com'
in the text console I do get a proper IP address back.

Any help is appreciated!

Thanks!







------------------------------------




Check out the Files area for useful modules, documents, and drivers.

A contact list of Crestron dealers and programmers can be found in the
Database area.
Yahoo!
Groups Links


--
Jeremy Weatherford


 

Thanks Jeremy,

I changed connect_http to http_connect and I have success.
Really appreciate your help.

--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote:

connect_http is not the same signal as http_connect. Unless there's
something else connecting those signals together, that's a "broken wire".
http_connect is going high, but the signal to your TCP/IP client is named
connect_http, so nothing ever happens.


On Fri, Aug 16, 2013 at 11:53 AM, toplegit <toplegit@...> wrote:

Hi,

I'm trying to follow a very simple tutorial to send out a GET http
request. This is the tutorial in question:



I've been following the tutorial word for word but I am not having
success. Believe it or not I've spent many hours trying different things to
no avail. I was hoping someone might be able to shed some light.

Below is a screenshot of how I set it up in simpl windows, and then what I
see in the debugger when I try pulsing http_go. I can never see anything
come in on http_rx.



As per the tutorial I verified that when I execute 'testdns google.com'
in the text console I do get a proper IP address back.

Any help is appreciated!

Thanks!







------------------------------------




Check out the Files area for useful modules, documents, and drivers.

A contact list of Crestron dealers and programmers can be found in the
Database area.
Yahoo!
Groups Links




--
Jeremy Weatherford




Chip
 

Surprised the first attempt didn't compile with errors to clue you in to that...

- Chip

--- In Crestron@..., "toplegit" <toplegit@...> wrote:

Thanks Jeremy,

I changed connect_http to http_connect and I have success.
Really appreciate your help.



--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:

connect_http is not the same signal as http_connect. Unless there's
something else connecting those signals together, that's a "broken wire".
http_connect is going high, but the signal to your TCP/IP client is named
connect_http, so nothing ever happens.


On Fri, Aug 16, 2013 at 11:53 AM, toplegit <toplegit@> wrote:

Hi,

I'm trying to follow a very simple tutorial to send out a GET http
request. This is the tutorial in question:



I've been following the tutorial word for word but I am not having
success. Believe it or not I've spent many hours trying different things to
no avail. I was hoping someone might be able to shed some light.

Below is a screenshot of how I set it up in simpl windows, and then what I
see in the debugger when I try pulsing http_go. I can never see anything
come in on http_rx.



As per the tutorial I verified that when I execute 'testdns google.com'
in the text console I do get a proper IP address back.

Any help is appreciated!

Thanks!







------------------------------------




Check out the Files area for useful modules, documents, and drivers.

A contact list of Crestron dealers and programmers can be found in the
Database area.
Yahoo!
Groups Links




--
Jeremy Weatherford