Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
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
toggle quoted message
Show quoted text
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, --
Jeremy Weatherford |
Thanks Jeremy,
toggle quoted message
Show quoted text
I changed connect_http to http_connect and I have success. Really appreciate your help. --- In Crestron@..., Jeremy Weatherford <jweather@...> wrote:
|
Chip
Surprised the first attempt didn't compile with errors to clue you in to that...
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "toplegit" <toplegit@...> wrote:
|
to navigate to use esc to dismiss