Search found 538 matches

by TomNB
Tue Sep 12, 2023 10:44 am
Forum: NetBurner Software
Topic: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue
Replies: 4
Views: 836

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

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

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

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

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

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

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

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

Re: Problems with EFFS

Hi shockwave,

Just checking back with you on this.
by TomNB
Wed Mar 15, 2023 3:42 pm
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3135

Re: Problems with EFFS

Hello, I have been unable to reproduce an error so far. I am attaching my 3.3.9 build of the EFFS-HTTP example, modified to read and display a test .s19 file. To do the test: - Load the effs-http app into your nano - Use ftp or some other mechanism to unzip and put the TESTS19.S19 file on your nano ...