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...
Show off your group to the world. Share a photo of your group with us.

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 332 - 364 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
332
Take a look at the Telnetcmd example. The present released documentation in this area is weak (it's being fixed) the best documentation is to b found in the...
Paul Breed
pbreed
Offline Send Email
Mar 1, 2005
6:10 pm
335
Hi, is there a way to calculate CPU usage in NB5282? I tried to create a one second loop when starting up (increment a counter), and an idle task with priority...
zealott_no
Offline Send Email
Mar 3, 2005
10:39 am
336
Go to nburn\system\ucos.c and add a counter to the middle of the static void OSTaskIdle( void *data ) nop loop. this will give you an indication of how much...
Paul Breed
pbreed
Offline Send Email
Mar 3, 2005
6:21 pm
337
Hi, I my MOD5282 hanged *totally* twice yesterday (I can't ping it, taskscan does not work, total hang) To solve the problem I created a new task that spits...
zealott_no
Offline Send Email
Mar 4, 2005
7:45 am
338
Several things to check. 1)Make sure your power supply is solid. (this only really applies if you are not using the NB kit, but have it plugged into your own...
Paul Breed
pbreed
Offline Send Email
Mar 4, 2005
9:25 pm
339
I have attempted to setup a critical section that is rather long for the purpose of programming a fpga device. Looking on a logic analyzer, I can see periods...
Ed Snow
hooyaejs
Offline Send Email
Mar 5, 2005
2:24 am
340
... add ... selector) ... are ... Thx for the reply, I tried this, but when my app hangs, even the DBGSerial function stops. Really weird. (tried several...
zealott_no
Offline Send Email
Mar 5, 2005
3:09 pm
341
I belive you need to use the functions USER_ENTER_CRITICAL() & USER_EXIT_CRITICAL() for critical sections thats the what I use I have never used the OS...
Mark Jones
markalanj
Offline Send Email
Mar 7, 2005
3:24 pm
342
Hello. By the way, you can use use UCOS_ENTER_CRITICAL(); and UCOS_EXIT_CRITICAL(); it will disable all interacts by setting SR register to 0x2700, and no...
Ezra Koper
ezrakoper
Offline Send Email
Mar 7, 2005
3:37 pm
343
After additional review of both functions, I tend to belive that Mark suggestion is a better one, since it allows nesting. Any how both will work. Ezra Koper ...
Ezra Koper
ezrakoper
Offline Send Email
Mar 7, 2005
3:45 pm
344
Sometimes responses to http requests are very slow with my CFV2-40. When the program starts "OSChangePrio(MAIN_PRIO)" is executed. There are two other tasks...
nealengr
Offline Send Email
Mar 7, 2005
4:52 pm
345
Hello. Please install Ethernet sniffer. You can get an excellent for free from http://www.ethereal.com/ and make sure there are no packet loss which cause for...
Ezra Koper
ezrakoper
Offline Send Email
Mar 7, 2005
5:00 pm
346
I have a project where I have to provide a DHCP client. I am wondering what to use for proto work until the board arrives. One thought was to use the ...
Ed Snow
hooyaejs
Offline Send Email
Mar 8, 2005
12:24 am
347
Hello Ed. Our product is based on MOD5272, and we use DHCP. There were several issues with DHCP on older NNDK versions, which were resolved by NB. I would...
Ezra Koper
ezrakoper
Offline Send Email
Mar 8, 2005
7:00 am
348
Hi, I'm trying to use the I2C module on the MOD5282. I cant seem to get my simple program to work. My program just initializes the I2C module and then send an...
sid_inamdar
Offline Send Email
Mar 8, 2005
9:20 am
349
there is an I2C example in the "files" section on yahoo groups. ... the ... received...
seulaterbuddy
Offline
Mar 8, 2005
12:40 pm
351
Hi Ed, Do you mean DHCP server? If so, you can use any simple router from linksys, netgear, etc. You would not need to configure a linux box....
netburnergroup
Offline Send Email
Mar 8, 2005
11:37 pm
352
My appologies for being unclear. I will be creating a PPC based DHCP client. I want to test the client protocol to make sure that I can obtain and release...
Ed Snow
hooyaejs
Offline Send Email
Mar 9, 2005
3:47 am
353
http://cgi.ebay.com/ws/eBayISAPI.dll? ViewItem&category=11175&item=5760223999&rd=1&ssPageName=WDVW...
seulaterbuddy
Offline
Mar 14, 2005
1:03 pm
354
Someone in sales asked for a an example program that can display the NTP time on the LED display. I thought I'd post it... This works for all of the modules. ...
Paul Breed
pbreed
Offline Send Email
Mar 14, 2005
11:47 pm
355
... Since you ask, I'll say yes. But even better would be a cookbook area on netburner's site ala the stuff activestate does for TCL etc. I found those areas...
Ed Snow
hooyaejs
Offline Send Email
Mar 15, 2005
12:14 am
356
Ed Snow suggested that we add a cookbook section where people could post and share code examples. We think this is an excellent idea. Can anyone in the group...
netburnergroup
Offline Send Email
Mar 15, 2005
12:50 am
357
Isn't that what the files section is for ? Jim...
seulaterbuddy
Offline
Mar 15, 2005
12:53 am
358
My personal choice for critical sections is the OS_CRIT object. First it only works for protecting resources between tasks, not between tasks and interrupts. ...
Paul Breed
pbreed
Offline Send Email
Mar 15, 2005
1:17 am
359
I agree the idea of a cookbook is an excellent one, and using the files section seems okay to me. Kevin...
Kevin McCall
kevin_d_mccall
Offline Send Email
Mar 15, 2005
4:18 pm
360
Just as you press send... The idea of posting code snippets here is good too as it means you don't have to go to yahoo group to read the code. Kevin...
Kevin McCall
kevin_d_mccall
Offline Send Email
Mar 15, 2005
4:23 pm
361
Does anyone have any code implementing https? Is there a Netburner roadmap toward implementing this? I have some classes the implement the POST and GET methods...
Kevin McCall
kevin_d_mccall
Offline Send Email
Mar 15, 2005
4:30 pm
362
... but it also means that if someone runs into that problem later, they have to do a search (using the right terms), or they have to have just happened to see...
mkrodby
Offline Send Email
Mar 15, 2005
4:31 pm
363
HTTPS is SSL, We currently offer an SSL solution , so I'm not exactly sure what you are asking? Paul...
Paul Breed
pbreed
Offline Send Email
Mar 15, 2005
6:16 pm
364
Hi, I'm using the Dev C++ 1.12 for the NB 5272 module and I'd like to be able to use the CVS feature. I've downloaded TortoiseCVS and it looks like I can get...
Richard Cooke
rmcooke
Offline Send Email
Mar 15, 2005
9:39 pm
Messages 332 - 364 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