... 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...
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...
Hello, Im new with netburner In html code Im using FunctionCall like that: <input type="button" name="tekst" value="Send" onClick="<!--FUNCTIONCALL Liczb -->">...
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,...
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)....
Sorry, I forgot to say I was using the 5213 in the previous post. ... sampling at ... channel ... logs ... code ... quite ... thousand ... bit ... only ... the...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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....
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...
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...
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...
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 ...
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...