[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Serial I/O in MCL ?



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