Search found 14 matches

by cnth98
Mon Dec 03, 2012 2:01 pm
Forum: NetBurner Software
Topic: VLan
Replies: 3
Views: 2933

Re: VLan

No, I'm not using Java. Only HTML and some java script. Yes, all web pages are talking through port 80 alone. He's using the same browsers: FF, IE as we do. If there is filter between the module and his laptop, then it should either show or not show at all. But he said some pages show and some don't...
by cnth98
Mon Dec 03, 2012 1:29 pm
Forum: NetBurner Software
Topic: VLan
Replies: 3
Views: 2933

VLan

We've tested a product in our LAN. All the web pages and the NB server functions are fine. But one of our customer complain that some of the web page from the NB doesn't show up on their VLAN. If direct hook up to the NB with his laptop, it works fine. He's 500km away from the NB now and is frustrat...
by cnth98
Mon Dec 03, 2012 1:20 pm
Forum: NetBurner Software
Topic: VLan
Replies: 0
Views: 2684

VLan

We've tested a product in our LAN. All the web pages and the NB server functions are fine. But one of our customer complain that some of the web page from the NB doesn't show up on their VLAN. If direct hook up to the NB with his laptop, it works fine. He's 500km away from the NB now and is frustrat...
by cnth98
Wed Jul 18, 2012 11:35 am
Forum: NetBurner Software
Topic: Net Burner web server lock up problem
Replies: 2
Views: 2210

Net Burner web server lock up problem

Hi All,
I've encounter the web server lock up problem intermittently. My application is still running ok, but the web server does not respond to any web page request until power cycle the NB. How can the program detect the web server is out and force it to reboot?

Any help will be appreciated,
by cnth98
Thu Jun 07, 2012 2:04 pm
Forum: NetBurner Software
Topic: NNDK Release 2.5.3
Replies: 4
Views: 4831

Re: NNDK Release 2.5.3

After seeing all the good comment, I finally loaded the NNDK Release 2.5.3 and tested it with our about-to-release product. But I found a problem: Our board has a RTC real time clock chip. One of the web pages is to display the RTC and allow the user to set it up. I had the ajax code to request the ...
by cnth98
Wed Feb 22, 2012 8:51 am
Forum: NetBurner Software
Topic: get NTP time
Replies: 2
Views: 2437

get NTP time

Hi all,
The GetNTPTime(NTP_serverIP) returns a DWORD. How can it be converted to a tm structure?
Thanks in advance,
by cnth98
Tue Mar 29, 2011 10:50 am
Forum: NetBurner Software
Topic: NB hangs after replying to the post command
Replies: 19
Views: 11401

Re: NB hangs after replying to the post command

Never mind, I found the local buffer overflow problem in my routine.
Thanks for the help,
by cnth98
Mon Mar 28, 2011 12:57 pm
Forum: NetBurner Software
Topic: NB hangs after replying to the post command
Replies: 19
Views: 11401

NB hangs after replying to the post command

I had a sub-routine called by myDoPost(). It process the user submitted data, then reply with an html table with newly added data. But one out of four chances the NB hangs: the table didn't get display, and the browser is waiting and waiting.. Recall the IP and index.htm gives no response unless pow...
by cnth98
Wed Dec 22, 2010 12:07 pm
Forum: NetBurner Software
Topic: priority question
Replies: 9
Views: 5623

Re: priority question

I appreciate your help. It's not a problem for me to have the clock and EEProm to share the same spi bus. It's the sub-routine called by UserMain() that access the EEP got interrupted by the http server that's also accessing the EEP. I did try to put the OSCritEnter() and OSCritExit() around the rea...
by cnth98
Wed Dec 22, 2010 7:08 am
Forum: NetBurner Software
Topic: priority question
Replies: 9
Views: 5623

Re: priority question

Hi Dave, We studied your code. And still have some doubt in my application: In UserMain loop, it calls a subroutine that uses the qspi library to read clock and save data to eeprom. If the http server comes in and also need to read/write the eeprom at the same time, will it see the semaphore set by ...