Search found 11 matches
- Tue Feb 26, 2013 1:25 pm
- Forum: NetBurner Software
- Topic: MOD54415 iprintf() for float type problem
- Replies: 4
- Views: 4400
Re: MOD54415 iprintf() for float type problem
Thanks, it worked.
- Tue Feb 26, 2013 11:40 am
- Forum: NetBurner Software
- Topic: MOD54415 iprintf() for float type problem
- Replies: 4
- Views: 4400
MOD54415 iprintf() for float type problem
I'm having problems with float numbers output on NB54415.
Command:
returns
Is output of numbers with floating point implemented in the library?
How I suppose to output them?
Command:
Code: Select all
iprintf("Val %4.2f \r\n", 3.132543);
Code: Select all
Val f
How I suppose to output them?
- 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: 60892
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?
Can you help me with that?
- 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: 60892
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.
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.
- Thu Feb 14, 2013 10:19 am
- Forum: NetBurner Software
- Topic: MOD54415 HiResTimer
- Replies: 22
- Views: 16638
Re: MOD54415 HiResTimer
You need to recompile system files.
- Mon Feb 11, 2013 10:19 am
- Forum: NetBurner Software
- Topic: Change IP address on NB MOD54415
- Replies: 4
- Views: 4046
Re: Change IP address on NB MOD54415
Yes, thank. Actually, I'm about to finish the task changing IP from webpage.
- Mon Feb 11, 2013 6:28 am
- Forum: NetBurner Software
- Topic: Change IP address on NB MOD54415
- Replies: 4
- Views: 4046
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.
- Fri Feb 08, 2013 10:50 am
- Forum: NetBurner Software
- Topic: Change IP address on NB MOD54415
- Replies: 4
- Views: 4046
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.
Need to have both Static and DHCP options available.
Thanks.
- Mon Jan 21, 2013 6:28 am
- Forum: NetBurner's Eclipse IDE
- Topic: Paths and Symbols for NB-supplied source files
- Replies: 3
- Views: 5086
Re: Paths and Symbols for NB-supplied source files
Thanks, now works fine!
- Fri Jan 18, 2013 12:12 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Paths and Symbols for NB-supplied source files
- Replies: 3
- Views: 5086
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?