PDA

View Full Version : I2CREAD Timeout ?



BigWumpus
- 27th April 2005, 16:22
Hello,

is there any timeout in the I2CREAD-Command, if the device doesn't answer ?

Bruce
- 27th April 2005, 16:32
You can't assign a timeout period, but when used, the optional "label" will be jumped to if an acknowledge is not received from the I2C device.

Read the entire I2CREAD section in your manual for details.

BigWumpus
- 28th April 2005, 07:36
The "label" doesn't work!

So I have to code it manual like the tricky SERIN-Timeout too.