Search found 11 matches

by Arturino
Tue Feb 26, 2013 1:25 pm
Forum: NetBurner Software
Topic: MOD54415 iprintf() for float type problem
Replies: 4
Views: 3358

Re: MOD54415 iprintf() for float type problem

Thanks, it worked.
by Arturino
Tue Feb 26, 2013 11:40 am
Forum: NetBurner Software
Topic: MOD54415 iprintf() for float type problem
Replies: 4
Views: 3358

MOD54415 iprintf() for float type problem

I'm having problems with float numbers output on NB54415.

Command:

Code: Select all

iprintf("Val %4.2f \r\n", 3.132543);
returns

Code: Select all

Val    f
Is output of numbers with floating point implemented in the library?
How I suppose to output them?
by Arturino
Mon Feb 25, 2013 6:27 am
Forum: Application Notes and Design Ideas
Topic: Simple Ajax app (update html page, no refreshing/no flicker)
Replies: 15
Views: 48213

Re: Simple Ajax app (update html page, no refreshing/no flic

Thanks a lot. Actually, I'm not sure, how to pass array of variables to the webpage.
Can you help me with that?
by Arturino
Thu Feb 21, 2013 11:26 am
Forum: Application Notes and Design Ideas
Topic: Simple Ajax app (update html page, no refreshing/no flicker)
Replies: 15
Views: 48213

Re: Simple Ajax app (update html page, no refreshing/no flic

Hi All,

Thanks a lot for the code.
If I have many variables to be displayed on the webpage, what would be the best way to do that, using this technology?

What I do - I generate part of the webpage with all variables that way, but I would like to update only fields with needed variables.

Thanks.
by Arturino
Thu Feb 14, 2013 10:19 am
Forum: NetBurner Software
Topic: MOD54415 HiResTimer
Replies: 22
Views: 11149

Re: MOD54415 HiResTimer

You need to recompile system files.
by Arturino
Mon Feb 11, 2013 10:19 am
Forum: NetBurner Software
Topic: Change IP address on NB MOD54415
Replies: 4
Views: 2987

Re: Change IP address on NB MOD54415

Yes, thank. Actually, I'm about to finish the task changing IP from webpage.
by Arturino
Mon Feb 11, 2013 6:28 am
Forum: NetBurner Software
Topic: Change IP address on NB MOD54415
Replies: 4
Views: 2987

Re: Change IP address on NB MOD54415

Yes, as I already mentioned, I found this example, but I'd like to have possibility to change IP from the web-page, not from the terminal window.
by Arturino
Fri Feb 08, 2013 10:50 am
Forum: NetBurner Software
Topic: Change IP address on NB MOD54415
Replies: 4
Views: 2987

Change IP address on NB MOD54415

Does anyone have code example of changing NB's IP address through its web-interface? The found example uses MTTY, which is not convenient.
Need to have both Static and DHCP options available.
Thanks.
by Arturino
Fri Jan 18, 2013 12:12 pm
Forum: NetBurner's Eclipse IDE
Topic: Paths and Symbols for NB-supplied source files
Replies: 3
Views: 3802

Re: Paths and Symbols for NB-supplied source files

Actually, I'm experiencing the same problem. Any clues, how to resolve the "undefined references .." in this project?