RS-232Cの一般的な表記について調べた。
9600 8N1 (an example)
9600 8N1 - 9600 baud, 8 data bits, no parity, and 1 stop bit - is one of the more commonly used serial protocols. So, what would a packet or two of 9600 8N1 data look like? Let’s have an example!
上記には start bitについての記載はないが、リンクの画像ではきちんとstart bitが描かれており、以下の文章も下の方にある。
For every byte of data transmitted, there are actually 10 bits being sent: a start bit, 8 data bits, and a stop bit.