Instructions

Table Of Contents
Protocol Analysis
R&S
®
Scope Rider RTH
182User Manual 1326.1578.02 ─ 15
Format Suffix Example
Octal o
152o, DeviceName
Binary b
01101010b, DeviceName
The maximum supported word size for (unsigned) integers is 64 bits.
# --- Start of PTT file
@FILE_VERSION = 1.0
@PROTOCOL_NAME = i2c
# Following two lines are equal:
7,01h,Temperature
7,01h, Temperature
# A comma must be enclosed in double quotes:
7,01h,"Temperature, Pressure, and Volume"
# A double quote must also be enclosed in double quotes:
7,7Fh,"Highspeed ""Master"" 01"
# Following lines yield the same result:
7d,0x11,Pressure
7h,11h,Pressure
0x7,17d,Pressure
7,17,Pressure
9.2 I2C (Option R&S RTH-K1)
9.2.1 The I²C Protocol
This chapter provides an overview of protocol characteristics, data format, address
types and trigger possibilities. For detailed information, read the "I2C-bus specification
and user manual" available on the NXP manuals web page at http://www.nxp.com/.
I²C characteristics
Main characteristics of I²C are:
Two-wire design: serial clock (SCL) and serial data (SDA) lines
Master-slave communication: the master generates the clock and addresses the
slaves. Slaves receive the address and the clock. Both master and slaves can
transmit and receive data.
Addressing scheme: each slave device is addressable by a unique address. Multi-
ple slave devices can be linked together and can be addressed by the same mas-
ter.
Read/write bit: specifies if the master reads (=1) or writes (=0) the data.
Acknowledge: takes place after every byte. The receiver of the address or data
sends the acknowledge bit to the transmitter.
I2C (Option R&S
RTH-K1)