Paul, I remember recently finding a thread that said, in summary, that exception handling in a recent release is broken and the release was retracted. Is...
I have a question about the Mod5234 interface to SD cards. On the Dev 100 & Dev 70 NB carrier board schematics, the SD card *CS line (pin 1 on the SD socket)...
We have a fix for exceptions and other C++ issues that seems to be working. We have some customers custom non-public drivers that still seem broken, so we may...
The fixed pre-release is avail @ http://support.netburner.com/SelfService/NNDKpre.html This is a "nightly build" version, so I would not recommend using it for...
The CS, WP and CD signals for the SD Card are all configured as GPIO and bit-banged. The MOD5234 uses the LTPUODIS signal since this is on the same pin as the...
I'm getting started with programming the MOD5270 using the LC Dev kit. I feel like I'm missing something in the docs. I've worked my way through the examples...
James - Look in \Nburn\MOD5270\system\sim5270.h for the declaration of the sim object. It's how you access all of the processor registers from C/C++. - Don...
Seulater: I've found that this happens if you blew the project creation step and mistakenly set up project for a networked platform and then tried to put 5213...
... Don, Thanks for the pointer. I had come across this in searching, but was confused because there isn't a gpt within that definition of sim. Maybe the...
Thanks, it seems that the serial downloader is the problem. when i first open it and brows for my file it cannot connect to the board. when i close it and do...
Yeah, I just had to go look at a MOD5213 installation... there is a General Purpose Timer module in the sim5213.h file that isn't in the 5270. Each of the sim...
What am I not seeing here? This sure looks like an infinite loop if the substring, "\r\n.", is in textbody. Wouldn't you want to write the full substring and...
... I quite agree that is an infinite loop. I think you would bump textbody to cp + 3 rather than cp + 5 because "\r\n." has only 3 characters (you don't count...
I'm with you in that it looks pretty bogus. I'd say you run into problems if you submit a textbody without a trailing \r\n. you'd go into the infinite loop....
Hello! I have a PK70 that I am starting to play with a bit, and would like to attempt to set it up so a web service would run on the unit. In short, I would...
You do have an infinite loop. cp is initialized to a non-null value in this line cp = strstr(textbody,"\r\n."); assuming that the substring in quotes is...
I am currently using the MOD5234 and need to have two ethernet ports. Has anybody already done this with this module or even a different module and like to...
We have done a design that uses the Miocrochip ENC28J60 SPI based ethernet controller as an additional ethernet port. IT is only 10 base T We have been...
... Hi, I would be interested to see what you did but I will need a faster network connection. This will be handling Modbus/TCP with a 300 uSec scan time and...
Hey all. Sorry for what is probably a simple question. But after busting hump on wiring up eight 64 LED light bars powered by Max7221 drivers, my brain is...
I currently am using NNDK release "REL198_Final" of NetBurner Dev-C++. Can I use your new "SendMailAuth" function with this version?? How do I get a copy of...