Thank you both for the info. About 99.99% of my development will be used with an Intelx86 architecture but I definately appreciate the added parts about byte...
Hi Craig, ... Ha! Yes, my development was 100% little-endian machines, and then I decided to use PowerPCs (big-endian) on the PCI bus (little-endian), talking...
I just started using NBEclipse today. I have successfully created and run my first project. I have several independent projects stored in separate folders...
I read the Eclipse getting-started manual, and I don't see information about opening existing projects. Can you point out a section that explains this, or can...
Hi RD you can download the "CFInit" that is free software ,this software help you to initialization of QSPI and give some advice . Hope this help you .if you...
Currenly i'm experimenting with example programs provided with NNDK- MOD5270 kit from netburner.I'm using a LAN connection to communicate with this board.is it...
I can explain what i do, which works for me. Open Eclipse, and create a new project. Lets call this project "Test". when its done making the project, open the...
I appreciate your reply. If this is the best way to open an existing project, then they need to do some work on Eclipse. I'm used to using MS Developer's...
I am sure Eclipse has a "proper" way of doing the same thing. Eclipse is a real nice program. i just do it this round about way, as it works for me. ... ...
Yes this works just like any other web server. One thing to look out for is that your NetBurner is able to receive incoming connections to the WAN. You will...
HEllo, I've been trying to set the time for my Mod5270 but was unsuccessful; I found a method in nbtime.h which has been designed for this purpose: ...
Hi, The NNDK should have an example here: C:\Nburn\examples\mod5270\time This will show how to use the nbtime function, the RTC functions and also NTP client...
The following code uses Network Time Protocol (NTP) to set both the system clock and the real-time clock on the board: /* * Set the system time. */ IPADDR...
OK, I figured out how to do what I want to do. 1. Create a folder to hold your Netburner projects. You could put each one in a separate folder off the root,...
Larry, Thanks for your reply. You mean i have to get a static ip address from the ISP.Would you please tell me how i could do port forwarding on the router. ...
The exact method for setting up port forwarding is going to depend on the brand of router you have. You need to forward port 2159 to the Netburner. You...
HEllo, thanks for the indications. I still have a question though: I set the time with user input and it worked, the time changed to what the user had typed....
what is the recommended way in which i can check to see if there is a network cable plugged into the module and/or check to see if a network is present ?...
... EtherLink(), it's in the User's Guide -- ntd...
Neil T. Dantam
ndantam@...
Aug 3, 2007 4:29 pm
3421
I like this one: extern BOOL bEthLink; if(!bEthLink) { // no media } Chris ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com]On...
You need to use an external real time clock with a back up capacitor or battery like the ones on the development board. There is an interface in the NNDK for...
Speaking of this RTC, My Netburner 5213 DevKit does not come with it (the board has places for me to add the missing components, though). I put the missing ...
Hello, I have been trying to detect signals on pin 16 of J2 on the mod-dev-70. YEsterday, I had to switch to another board. I noticed something bizarre: when I...
I introduced a bug in my program that is causing it to die before network and autoupdate are started (OSSemInit in an static object constructor). So I can't...
Dont know what serial program you are using, but make sure its using RAW ASCII. ... However, I ... have ... 02000000; S ... encountered ... used ... it ... ...