Search found 73 matches

by BillC
Wed Dec 12, 2018 6:35 am
Forum: NetBurner's Eclipse IDE
Topic: Migrate Netburner Dev system to new PC
Replies: 1
Views: 2065

Migrate Netburner Dev system to new PC

Hi, I installed and used the netburner development platform on my laptop many years ago, now I just use it occasionally to support and update existing projects. I need to move the platform to a new laptop, I don't have the program CD/DVD any more, how would I go about installing it on the new window...
by BillC
Tue Feb 18, 2014 4:04 pm
Forum: NetBurner Software
Topic: Problems using the Serial Bootstrap monitor
Replies: 2
Views: 2081

Re: Problems using the Serial Bootstrap monitor

Thanks for the prompt reply Pbreed, you got it first time. The watchdog was enabled, I use it to recover if my program bombs, disabling the watchdog fixed the problem.

I will re-enable it once I have finished debugging.

Many thanks for your help.

Bill
by BillC
Tue Feb 18, 2014 3:17 pm
Forum: NetBurner Software
Topic: Problems using the Serial Bootstrap monitor
Replies: 2
Views: 2081

Problems using the Serial Bootstrap monitor

Hi, I have managed to brick my SB700EX when downloading a new program version using autoupdate. I can boot the SB700EX using the serial monitor, and it recognizes the command 'A', and responds with 'HELP for help' and an 'nb>' prompt. However it only waits for about 4 seconds before restarting, this...
by BillC
Sun Dec 30, 2012 9:19 am
Forum: NetBurner Software
Topic: Need some help implementing a WiFi radio
Replies: 7
Views: 7193

Re: Need some help implementing a WiFi radio

I cant help you with the WF121, but I have used some Roving Networks wifi modules with the netburner boards, the documentation makes it fairly easy to communicate with. Some of thier boards also have I/O and analog ports onboard.

http://www.rovingnetworks.com/

I hope this is helpful to you.

Bill
by BillC
Wed Apr 04, 2012 4:09 pm
Forum: NetBurner Software
Topic: Updating netburner accross the internet
Replies: 5
Views: 3146

Re: Updating netburner accross the internet

OK, got my task priorities sorted out and the TCPUpdate is now working fine, thanks for your help. One peculiarity I have noted on the SB700EX (my other projects have all been on a MOD 5270) is that with the watchdog enabled and the startup config set to stay in the monitor(not load application) is ...
by BillC
Tue Apr 03, 2012 5:34 am
Forum: NetBurner Software
Topic: Updating netburner accross the internet
Replies: 5
Views: 3146

Re: Updating netburner accross the internet

Thanks for trying this and confirming it does work.

I think that I must have some sort of task priority clash as the board is behaving stangely since I added the StartTCPupdate code. I will investigate further later today.

Bill
by BillC
Sun Apr 01, 2012 4:04 pm
Forum: NetBurner Software
Topic: Updating netburner accross the internet
Replies: 5
Views: 3146

Re: Updating netburner accross the internet

Thanks for your prompt reply. I have added the following code to a netburner board on my local lan, I checked the manual and it uses port 20034. #include <AutoUpdate.h> and StartTcpUpdate( MAIN_PRIO - 3 ); //Use only if UDP update fails I downloaded to the board using Autoupdate. When I now try to u...
by BillC
Sun Apr 01, 2012 1:02 pm
Forum: NetBurner Software
Topic: Updating netburner accross the internet
Replies: 5
Views: 3146

Updating netburner accross the internet

Hi, can anyone point me in the correct direction for how to update a netburner board across the internet, so far i have only done this on a local lan. I cant seem to get the update to specify an external address. I have set up the board remote IP address up in the Project sheet, I have ensured that ...
by BillC
Tue Feb 28, 2012 11:56 am
Forum: NetBurner Software
Topic: AJAX example question to fill form fields
Replies: 13
Views: 6837

Re: AJAX example question to fill form fields

OK thats easy just google "javscript form input value", the first one that came up for me was http://www.javascript-coder.com/javascr ... alue.phtml

Bill
by BillC
Tue Feb 28, 2012 11:41 am
Forum: NetBurner Software
Topic: AJAX example question to fill form fields
Replies: 13
Views: 6837

Re: AJAX example question to fill form fields

I dont think that the netburner can automatically send the new values to clients other than the one who reported the change, the netburner has to wait for each client to request the latest values, normally this is done by the client periodically sending a request to the host using something similar ...