[gambit-list] Is there a way to adjust serial port settings?
Marc Feeley
feeley at iro.umontreal.ca
Mon Jul 30 23:40:31 EDT 2007
On 30-Jul-07, at 11:26 PM, Marc Feeley wrote:
> The settings for serial ports (aka "ttys" in the Unix world) can be
> changed with the procedure tty-mode-set!. Here is an example on
> MacOS X using a bluetooth modem:
I should have added that you can also use the FFI to call up C code
that configures the serial port (with a call to tcsetattr on Unix, or
SetCommState on Windows).
Marc
More information about the Gambit-list
mailing list