Search found 541 matches

by TomNB
Tue Oct 17, 2023 3:23 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1736

Re: Nano System clock gaining time

The NANO uses a 25ppm oscillator, so that should not be happening. Can you confirm you are not talking about a real time clock, and as you say are describing the system secs value over a 12 hour period with no system file changes? It might be worth while to make a very simple app, like simplehtml, a...
by TomNB
Tue Oct 17, 2023 3:17 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1736

Re: Nano System clock gaining time

Just basic questions: have you modified the ticks per second in predef.h? Are you using 2.x or 3.x tools?
by TomNB
Wed Sep 20, 2023 3:46 pm
Forum: NetBurner Software
Topic: Discover webpage
Replies: 3
Views: 867

Re: Discover webpage

Some things to check:
Does that subnet have Internet access? Can it route out?
Does the NB device have a gateway and dns configured?
by TomNB
Tue Sep 12, 2023 10:44 am
Forum: NetBurner Software
Topic: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue
Replies: 4
Views: 860

Re: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue

Hello, Some background information would help us provide a better answer. You mention an existing project. Is that project currently working and you want to make changes, or is this for a new project? If the existing project needs to be changed, can you provide details on what you want to do? The ad...
by TomNB
Thu Aug 10, 2023 4:01 pm
Forum: NetBurner Software
Topic: Help with issues using Web Interface
Replies: 3
Views: 891

Re: Help with issues using Web Interface

I don't think this is a netburner core issue. My first guess is that the newer web browsers have different requirements for your html code you wrote for the netburner device. So when you submit new values, what gets sent is somehow different. A few things to try: 1. A quick check would be to use wir...
by TomNB
Thu Jul 06, 2023 5:55 pm
Forum: NetBurner Hardware
Topic: Ethernet link & speed LEDs
Replies: 4
Views: 2285

Re: Ethernet link & speed LEDs

Meaning the wires have noise, coupling, etc.
by TomNB
Thu Jul 06, 2023 5:55 pm
Forum: NetBurner Hardware
Topic: Ethernet link & speed LEDs
Replies: 4
Views: 2285

Re: Ethernet link & speed LEDs

When you connect two ethernet devices together, there is a low level negotiation that takes place to determine speed and duplex. If that fails, then the default is typically 100M half duplex (but not always). So it could be that the negotiation fails completely, and the leds cannot represent a negot...
by TomNB
Thu Jul 06, 2023 4:07 pm
Forum: NetBurner Hardware
Topic: Ethernet link & speed LEDs
Replies: 4
Views: 2285

Re: Ethernet link & speed LEDs

If you plug in your test cable between two pc's, do the led work?
by TomNB
Thu May 11, 2023 9:20 am
Forum: NetBurner Software
Topic: Retrieving Telnet Client IP Address
Replies: 2
Views: 1706

Re: Retrieving Telnet Client IP Address

Hello,

Have you looked at the Get Socket functions in the TCP API? https://www.netburner.com/NBDocs/Develo ... 3d68232ec9
by TomNB
Tue Apr 11, 2023 2:08 pm
Forum: NetBurner Software
Topic: Secure connections
Replies: 7
Views: 8486

Re: Secure connections

What are the task priorities of the touch screen interface vs the task where the negotiation takes place?