Search found 457 matches
- Sat Jun 18, 2022 11:49 am
- Forum: NetBurner Software
- Topic: Setting Timezone Seems Broken
- Replies: 3
- Views: 84
Re: Setting Timezone Seems Broken
Hello, I'm not an expert in the time zone area, but I'll give it try until someone else can join in. Most OS's have a tzset() function. In 2.9.x we have a tzsetchar() function. For example, tzsetchar((char*)"EST5EDT4,M3.2.0/01:00:00,M11.1.0/02:00:00"); for eastern time. There are two examples that m...
- Thu Jun 16, 2022 8:32 am
- Forum: NetBurner Software
- Topic: Netburner MQTT PAHO Library - publish size limit
- Replies: 2
- Views: 87
Re: Netburner MQTT PAHO Library - publish size limit
Thank you for posting the follow up. I'm sure it will.
- Tue Jun 14, 2022 2:19 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Migrating from 2.8.6 to 3.3.7 issues
- Replies: 1
- Views: 76
Re: Migrating from 2.8.6 to 3.3.7 issues
Yes. While it was normal in the early 2000''s to use BYTE, WORD, DWORD, as of 10 years ago so so standard practice is to use "int_" or "uint_" for example uint8_t, uint16_t, uint32_t
- Tue May 10, 2022 1:33 pm
- Forum: NetBurner Hardware
- Topic: SBL2e Ethernet to 8 TTL OUTPUTS
- Replies: 3
- Views: 206
Re: SBL2e Ethernet to 8 TTL OUTPUTS
I would recommend checking the manual as well: https://www.netburner.com/download/sbl2 ... rs-manual/
- Tue May 10, 2022 1:32 pm
- Forum: NetBurner Hardware
- Topic: SBL2e Ethernet to 8 TTL OUTPUTS
- Replies: 3
- Views: 206
Re: SBL2e Ethernet to 8 TTL OUTPUTS
Hello,
What electrical specs do you need to meet? Voltage, source/sink current amount?
At what speed do you need to switch the outputs?
The SBL2e can do what you ask without programming at 3.3V. Either through the web server or a tcp connection.
What electrical specs do you need to meet? Voltage, source/sink current amount?
At what speed do you need to switch the outputs?
The SBL2e can do what you ask without programming at 3.3V. Either through the web server or a tcp connection.
- Thu Apr 21, 2022 5:19 pm
- Forum: NetBurner's Eclipse IDE
- Topic: GDB fails with "joined drive" error
- Replies: 5
- Views: 2212
Re: GDB fails with "joined drive" error
Hello, Can you answer the questions from the previous post? What is the IP address and mask of both the PC and SB70LC? If find cannot locate the device it could be because: - You are using a virtual machine and the routing will not work - You have a firewall or antivirus blocking the pacets - You ha...
- Thu Apr 21, 2022 5:17 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Unable to connect in debug mode
- Replies: 4
- Views: 1259
Re: Unable to connect in debug mode
Hello, Can you answer the questions from the previous post? What is the IP address and mask of both the PC and SB70LC? If find cannot locate the device it could be because: - You are using a virtual machine and the routing will not work - You have a firewall or antivirus blocking the pacets - You ha...
- Thu Mar 10, 2022 11:46 am
- Forum: NetBurner Software
- Topic: EthernetIP not declared
- Replies: 4
- Views: 500
Re: EthernetIP not declared
SeeCwriter is correct. The ShowInterfaces example is a good one to see how you can handle IP address information.
- Thu Feb 24, 2022 12:06 pm
- Forum: NetBurner Software
- Topic: Bootup output
- Replies: 2
- Views: 416
Re: Bootup output
The SB800EX, NANO54415 and MOD5441x products have an 2.x compatible alternate boot monitor, and that is where the first message is coming from. The second is from the 3.x boot sequence. If you abort when the first message appears, type "setup" and select "quiet boot" the message will no longer appear.
- Fri Feb 11, 2022 8:42 am
- Forum: NetBurner Hardware
- Topic: Can't get to work with SBL2e
- Replies: 6
- Views: 1119
Re: Can't get to work with SBL2e
Do you have serial communication with that SBL2e? You can do it through the boot monitor serial interface, use an 'A' to abort the application boot.
Or, you might be able to change your pc's network settings. What settings did you set the SBL2e to?
Or, you might be able to change your pc's network settings. What settings did you set the SBL2e to?