Search found 541 matches

by TomNB
Sun Jul 02, 2017 11:55 am
Forum: NetBurner Software
Topic: USER_ENTER_CRITICAL()
Replies: 5
Views: 2720

Re: USER_ENTER_CRITICAL()

Hello, My understanding is that the asm() command does not interpret anything, it just passes the assy code to the assembler. Just did a quick test with 2.8.4 (I do not have the older versions). The list file output is: USER_ENTER_CRITICAL(); 40000630: 4e71 nop 40000632: 46fc 2700 movew #9984,%sr 40...
by TomNB
Tue Jun 06, 2017 11:46 am
Forum: NetBurner Software
Topic: Interfacing SB700EX and SBL2EX
Replies: 2
Views: 1802

Re: Interfacing SB700EX and SBL2EX

Exact same cabling/wiring? I would verify rx and tx are in the null modem configuration.
by TomNB
Fri Jun 02, 2017 9:05 am
Forum: NetBurner's Eclipse IDE
Topic: Autoupdate launching failed
Replies: 2
Views: 2665

Re: Autoupdate launching failed

Eclipse tries to launch the same autoupdate.exe as you did in your manual tests. My first guess would be that there is some type of antivirus or firewall on your system that is preventing one application (eclipse) from launching another .exe (autoupdae).
by TomNB
Wed May 24, 2017 4:16 pm
Forum: NetBurner Software
Topic: SBL2E SNMP
Replies: 4
Views: 2389

Re: SBL2E SNMP

We sell version 1 direct. For version v2c (which I think is what you need) and v3, you can get it through our partner company who specializes in SNMP and has ports for the SB70LC and Nano54415. Here is the link:
https://www.dmhsoftware.com/netburner-modules
by TomNB
Wed May 24, 2017 4:04 pm
Forum: NetBurner Software
Topic: SBL2E SNMP
Replies: 4
Views: 2389

Re: SBL2E SNMP

Hello,

The SBL2e does not have enough resources to run SNMP. So you would need to switch to a module such as the SB70LC or NANO54415. Which version of SNMP do you require?
by TomNB
Wed May 24, 2017 11:48 am
Forum: NetBurner Software
Topic: Time Stability
Replies: 26
Views: 10797

Re: Time Stability

I am running a MOD54417 and the External RTC example. Set the time on boot using NTP through the interactive menu. Checking the time against the time.gov site. After more than an hour they match exactly. What are you comparing your time against? Are you saying your RTC is drifting, or the module its...
by TomNB
Thu May 18, 2017 3:33 pm
Forum: NetBurner Software
Topic: Net Burner Virtual Comm Port Ver 2.1
Replies: 4
Views: 3978

Re: Net Burner Virtual Comm Port Ver 2.1

The installation should create a service called sec. The message indicates the service is not running. If you look at your own install you should be able to see it in the task manager. It may be that the install did not complete correctly, or somehow he does not have permissions on the system to eit...
by TomNB
Thu May 18, 2017 9:24 am
Forum: NetBurner Software
Topic: Net Burner Virtual Comm Port Ver 2.1
Replies: 4
Views: 3978

Re: Net Burner Virtual Comm Port Ver 2.1

Hello,

Which version of windows?

Which NetBurner module are you using?

The more information you can provide the better.

Thanks
by TomNB
Thu Apr 27, 2017 3:14 pm
Forum: NetBurner Software
Topic: CB34EX to SB800EX: EFFS/FAT Fails
Replies: 7
Views: 5094

Re: CB34EX to SB800EX: EFFS/FAT Fails

The SB800EX and the Nano on-module microSD card interfaces use the significantly faster SDHC interface instead of SPI, so you will need to change just a few lines in your code from the CB34EX. If you can open a support ticket we can send you some additional files that should make the conversion very...
by TomNB
Tue Apr 18, 2017 7:25 am
Forum: NetBurner Software
Topic: SBL2EXA is hanging
Replies: 1
Views: 1524

Re: SBL2EXA is hanging

Hello, I'm not quite sure why you would need to comment out the stdio assignment. Looking at your past tickets, I think it would be a great help to you to open a support ticket on the netburner company development support site for some overall pointers and suggestions on how the device works and the...