1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RS-232C > 表記 > 9600 8N1 > 9600bps / パリティなし / データ長8ビット / ...

Last updated at Posted at 2015-09-11

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.

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?