Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Delphi2I2c by
You are viewing an older revision! See the latest version
How To
PC FORMAT: 1.PC=>I2C 0BYTE - 'O' ($4F) 1BYTE - 総送信バイト数 2BYTE - I2C ADDRESS (R/Wは含まず ) 3BYTE - データ送信値 nBYTE - データ送信値[総送信バイト数-1]
戻り値 'T' 232C通信でエラー発生 戻り値 'S' I2C送信で送信成功 戻り値 'E' I2C送信でエラー発生
2.I2C=>PC 0BYTE - 'I' ($49) 1BYTE - 総受信バイト数 2BYTE - I2C ADDRESS (R/Wは含まず )
戻り値 'T' 232C通信でエラー発生 戻り値 'I' I2C送信で送信成功 戻り値 'E' I2C送信でエラー発生
3.I2C BUS速度決定 0BYTE - 'S' ($53) 1BYTE - 通信速度上位8BIT 2BYTE - 通信速度下位8BIT
戻り値 'T' 232C通信でエラー発生 戻り値 'S' I2C設定成功