From: Daniel Padilla (dproldan_at_telefonica.net)
Date: Wed Feb 16 2005 - 14:29:38 PST
Sonny,
That sample shows how to make a (very) simple serial terminal for
sending and receiving a small amount of text.
I talked about it because it's very easy to change the serial port, and
you could create, for example, 2 instances of the same program with
different names, using different serial ports and make a loop between the
minidin and the DB9 of the FreeDock, to see how it works.
You'll want to change a view called "vPort", in its second subview,
fiind something like:
{buttonValue: kHWLocBuiltInIR, //<-- this means Infrared Port
viewBounds: {left: 0, top: 16, right: 96, bottom: 32},
text: "IR (Port B)",
_proto: @202
};
and modify to:
{buttonValue: kHWLocBuiltInModem, //<-- this points to the second
serial port
viewBounds: {left: 0, top: 16, right: 96, bottom: 32},
text: "Second serial port",
_proto: @202
};
kHWLocBuiltInModem is the second serial port in the Interconnect, the one
that I think gets routed to the DB-9.
Good Luck!
Daniel
----- Original Message -----
From: "Sonny Hung" <sonnyhung_at_gmail.com>
To: <newtontalk_at_newtontalk.net>
Sent: Wednesday, February 16, 2005 10:53 PM
Subject: Re: [NTLK] FreeDock & RS-232
On Wed, 16 Feb 2005 22:29:05 +0100, Adriano
<adriano.angelillis_at_gmail.com> wrote:
> i think you will find what Daniel meant for on the link below:
> http://www.unna.org/unna/apple/development/Examples/Endpoints/
Adriano,
Appreciate it!
Hopefully I can figure out how to use it - I'm not up to speed on any
Dev items with the Newton yet... other than tinkering with the
insides.
-- God bless, Sonny Hung the Hung Family -- This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries Official Newton FAQ: http://www.chuma.org/newton/faq/ WikiWikiNewt for all kinds of articles: http://tools.unna.org/wikiwikinewt/ -- This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries Official Newton FAQ: http://www.chuma.org/newton/faq/ WikiWikiNewt for all kinds of articles: http://tools.unna.org/wikiwikinewt/
This archive was generated by hypermail 2.1.5 : Wed Feb 16 2005 - 15:00:02 PST