Search found 605 matches

by SeeCwriter
Thu Feb 01, 2024 7:48 am
Forum: NetBurner Hardware
Topic: NetBurner with gigabit LAN-Interface
Replies: 15
Views: 8651

Re: NetBurner with gigabit LAN-Interface

Any estimate on when a module might be released?
by SeeCwriter
Mon Dec 04, 2023 9:43 am
Forum: NetBurner Software
Topic: predef.h in v2.9.6
Replies: 1
Views: 841

predef.h in v2.9.6

I installed v2.9.6. I want to verify that file predef.h is the correct version of the file. The first line of the file is /*NB_REVISION*/ instead of the normal /* Revision: 2.9.5 */ The section "#ifdef NB_SSL_SUPPORTED" has a lot more options than v2.9.5, and looks more like a version from...
by SeeCwriter
Mon Nov 13, 2023 12:53 pm
Forum: NetBurner Software
Topic: Using DHCP w Fallback
Replies: 6
Views: 1164

Re: Using DHCP w Fallback

Once connected to a network, the fallback works. It falls back in about 4.25 minutes. Close enough for me. Thanks.
by SeeCwriter
Wed Nov 08, 2023 12:47 pm
Forum: NetBurner Software
Topic: Using DHCP w Fallback
Replies: 6
Views: 1164

Re: Using DHCP w Fallback

My module has been running for a couple of hours. Still no IP address.

I use the following statement to get the IP address:

Code: Select all

IPADDR4 ipa = ifBlock->ip4.cur_addr;
I convert ipa to an ascii string and send it.
by SeeCwriter
Wed Nov 08, 2023 10:08 am
Forum: NetBurner Software
Topic: Using DHCP w Fallback
Replies: 6
Views: 1164

Using DHCP w Fallback

I'm using v3.4.0 with a NANO. I would like to use the "DHCP w Fallback" mode. On the ConfigPage I set IPv4 Mode to "DHCP w Fallback", enter a valid IP address in "StaticAddr" , and set "StaticMask" to 255.255.255.0. I reboot and verify the configuration sticks...
by SeeCwriter
Mon Oct 23, 2023 8:11 am
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1701

Re: Nano System clock gaining time

The fix works. Should this change be added to the other 5441X modules?
by SeeCwriter
Wed Oct 18, 2023 1:41 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1701

Re: Nano System clock gaining time

I made the change and built the system and my app. I loaded it into a Nano, and am running it. I'll know tomorrow if it worked. If it works, should the MOD5541X get the same change?
by SeeCwriter
Wed Oct 18, 2023 7:06 am
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1701

Re: Nano System clock gaining time

On bootup, RTCSetSystemFromRTCTime() is called to restore time from an external real-time clock, PFC8563. When queried for the current time, this function is used: //Formats 16 bytes time into "string" as 1999/12/31,23:59 void FormatDateTime( char *string, bool add_sec ) { time_t t; time( ...
by SeeCwriter
Tue Oct 17, 2023 6:54 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1701

Re: Nano System clock gaining time

I'm using v2.9.5 tools. I wouldn't think that would make a difference. The ticks per second has not been changed.
Not sure what is meant by the distinction of real-time clock vs system clock. It's the clock we get the date and time from.
by SeeCwriter
Tue Oct 17, 2023 2:31 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1701

Nano System clock gaining time

We have several units using the NANO and the system clock gains about 5-minutes every 12-hours. Is there anything to be done?