lpc1768 mbed web

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

lpc1768 mbed web

Post by olzeke51 »

the latest Beta mbed web interface software - dated Sept 29 is giving me an error
Reloaded an earlier version and it works -( I do get an RTC message about the time being off.)
update: the RTC message is because the RTC values have reinitialized to default 0 -- no battery backup currrently
the Sept29 version seemed to work - but now its kaput
***** display message in the usb-terminal window *** is
Initialize Ethernet
Fault at &Haf42

Initialize Ethernet
Fault at &Haf42

Initialize Ethernet
Fault at &Haf42

**************
did a WinXP reboot and reloaded to make sure it still fails



olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

Re: lpc1768 mbed web

Post by olzeke51 »

using an earlier Beta that seems to work (I think the MAC is hardcoded)
I have recreated the 'simple.htm' from the screen shots in the ArmWeb section of Help,
but the "src=banner1.gif" is giving me issues- , All the forum references to "src=" don't
show any path names -- I tried ' \ ' '.\' '..\' without quotes to no avail.
I used windowsXP cmd dos-box to FTP them to the ArchPro -[ simple.htm & banner1.gif]
FTP dir shows them in there.
*
has the structure of the file area OR refencing it changed with the mbed design??

****** simple.htm **!!**!! I did leave off part of the info on the <!DOCTYPE ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Simple page
</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type>
</head>
<body>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
This is a simple page - Gary<br>
<br>
<img style="width: 504px; height: 86px; alt="plane" src="banner.gif"><br>
<br> ArchPro LPC1768 using Coridium ARMWeb software
updated 30 Sept 2014
<?BASIC print "RTC:- "?> //// this will generate an error - no program is running !
</body>
</html>

basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: lpc1768 mbed web

Post by basicchip »

I believe the help files state that a user program has to be running for embedded basic in webpages to be processed

olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

Re: lpc1768 mbed web

Post by olzeke51 »

My bad -- turns outs (even with all my checking) that I had the wrong filename - it was banner.gif not banner1.gif
Your tech support caught it.

Post Reply