Search found 19 matches

by craiglindley
Sun Jun 21, 2009 8:47 am
Forum: NetBurner Software
Topic: Determining Address of DSL Modem
Replies: 3
Views: 3428

Determining Address of DSL Modem

I need a way to determine the public IP address of the DSL modem my netburner device is attached to. I want to determine when the IP address assigned to my DSL (via DHCP) changes. I don't need the local address 192...., I need the public address which is of the form 75... I was thinking of using pin...
by craiglindley
Tue May 05, 2009 3:07 pm
Forum: NetBurner Software
Topic: writeall error codes
Replies: 4
Views: 3980

Re: writeall error codes

Thanks that is what I wanted
by craiglindley
Tue May 05, 2009 12:57 pm
Forum: NetBurner Software
Topic: writeall error codes
Replies: 4
Views: 3980

Re: writeall error codes

I'm writing to a TCP socket serving an HTTP request.
by craiglindley
Tue May 05, 2009 12:04 pm
Forum: NetBurner Software
Topic: writeall error codes
Replies: 4
Views: 3980

writeall error codes

Can someone tell me where I find out what the error codes returned from the writeall function are? I'm using it with a socket and I sometimes get negative values (-2 and -3 specifically) returned. The error codes should be documented in the same doc as the writeall function but they are not as far a...
by craiglindley
Mon May 04, 2009 11:51 am
Forum: NetBurner Software
Topic: DHCP Lease Issue
Replies: 7
Views: 5384

Re: DHCP Lease Issue

Thanks for the tips. I just changed to static IP addressing to see if I have a problem other than with DHCP. If I can go for a week I will assume the problem is with DHCP and not my code.
by craiglindley
Mon May 04, 2009 9:50 am
Forum: NetBurner Software
Topic: DHCP Lease Issue
Replies: 7
Views: 5384

Re: DHCP Lease Issue

I do not have a switch between the dsl modem/router and the mod 5270.
by craiglindley
Mon May 04, 2009 8:01 am
Forum: NetBurner Software
Topic: DHCP Lease Issue
Replies: 7
Views: 5384

DHCP Lease Issue

Hello all, I'm using a MOD5270 module as a web server for serving up some rather large files. Things are working really well except every couple of days my web server looses its IP address. I confirm this by looking at my DSL router and seeing that it has no knowledge of the web server as an active ...
by craiglindley
Mon Nov 10, 2008 9:26 am
Forum: NetBurner Software
Topic: Remoting the Serial Port - Solution
Replies: 1
Views: 2947

Remoting the Serial Port - Solution

NetBurner code development usually requires a physical RS-232 connection between the development PC and the NetBurner hardware. This connection is necessary so that useful information can be displayed via the debug serial port. I found this arrangement limiting as I didn't always want to be in the s...
by craiglindley
Tue Nov 04, 2008 3:00 pm
Forum: NetBurner Software
Topic: Remotely rebooting NB device
Replies: 4
Views: 4437

Re: Remotely rebooting NB device

You guys are great. I took the approach Larry proposed by building a file called Reboot_APP.s19 with his two line content and it reboots my device right now.

Thanks to all for the help (yet again)
by craiglindley
Tue Nov 04, 2008 11:02 am
Forum: NetBurner Software
Topic: Remotely rebooting NB device
Replies: 4
Views: 4437

Remotely rebooting NB device

During code development I periodically loose control of my NB device and would to reboot it remotely (if possible). Under these conditions I can usually use autoupdate to load a new image which reboots the device upon completion giving me back control. Is it possible to leverage this autoupdate faci...