Search found 20 matches

by cmo
Sun Nov 21, 2010 7:13 pm
Forum: NetBurner Software
Topic: SBL2e - Basic Questions
Replies: 5
Views: 5567

Re: SBL2e - Basic Questions

Thanks forrest, that helped. One more thing, how do I force a static IP address (with netmask etc...) on the SBL2e? The user manual says to assign it before the InitializeStack() but that's not working for me. "MyIpAddr" or the IP address in the structure you referenced doesn't work.

What variable ...
by cmo
Wed Nov 17, 2010 10:03 pm
Forum: NetBurner Software
Topic: SBL2e Interrupt Example
Replies: 0
Views: 2941

SBL2e Interrupt Example

Are there any simple hardware driven interrupt examples out there specific to the SBL2e? I'm looking to simply toggle a pin's state and call a target function. Any help would be appreciated. Thank you.
by cmo
Wed Nov 10, 2010 7:54 pm
Forum: NetBurner Software
Topic: SBL2e - Basic Questions
Replies: 5
Views: 5567

Re: SBL2e - Basic Questions

Thanks k1mgy. You helped me to get reboot to work, however still no luck with getting the MAC address or setting static network settings. The SBL2e is a quite a bit different. Can anyone help? Any examples specific to the SBL2e?

Thanks.
by cmo
Sat Oct 23, 2010 11:33 am
Forum: NetBurner Software
Topic: SBL2e - Basic Questions
Replies: 5
Views: 5567

SBL2e - Basic Questions

I've got a few simple questions regarding the SBL2e device. As we know the structure of this device is a bit different and I can't figure out the following:

1. What is the command to force a reboot, ForceReboot() is not available?

2. How do I retrieve the MAC address? I see the MyIpAddr and others ...
by cmo
Wed Sep 08, 2010 6:23 pm
Forum: NetBurner Software
Topic: Get Web Data
Replies: 7
Views: 6144

Re: Get Web Data

That was the problem, I failed to give enough wait time between write and read. The semaphore fixed the problem. Thanks again for the help.
by cmo
Wed Sep 08, 2010 6:20 pm
Forum: NetBurner Software
Topic: SBL2e - Access a file in Flash
Replies: 3
Views: 3610

Re: SBL2e - Access a file in Flash

Thanks for the response guys. I should have said read instead of access. Paul you pointed me in the right direction - htmldata.cpp. Thanks.
by cmo
Mon Sep 06, 2010 10:34 pm
Forum: NetBurner Software
Topic: SBL2e - Access a file in Flash
Replies: 3
Views: 3610

SBL2e - Access a file in Flash

I'd like to access a file in the standard html folder (ex. Index.htm) on a SBL2e. Are there any examples or docs that can give me some guidance? I assume it's a bit unique compared to the other NB devices since the SBL2e device is all integrated onto one chip.

Any help is appreciated. Thanks.
by cmo
Mon Aug 23, 2010 8:47 pm
Forum: NetBurner Software
Topic: Get Web Data
Replies: 7
Views: 6144

Re: Get Web Data

Can anyone help?

I've tried messing around with the GET string and the tcp.Write command in my code. I've found that pretty much any GET command string I use in a telnet window returns some data, just not in this script. Also the tcp.Write says it's sending plenty of bytes. I just never get any ...
by cmo
Mon Aug 23, 2010 4:55 pm
Forum: NetBurner Software
Topic: Dynamic DNS
Replies: 2
Views: 2865

Re: Dynamic DNS

I haven't done it on a netburner yet, however I did it from a vbscript a while back. You should be able to port this example over pretty easily. Btw, the example is for OpenDNS.


function UpdateOpenDNS()
'Update OpenDNS account by posting the OpenDNS network label after loggin in

'Required ...
by cmo
Thu Aug 19, 2010 6:28 pm
Forum: NetBurner Software
Topic: ResponseRedirect
Replies: 2
Views: 3079

ResponseRedirect

Folk:

I'm sure someone has solved this. How can you redirect a user using a functioncall, but without a post function ? Whenever I run this code I don't get a redirect, I just see the header output. I use this all the time on asp/php server side scripting. I'm trying to demonstrate this on a SBL2e ...