On Aug 26, 12:05 pm, cocka...@aussieisp.net.au wrote:
> > On Aug 26, 8:57 am, cocka...@aussieisp.net.au wrote:
>
[quoted text clipped - 19 lines]
> What sort of input/output to and from the PC to module/dev. kit can
> you get.
I don't quite understand what you are asking?
The kit comes with a programming cable that (from memory) connects to
the PC serial port. This is how you download to and debug programs on
the board.
> Can you program the module to output to the PC screen?
Using the programming/debugger you can I think during development,
using printf in your code.
But as a standalone module on your final application you would have to
use either the Ethernet port or one of the serial ports.
Serial port probably the easiest, just send out strings and use a
terminal program on the PC.
The Ethernet port would allow you to display data on say a web page
that you can view from any internet machine anywhere in the world, if
the module is TCP/IP enabled and connected to the net of course. It
mentions this capability on the product page:
http://www.dominion.net.au/index.php?a=&b=&c=&d=20-101-1112
Dave.
cockatoo@aussieisp.net.au - 26 Aug 2008 05:01 GMT
> On Aug 26, 12:05 pm, cocka...@aussieisp.net.au wrote:
>
[quoted text clipped - 46 lines]
>
> - Show quoted text -
Thanks for the info..