Implementing I2C on Siemens TC65
Hi,
I need an assistance with I2c protocol, just some basic questions.
Do you need connector object, and connection to start and control I2C, or all control is done by AT commands ?
If You need connector and connection, what type of connection should I use.
And if it is all done by AT commands ... How do you control input stream only by AT commands ?!
An example code would be welcome, if not any help is appreciated.
Message was edited by:
zutikombi
[502 byte] By [
zutikombia] at [2007-11-27 7:10:32]

# 1
You'll need to use the at command's to do I2C on the TC65. I have never done it, so I can't help you with any code samples, but the at command pdf has some examples that should help.
# 2
AT commands require (example in Siemens TC65 AT command set) terminal program. (I don't have it in Java) ...
After issuing command AT^SSPI an stream connection is established. Send/reicieve until # sign occures ...
The true question is how to make stream readable in Java program ?!, probably trough connector and connection ... But how to configure it for I2C comunication ...