To: | |
---|---|
Subject: | Re: [ts-7000] getting started |
From: | "Don W. Carr" <> |
Date: | Fri, 9 Mar 2007 16:11:36 -0600 |
You can have web pages update automatically with the following command:<META HTTP-EQUIV="refresh" CONTENT="5">In the example, it will update every 5 seconds. Really, this is just like a Linux Desktop, make it work on a desktop first, simulating the I/O, then move it to the little board. If you use a makefile, just switch the definition of the compiler as follows: CC=arm-linux-gcc -mcpu=arm9 CPP=arm-linux-g++ -mcpu=arm9 The cross-compiler is really easy to install, you just copy it in, and set a path to the executables, and it magically works!! You can write a CGI in C or C++, that communicates with your application, using message queues for example. To create a poor mans real-time display, just periodically generate an html file from C or C++, including the commands above (use file locks), there you have it. Let me know if you need code for a serial communications from C/C++, or more info. Oh, on some of the boards, they do not include the C++ libs, and you must copy that from the cross tools dir to the board. Don. On 3/9/07,
Roger R. Smith <> wrote:
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] TS-7400 kernel compile with SD support?, mwilson_acoi |
---|---|
Next by Date: | Re: [ts-7000] getting started, Jason Stahls |
Previous by Thread: | Re: [ts-7000] Re: getting started, Luis Ortega |
Next by Thread: | [ts-7000] TS-7400 kernel compile with SD support?, mwilson_acoi |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU