Skip to content

Commit

Permalink
2024/07/27 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 22, 2024
1 parent d0f8e65 commit fca932e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/ja/web/api/serialport/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: SerialPort
slug: Web/API/SerialPort
l10n:
sourceCommit: f7fe5c73572eb10466583d275c20cd6e55867455
sourceCommit: c29cee3dcb0d0e66093dd0c18aa82e0eab9d6d14
---

{{securecontext_header}}{{APIRef("Serial API")}}{{SeeCompatTable}}
{{securecontext_header}}{{APIRef("Web Serial API")}}{{SeeCompatTable}}{{AvailableInWorkers("window_and_dedicated")}}

{{domxref("Web_Serial_API", "Web Serial API")}} の `SerialPort` インターフェイスは、ホストデバイスのシリアルポートへのアクセスを提供します
`SerialPort`[ウェブシリアル API](/ja/docs/Web/API/Web_Serial_API) のインターフェイスで、ホスト機器のシリアルポートへのアクセスを提供します

{{InheritanceDiagram}}

Expand Down Expand Up @@ -48,7 +48,7 @@ l10n:

### ポートを開く

シリアルポートで通信を行う前に、ポートを開く必要があります。ポートを開くことで、サイトはデータがどのように送受信されるかを決めるために必要なパラメータを設定できます。開発者は、適切なパラメータを決めるために接続するデバイスのドキュメントを参照するべきです
シリアルポートで通信を行う前に、ポートを開く必要があります。ポートを開くことで、サイトはデータがどのように送受信されるかを決めるために必要なパラメーターを設定できます。開発者は、適切なパラメーターを決めるために接続するデバイスのドキュメントを参照するべきです

```js
await port.open({ baudRate: 9600 /* ボーレートを決める */ });
Expand Down

0 comments on commit fca932e

Please sign in to comment.