Serial Communications Library
Copyright (c) 2005, Brian E. Heilig
Eiffel Forum License v2 (see license.txt)
-- A baud rate of 110 symbols per second.
-- A baud rate of 115.2 kilo symbols per second.
-- A baud rate of 1200 symbols per second.
-- A baud rate of 128 kilo symbols per second.
-- A baud rate of 14.4 kilo symbols per second.
-- A baud rate of 19.2 kilo symbols per second.
-- A baud rate of 2400 symbols per second.
-- A baud rate of 256 kilo symbols per second.
-- A baud rate of 300 symbols per second.
-- A baud rate of 38.4 kilo symbols per second.
-- A baud rate of 4800 symbols per second.
-- A baud rate of 56 kilo symbols per second.
-- A baud rate of 57.6 kilo symbols per second.
-- A baud rate of 600 symbols per second.
-- A baud rate of 9600 symbols per second.
-- Parity bit sent for each data word. The number of ones
-- in the data byte and the parity bit is always even.
-- An additional mark bit is sent for each data word.
-- No parity bit is sent
-- Parity bit sent for each data word. The number of ones
-- in the data byte and the parity bit is always odd
-- An additional space bit is sent for each data word.
-- 1 mark is sent for odd data words, and 2 marks are sent
-- for even data words, for an average of 1.5 marks per word.
-- A mark is sent for each data word, indicating the
-- end of the word.
-- 2 marks are sent for each data word, indicating the
-- end of the word.
-- Five data bits per word
-- Five data bits per word
-- Five data bits per word
-- Five data bits per word
-- Disables the DTR line when the device is opened
-- and leaves it disabled.
-- Enables the DTR line when the device is opened
-- and leaves it on.
-- Enables DTR handshaking. When in use the DTR line can not be
-- directly controlled.
-- Disables the RTS line when the device is opened
-- and leave it disabled.
-- Enables the RTS line when the device is opened
-- and leave it on.
-- Enables RTS handshaking. The driver raises the RTS line when the
-- "type-ahead" (input) buffer is less than one-half full and lowers
-- the RTS line when the buffer is more than three-quarters full.
-- When in use the RTS line can not be directly controlled.
-- Specifies that the RTS line will be high if bytes are available
-- for transmission. After all buffered bytes have been sent, the
-- RTS line will be low. Not available on Windows Me/98/95
Device Control Block (DCB) constants used by class COM_DEVICE_CONTROL_BLOCK