Bluetooth Serial
ページ分類
Arduino
ページ | 説明 |
---|---|
BluetoothSerial | Arduino core for the ESP32付属のサンプルプログラム(BluetoothSerial)を解説するページです。 |
BluetoothSerial::available() | Bluetoothシリアルポートから読み取り可能なバイト数(文字数)を取得する。 |
BluetoothSerial::begin() | Bluetoothシリアルデバイスを開始する。 |
BluetoothSerial::read() | Bluetoothシリアルポートから受信したデータを読む。 |
BluetoothSerial::write() | Bluetoothシリアルポートにバイナリデータを送信する。 |
BluetoothSerialライブラリリファレンス | BluetoothSerialライブラリリファレンス |
SerialToSerialBT | シリアルコンソールとBluetoothコンソールの間でデータ(文字)を送受信します。 |