Search found 509 matches

by TomNB
Wed Sep 20, 2023 3:46 pm
Forum: NetBurner Software
Topic: Discover webpage
Replies: 2
Views: 74

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: 130

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: 169

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: 1354

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: 1354

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: 1354

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: 1020

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: 6216

Re: Secure connections

What are the task priorities of the touch screen interface vs the task where the negotiation takes place?
by TomNB
Fri Mar 31, 2023 3:11 pm
Forum: NetBurner Software
Topic: Using htmlfiles.h
Replies: 1
Views: 488

Re: Using htmlfiles.h

Thanks for pointing that out. I can see in version control guards have been added for the next release. It adds:

#ifndef NB_HTMLFILE_H
#define NB_HTMLFILE_H

// header code....


#endif
by TomNB
Fri Mar 24, 2023 7:59 am
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 1652

Re: Problems with EFFS

Hi shockwave,

Just checking back with you on this.