Search found 833 matches

by rnixon
Thu Aug 11, 2016 10:30 am
Forum: NetBurner Software
Topic: IPv6 on IPv4 network
Replies: 9
Views: 9046

Re: IPv6 on IPv4 network

IPv6 needs multicast by default. I believe its anything with a FF00: prefix.
by rnixon
Thu Jul 28, 2016 9:23 am
Forum: NetBurner Software
Topic: IPv6 on IPv4 network
Replies: 9
Views: 9046

Re: IPv6 on IPv4 network

Are you talking about an IPv4 broadcast? That should be 255.255.255.255. I would not label it as null or -1.
by rnixon
Fri Jul 08, 2016 1:56 pm
Forum: NetBurner Hardware
Topic: Connecting SRAM to FlexBus
Replies: 6
Views: 6401

Re: Connecting SRAM to FlexBus

memcpy() copies from one memory location/pointer to another. So, yes. Be sure to look at the platform memory map so you know where you are locating your sram. You will need to do this for the chip select anyway.
by rnixon
Wed Jul 06, 2016 10:20 am
Forum: NetBurner Software
Topic: SB70LC: web server, AJAX
Replies: 3
Views: 4333

Re: SB70LC: web server, AJAX

I don't think there is anything netburner specific on this. It is web programming. Doing a quick search on "submit form in javascript" I found there is a javascript submit function: http://www.w3schools.com/jsref/met_form_submit.asp. I do not know much about javascript, but my guess would ...
by rnixon
Tue Jun 14, 2016 12:59 pm
Forum: NetBurner Software
Topic: Any documentation about the Virtual COMM port driver?
Replies: 21
Views: 25510

Re: Any documentation about the Virtual COMM port driver?

Just out of curiosity, why would you use a virtual comm port driver interface to configure a real comm port (that is not virtual)? I wasn't aware that vcomm drivers could even do this.
by rnixon
Wed May 25, 2016 8:29 am
Forum: NetBurner Hardware
Topic: Write Protection of a device flash
Replies: 2
Views: 4649

Re: Write Protection of a device flash

The only way network downloads are enabled in an application is if you call EnableAutoupdate(). So just delete that function call.
by rnixon
Fri May 06, 2016 10:14 am
Forum: NetBurner Software
Topic: Slow Ping Response from MOD5270 with MOD5270factirydemo
Replies: 8
Views: 6402

Re: Slow Ping Response from MOD5270 with MOD5270factirydemo

Do you have more than one network interface, such as wired and wifi? If so, are they on different subnets? What is the IP address and mask for each interface?
by rnixon
Fri May 06, 2016 8:04 am
Forum: NetBurner Software
Topic: Slow Ping Response from MOD5270 with MOD5270factirydemo
Replies: 8
Views: 6402

Re: Slow Ping Response from MOD5270 with MOD5270factirydemo

For comparison I ran a ping test on the same factory demo code and got the following results: Pinging 10.1.1.107 with 32 bytes of data: Reply from 10.1.1.107: bytes=32 time<1ms TTL=60 Reply from 10.1.1.107: bytes=32 time<1ms TTL=60 Reply from 10.1.1.107: bytes=32 time<1ms TTL=60 Reply from 10.1.1.10...
by rnixon
Wed May 04, 2016 5:05 pm
Forum: NetBurner Software
Topic: Slow Ping Response from MOD5270 with MOD5270factirydemo
Replies: 8
Views: 6402

Re: Slow Ping Response from MOD5270 with MOD5270factirydemo

Not sure I understand your post, but serial to serial does not involve the network. So what is the purpose of that test? I think the normal time is less than 1ms, which is pretty darn fast. The longer ones may be due to your PC doing an ARP request.
by rnixon
Tue Apr 26, 2016 11:57 am
Forum: NetBurner Software
Topic: SDCard maximum storage space
Replies: 3
Views: 3910

Re: SDCard maximum storage space

Your not using the function correctly to read the high bits. Take a look at the EFFS docs for that function call.