I have a new application to drive a 4.3" TFT LCD panel. Its 480x272. I know Netburner uses Xilinx parts in some of their designs. i have having a hell of a...
I want to be able to use the NetBurner WebServer to upload a file containing text that will be used to process calculations within my source. My plan is as...
Hi, You should look at the file post example installed here: C:\Nburn\examples\filepost It will let you select a file on a PC and post it to the NetBurner ...
... one browser? ... I'm curious if someone were to say yes to this as well, but my two cents is that if you need a program to monitor multiple netburners, ...
Thanks for the tip on using multiple IE windows. I will probably end up using a Windows Application with multiple sockets open, I will be connecting to 15 or...
Has anyone successfully programmed (using the Netburner calls) the ETPU to be a PWM and if so how did you do it? I have tried without success to do this....
... wrote: When I refer to telnetting, I think you have the same idea, making a sock connection on the specific port to collect the data. Opening multiple...
Is there any libraries/source codes to implement FAT16/FAT32 on MOD5213 to write to Compact Flash card? I think it has enough RAM (32K) to do it? Why EFFS...
... 70 ... be ... for ... down ... than ... cap. ... in ... time ... BR1225T2- ... approximately ... that ... clock ... Well, I forgot to report back on this...
... The real time clock on this dev board has both digital and analog trimming registers. The info for these registers is on page 9 of the data sheet:...
Hi Guys I am using mod5282 and its MOD-DEV-100 development board. I want to write some data into a particular memory location and then read it back. Can any...
Hi, What is wrong with memcpy? You need to include stdlib for this function to be declared. This is the fastest way to copy memory since the algorithm is...
Hi, Im receive data from DSP procesor In memory its looks like: double data = 0x413e5b4e; its should be 11.897291 but netburner recognize this data like...
Tomasz, You can't directly assign the value because the compiler doesn't know that it is a floating point number. The data variable will simply receive the hex...
I am wondering whether or not you got an answer to your question. I continue to get compiler undefines when I use the <!-- VARIABLE parm --> calls in my html...
The variable call is supported for all of the network platforms. This is a somewhat new addition to the NNDK so you may have a release that is older then this...
Thanks very much. I just purchased a 5270 board so I assumed the latest tools were on the cd. ... This ... that ... the ... functionality. ... VARIABLE ... ...
0x413e5b4e is an ordinary 32bit float in IEEE 32bit format. It is equal to 11.897291 when interpreted in that format if you get the endianess right. A double...
Does pins 4,5 7 and 8 on the RJ45 sitting on top on NB has any function? what if those pins are not conncected....IF i take the RJ45 out of the board, and then...
David use frames..... Michael ... From: David Evennou Date: 9/4/2007 9:08:33 PM To: netburner_group@yahoogroups.com Subject: [netburner_group] Multiple...
The MOD5270 schematic is included in the platform documents. Pin 7 is the only pin that is not being used, removing the other signals will cause Ethernet to...
Hi, I really do not know the answer to that one, I only deal with Engineering at NetBurner. You can call sales at 1-800-695-6828 and they can give you an...
Has anyone looked into using any NetBurner product with a PCI Express device? It looks like most all the new WiFi cards are going the PCIe route. Are there any...
we recently bought an evaluation board for mod5234. you initially wrote that the schematics for mod5234 would come inside the cd. but i dont find any...
Hello I've got question about sending data to the web page.I have function in c/c++ which produce some data and want to load this data on a web page.I do it...
Either return a 404 error (file not found) or provide the optional icon file. The icon is displayed in the bookmarks and in the address bar on the browser. If...