Item |
Description |
Buad Rate | Set the transmission rate for the bits. Numbers are in bits/s. Note that the device connected to the PC that MTTTY is running on must have the same transmission rate. |
Parity | Parity is used for error checking. If error checking is a concern, parity should be enabled. See here for how Parity works in byte data transmission. |
Data Bits | The number of data bits to sent for each data payload. One can send a variaty number of bits in between a given start and stop bit. See references on how RS232 signal levels work. |
Stop Bits | This specifies the length of stop bits, which also specifies how close two successive data payloads. Stop bits are needed to indicate that the end of a data payload has occured. See references on how RS232 data packets are formatted. |
Flow Control | This specifies the type of handshaking signals used. It can vary from Hardware to Software. For example CTS is an active low signal specifing to MTTTY that it is Clear to Send. It is up to you to see how your device responds to these signals and when to send signal to the PC. |