ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 308 of 545 2020-04-15
3.8.11. AT#I2CCF - Combined Format for I2C Writing and Reading
This command is used to write and read data to/from an I2C device using the I2C Combined Format. The
module acts as an I2C master.
[1] Hardware User's Guide of the used module
AT#I2CCF=<sdaPin>,<sclPin>,<deviceId>,<lenwr>,<lenrd>
The module, as master, transmits data to the slave and then, reads data from it through two
GPIOs. Transfer direction is changed when writing section is ended. After the write/read activity has
been accomplished, the GPIOs will not be restored to the original setting. Use #GPIO command to
see the status of the used GPIOs. To have information on GPIO pins refer to document [1].
Parameters:
GPIO number for SDA. To know the range use #I2CCF test
command.
GPIO number for SCL. To know the range use #I2CCF test
command.
address of the I2C device (7 bits). The Least Significant Bit is
used for read/write command, but in this #I2CCF
implementation, it doesn't matter if the LSB is set to 0 or to 1.
Address must be written in hexadecimal form without 0x.
10 bit address is also supported.
addressing range extended to 10 bit
After entering the command, and if <lenwr> > 0, the module returns the prompt ">" and
waits for the data to send. To complete the operation enter Ctrl-Z char (0x1A hex); to exit
without writing the message enter ESC char (0x1B hex).
Data must be written in hexadecimal form without 0x.
If data are successfully sent, the response is OK, otherwise an error code is reported.