Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 34244 - 34273 of 39538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34244
... Contrary to what Alexandre writes, there is actually nothing wrong with this procedure. There is no reason why a cgi function "should" end in a redirect,...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Nov 1, 2006
8:47 am
34245
... In some browsers (e.g. IE 6), you don't even have to create the web page. Entering the URL above into the "address bar", then monitoring with Ethereal,...
Don Starr
donstarr
Offline Send Email
Nov 1, 2006
12:53 pm
34246
... (...) ... Ok so maybe it shouldn't (not surprising, I have yet to find the first browser that conforms to all standards it claims to support, be it html, ...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Nov 1, 2006
1:29 pm
34247
Maurits- Thank you for your message. Is it true that each instance of a calling browser will end up on a different socket somehow? I'm working on a system...
hwrd389
Offline Send Email
Nov 1, 2006
2:52 pm
34248
... Each call will have its own state variable. There is a call; something like http_getsock() to get the socket. You can then call getpeername(). I bet the...
Scott Henion
shdesigns2003
Offline Send Email
Nov 1, 2006
3:17 pm
34249
That´s a good point of view. I did end up monitoring this behavior with Ethereal and when typed an address like (http://010.133.003.050/net.shtml") in the...
alekremer
Offline Send Email
Nov 1, 2006
3:20 pm
34250
Maurits- One other thing: I'm reading through the source for http_handler and I see where it's dealing with the CGI function calls. I don't see the code where...
hwrd389
Offline Send Email
Nov 1, 2006
3:36 pm
34251
Scott- I'm not serving data from a file, but rather I have a data structure I imported that lives up in XMEM and I'm sending that. I'm storing the offset into...
hwrd389
Offline Send Email
Nov 1, 2006
3:45 pm
34252
That´s a good point of view. I did end up monitoring this behavior with Ethereal too and when typed an address like (http://010.133.003.050/net.shtml") this ...
Alexandre Kremer
alekremer
Offline Send Email
Nov 1, 2006
3:52 pm
34253
... Well not because of atoi, but inet_addr calls strtol with the base specifically set to 10, so yes it only accepts decimals. :) ... I left my iBook at home...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Nov 1, 2006
3:56 pm
34254
We are using a custom design based on the RCM3710. One of the reasons for the custom design was to implement POE. Our hardware engineer is much more familiar...
Kevin Franzen
kev99franz
Offline Send Email
Nov 1, 2006
3:57 pm
34255
... The big question is why are you even sending an IP address? If the device is behind a NAT firewall it will not work. All my redirects are relative; i.e....
Scott Henion
shdesigns2003
Offline Send Email
Nov 1, 2006
4:19 pm
34256
... Hrm I can't find the specific one anymore.. :o) Well don't worry about it until you notice other processes get stuck. (Example: I used a cgi function, or...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Nov 1, 2006
4:20 pm
34257
Howard Maybe it can help you, i don´t know, but maybe it can work. A socket is formed ,basically, by source ip address, source port, host ip address and host...
Alexandre Kremer
alekremer
Offline Send Email
Nov 1, 2006
4:49 pm
34258
... Some further RFC searching on the subject shows that the problem has already been recognized, and has been remedied by further restriction of the...
Don Starr
donstarr
Offline Send Email
Nov 1, 2006
6:21 pm
34259
All of those things will help. For further information, go to Rabbit's website, go to the FAQ's section, and do a search. This is not a probelm specific to the...
jesterfu@...
jester_fu_ah
Offline Send Email
Nov 1, 2006
11:13 pm
34260
Hi, Does anybody knows, for sure, if the RS232.LIB (DC9.21) uses the RTC to calclulate the baud rate or the BIOS must to know in advance the master ck xtal...
RRHH
pablo_pucci
Offline Send Email
Nov 1, 2006
11:31 pm
34261
On Nov 01, 2006 05:46 PM, Alexandre Kremer <alekremer@...> ... Yes but if all you want is to keep track of some values, it's better (and easier) to...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Nov 2, 2006
8:04 am
34262
Yes Scott, my first implementation was to call inet_ntoa function to get the right address and put this string into the full url. After this i started to play...
Alexandre Kremer
alekremer
Offline Send Email
Nov 2, 2006
8:44 am
34263
... I never do that either, however it did occur to me that Lynx gives a warning when redirected to non-absolute URL's. (Same for using such URL's in a...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Nov 2, 2006
9:05 am
34264
Dear Friends, I am using RCM 3200 and working with Web based application.Iam reading temperature through parallel port of rabbit and displaying it in web.For...
sabarimark@...
sabarimark
Offline Send Email
Nov 2, 2006
10:21 am
34265
Dear Friends, I am using RCM 3200 and working with Web based application.Iam reading temperature through parallel port of rabbit and displaying it in web.For...
sabarimark@...
sabarimark
Offline Send Email
Nov 2, 2006
10:50 am
34266
It should, and I believe you will find the BIOS fills a variable called "freq_divider" to do the baud rate calculations. On my custom board, I have found...
Fournier, Pete
pfournier_as...
Offline Send Email
Nov 2, 2006
12:55 pm
34267
I posted the solution few days back. I found this info on the Zworld Technical BBS. Add this line to your html code, just after the ,TITLE> line <BODY...
Ricardo Callejo
surbyte
Offline Send Email
Nov 2, 2006
1:57 pm
34268
Kevin, Thank you for your answer, Regards, MArio ... ___________________________________________________________ Do You Yahoo!? La mejor conexión a Internet y...
Mario Gzz
mgonzalezrdz
Offline Send Email
Nov 2, 2006
3:43 pm
34269
I have 3 8 bit devices that I would like to interface to the Rabbit. They are read only devices, so I have no need for driving those lines high. I could use a...
Mike van Meeteren
cirusrabbit
Offline Send Email
Nov 2, 2006
4:48 pm
34270
I'm confused Mike. Are you saying the data outputs of these devices are always driving? If so isolate them with some '244s or '245s then treat them like...
Fournier, Pete
pfournier_as...
Offline Send Email
Nov 2, 2006
5:14 pm
34271
Well if your devices have enable lines on them there is really no need for a mux.. If they don't have enables you could stick 74HC244's between them and the...
Dave August
daveaugust440
Offline Send Email
Nov 2, 2006
5:22 pm
34272
... Nope, you got it. ... Ahh yeah, that will work. Forgot about the 244. No need for a schematic, I just had a brain freeze :) -Mike...
Mike van Meeteren
cirusrabbit
Offline Send Email
Nov 2, 2006
5:41 pm
34273
Maurits- That's what I thought too, but it doesn't work automagically. As the different browser requests rain in, the user data area is still the same for all...
hwrd389
Offline Send Email
Nov 2, 2006
6:15 pm
Messages 34244 - 34273 of 39538   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help