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