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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3300 - 3330 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3300
Are you sure that your MyDoPost function isn't working? You could just be missing the RedirectResponse call after you've extracted the values....
ajse_cameron
Offline Send Email
Jul 2, 2007
12:49 am
3302
... I managed to get my program to process the form. I'm not exactly sure why it wouldn't initially enter the MyDoPost function. I did call to RegisterPost...
James Fitzgerald
jibbaf131
Offline Send Email
Jul 2, 2007
6:15 pm
3303
I have a similar problem to aswales. I just purchased a NetBurner MOD5270, installed and registered just fine (it seems). When I log into support, it claims my...
khouser_az
Offline Send Email
Jul 2, 2007
7:03 pm
3304
Hello, Im new with netburner In html code Im using FunctionCall like that: <input type="button" name="tekst" value="Send" onClick="<!--FUNCTIONCALL Liczb -->">...
norsonek
Offline Send Email
Jul 3, 2007
11:44 am
3305
This won't work. Realize that when the HTML page is served the entire page is sent to the web browser. When you click it is just locally running javascript,...
Paul Breed
pbreed
Offline Send Email
Jul 3, 2007
4:54 pm
3306
I'm using the PIT timer to initiate some single-channel A/D sampling at a known sample rate. Unlike the NB A2D demo, I only sample one channel (not eight)....
ridgeglider
Offline Send Email
Jul 3, 2007
6:18 pm
3307
Sorry, I forgot to say I was using the 5213 in the previous post. ... sampling at ... channel ... logs ... code ... quite ... thousand ... bit ... only ... the...
ridgeglider
Offline Send Email
Jul 3, 2007
6:54 pm
3308
hi. We are trying to run a small piece of code on nb mod5270. but it is failing and resetting all the time. .when we put the dubug commands to find out where...
Shahabuddin Inamdar
shahab47
Online Now Send Email
Jul 3, 2007
7:54 pm
3309
Shahab: Could you have run out of RAM? Look at the .map file to see where you stand. If you've used more RAM than what's available the application compiles but...
ridgeglider
Offline Send Email
Jul 3, 2007
8:58 pm
3310
Where is the memory being allocated? You can not allocate more RAM then your stack size within a task unless it is declared static or you will overflow the...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 3, 2007
10:04 pm
3311
When I set up my instrument (which has a MCF5272 Coldfire processor) to use DHCP, there is a problem that occurs when the DHCP server gives lease, renewal, and...
Mike
mikest1955
Offline Send Email
Jul 3, 2007
10:17 pm
3312
To piggyback onto your question I'd be very interested in this information as well. In the Coldfire Application Note you previously referenced...
cme0848
Offline
Jul 3, 2007
10:24 pm
3313
Hi, It kind of seems strange for something called "Dynamic" handing out static addresses but I guess it happens. Looks like capability to be assigned an...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 3, 2007
11:12 pm
3314
well...is there any way where i can override this RESETTING THING.. so that instead of resetting , the NB gives me some useful message.....stating that it...
Shahabuddin Inamdar
shahab47
Online Now Send Email
Jul 3, 2007
11:53 pm
3315
Could it be that your watchdog monitor is not getting strobed during power-up initialization? If you can find a jumper to disable the watchdog, try removing...
Paul Young
pmyg10
Offline Send Email
Jul 5, 2007
1:35 pm
3316
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...
speake sofly62
speakesofly62
Offline Send Email
Jul 5, 2007
2:48 pm
3317
This should be very simple to diagnose... 1)Does it do this running the stndard Netburner application? 2)How is the monitor set? (Type A to abort and use the...
pbreed
Offline Send Email
Jul 5, 2007
3:04 pm
3318
I am attempting to use Multicast UDP on a MOD5282. I have implemented the example code provided. The code compliles just fine in both release and debug...
rhmerrill
Offline
Jul 5, 2007
3:50 pm
3319
One common problem that will result in debug builds working and not release builds is variables that should be volatile. The debug builds will not use any...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 5, 2007
11:36 pm
3320
I think what Larry is trying to say is "No". Both DMA (Chapter 21) and PIT (Chapter 19) timers allow you to divide the system clock and call interrupts off of...
cme0848
Offline
Jul 9, 2007
7:06 pm
3321
We are starting to use the MOD5234 with our equipment and at present everything is working like a charm. In testing the question came up about "If I use DHCP,...
frunchy
Offline Send Email
Jul 9, 2007
10:49 pm
3322
Has anyone integrated the uC/OS-II onto the Netburner dev boards? It seems rather difficult to find info etc on the old uC/OS. Thankx: Chris...
cdscls
Offline Send Email
Jul 11, 2007
2:40 am
3323
The hard-copy reference I use is MicroC/OS-II by Labrosse. This may be for uCOS-II but it is very similar to the NetBurner version of uCOS and also uCOS-I....
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 11, 2007
3:15 am
3324
Just getting started with the uCOS, and its frustrating to try and find old documentation. Obviously I can read the code to find what I need, but for -II...
cdscls
Offline Send Email
Jul 11, 2007
12:49 pm
3325
Hello Chris, There are two sources of ucos information with your dev kit: 1. The ucos section in the programmers guide 2. The NNDK Users Guide, ucos reference...
netburnergroup
Offline Send Email
Jul 11, 2007
4:58 pm
3326
Did you try MTTY with a serial connection (UART0) 115200 baud, etc.? GMB ... for...
Gregory M. Brettell
gregory_bret...
Offline Send Email
Jul 11, 2007
6:10 pm
3327
Hi, Yes, I tried every baudrate available, on both ports, and got nothing in response. Thomas J. ... ok ... show ... shows ... my...
tilde45
Offline Send Email
Jul 12, 2007
3:07 am
3328
Hello Thomas, It is very rare that the monitor is not functioning at all, but if that is the case, then you would need to send it back. However, before that, I...
netburnergroup
Offline Send Email
Jul 12, 2007
4:16 am
3329
Hi, I am sure I tried this, but since it was a while ago I will try again, cycling the power between every change of baud rate. Thomas ... power ... describe ...
tilde45
Offline Send Email
Jul 12, 2007
5:49 am
3330
Hey Thomas, Did you try: € the same serial port and cable with a different device to verify the PC port? € check the jumper settings on the port connection...
Gregory Madison Brett...
gregory_bret...
Offline Send Email
Jul 12, 2007
7:51 am
Messages 3300 - 3330 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