Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 782 - 817 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
782
Any takers? I know your guys with the knowledge are out there. ... connections ... board ... me...
seulaterbuddy
Offline
Oct 1, 2005
2:56 pm
783
you have to use java applets.. it only took me 2 hours to get java wired and roll what i wanted. i downloaded JDK 1.2.2 (oldie but goodie) from sun, start with...
chris ruff
cgruffcgruff
Offline Send Email
Oct 2, 2005
10:34 pm
784
Finnaly a kind sole to answer, Thanks! Crap, java huh... i wanted to use flash. oh well..... Question, why did you use JDK 1.2.2 and not the latest release ? ...
seulaterbuddy
Offline
Oct 2, 2005
10:47 pm
785
Probably because http is stateless (eg, all of nothing i believe?) You could have your text-box in a seperat frame and do a meta-refresh every two seconds :) ...
zealott
zealott_no
Offline Send Email
Oct 3, 2005
10:42 am
789
Thank you, will give it a try. Now that I am digging into this whole aspect of micro controller web servers and web pages. it seems VERY weird to me that this...
seulaterbuddy
Offline
Oct 3, 2005
1:59 pm
790
i chose a legacy version of JDK to ensure web browsers/operating systems would all recognize and support the generated classfiles. i have a web page that has...
chris ruff
cgruffcgruff
Offline Send Email
Oct 3, 2005
2:06 pm
791
Hello. As already mentioned, we do dynamic refresh , by having the line bellow as part of the HTML <HEAD> section <meta http-equiv="refresh" content="10"> This...
Ezra Koper
ezrakoper
Offline Send Email
Oct 3, 2005
2:12 pm
793
Hello. By the way, after some searching on the WEB, I have found how to turn off the annoying "click". URL...
Ezra Koper
ezrakoper
Offline Send Email
Oct 3, 2005
2:46 pm
794
Yes, thank you Mr. Koper. for the tip. This is the only method I know how to do it. However, in my original post I stated that I do not want to accomplish a...
seulaterbuddy
Offline
Oct 3, 2005
2:48 pm
795
Hello Jim. In case you know of any simple way on how to refresh the page without running any Java or Java Applets, then I will be happy to hear about it. We...
Ezra Koper
ezrakoper
Offline Send Email
Oct 3, 2005
3:05 pm
796
I dont know of a simple way, that is what my quest is for. I am with you that I do not want to have the customer install anything on their PC. this whole...
seulaterbuddy
Offline
Oct 3, 2005
3:52 pm
797
From reading some of this I think you want to have a browser automatically or routinely update a page. We do that here in our product, twice, actually, on the...
Al Mansur
alm_nstor
Offline Send Email
Oct 3, 2005
4:04 pm
798
have your tried something like this: <HTML> <HEAD> <TITLE>Refresh this page in 2 seconds</TITLE> <META HTTP-EQUIV="Refresh" CONTENT="2"> </HEAD> <BODY> Refresh...
jmartin_xx
Offline Send Email
Oct 3, 2005
4:17 pm
799
Thanks AL! Ok, Java script it is. I will get a book tonight. ... Yes, I was wondering why I could not have the NetBurner just PUSH some string data to a...
seulaterbuddy
Offline
Oct 3, 2005
4:42 pm
800
Yes, that is how I am doing it now. I would rather not do a full page refresh but rather update certain fields. ... <no_reply@y...> ... so ... one ... to ... ...
seulaterbuddy
Offline
Oct 3, 2005
4:44 pm
802
How can I change the MAC address on a MOD5282? A coworker changed it somehow, but he changed it to the wrong address, so I need to change it back to the right...
mkrodby
Offline Send Email
Oct 8, 2005
6:45 pm
803
As far as I know this is only allowed to be changed in the bootloader, and only on the first run after initail flashing. I get access to this after using my...
Kevin McCall
kevin_d_mccall
Offline Send Email
Oct 10, 2005
1:39 pm
804
I am currently running the netburner IDE toolset for the sb72ex and the netsilicon net+os toolset v6.0e on seperate computers. Both use the cygwin tools. Is...
jmartin_xx
Offline Send Email
Oct 10, 2005
4:50 pm
805
I am a new user. I just tried some of the sample programs from the NNDK Programmers Guide and ran them succesffully using the debug serial port on the ...
sunitha_jenarius_08
sunitha_jena...
Offline Send Email
Oct 10, 2005
8:39 pm
806
Getting a very strange error. The code where the error occurred is identified as OSTimeTick! I've never seen this before. I recently upgraded to 1.98 RC3. Any...
educere
Online Now Send Email
Oct 10, 2005
9:02 pm
807
Hello, Do you have an IPL7 interrupt occurring? This is the only time I've seen this happen. The kernel sets the ColdFire processor's SR mask to level 7 to ...
William J. Eikleberry
wjedesign
Offline Send Email
Oct 10, 2005
10:11 pm
809
Thanks for your response! Turns out it was a stack overflow condition. Oddly, it had very strange symptoms. I couldn't even download the .S19 to one of my ...
educere
Online Now Send Email
Oct 11, 2005
5:33 pm
810
I haven't used the 5282 yet, but am planning to do so, but I have worked with LAN drivers quite a bit. Usually the MAC address is stored in flash and the...
carbuyer888
Offline Send Email
Oct 11, 2005
6:42 pm
811
Hi, OK, send me more details.. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
fmf
fmf14
Offline Send Email
Oct 11, 2005
11:03 pm
812
I am running NetBurner Dev-C++ 1.13. When I select the menu item Tools->GDB Insight, a DOS box (black box) pops up for a few milliseconds then it dissappears,...
michael
i_like_hot_c...
Offline Send Email
Oct 12, 2005
3:16 am
813
The Monitor recovery procedure will let you change the MAC. Submit a support request asking for the MOD5282 monitor recovery docs and files. Paul...
Paul Breed
pbreed
Offline Send Email
Oct 12, 2005
4:54 pm
814
I installed 1.98 RC3 a couple weeks ago. i have noticed that when i add / change files in the "HTML" folder and then in the editor i right click on the HTML...
seulaterbuddy
Offline
Oct 17, 2005
12:12 pm
815
the problem I see quite often is that I will make a change to a .h file and the make says nothing to do, so I have to do a make clean to get it to work. But ...
john martin
jmartin_xx
Offline Send Email
Oct 17, 2005
1:17 pm
816
Hi All, I'm programming on the MOD5270. Is there a function (or method) I could use that can "preread" a socket to see if there's data ready to be read and how...
glonet2
Offline Send Email
Oct 17, 2005
7:39 pm
817
I am trying out the PWM function on the 5213. I would like to drive pin 27 which is PWM3. Here is my code. The pin goes to what appears to be a trystate...
ahbushnell
Offline Send Email
Oct 18, 2005
4:15 pm
Messages 782 - 817 of 6234   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