[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Serial I/O in MCL ?
- To: info-mcl@ministry.cambridge.apple.com
- Subject: Re: Serial I/O in MCL ?
- From: zimmerma@rzdspc17.informatik.uni-hamburg.de (Kai Zimmermann)
- Date: 21 Feb 1994 14:50:45 GMT
- Distribution: world
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Hamburg -- Germany
- References: <9402210748.AA01510@cambur.emse.fr>
Jean-Jacques Girardot (girardot@cambur.emse.fr) wrote:
...
: We have been looking through the documentation of MCL, and
: found no way to read from the serial port. Is this
: possible ?
: Has someone here already written a C foreign function
: to do such a Job ?
Hi.
You do not need C foreign functions.
Just load the serial-streams.lisp file from MCLs
example folder. After that you can use the serial
port like an ordinary stream.
Kai