I2c address retrieval

Laurent

New Member
Hi all,

i have been working for three months to make a 40X2 communicate with a Teltonika TM2 GSM modem, using I2c interface. Picaxe is master, TM2 slave.
I am sure the TM2 works properly as I could set up a communication with the Picaxer through the UART

Unfortunately, as I was not aware of the specific TM2 I2c address (I even emailed the Teltonika CEO), I tried to communicate using the $00 address (global call). I was expecting the TM2 to reply.
It does not make sense, but I saw no signal on the data analyser at this specific address ($00). I tried with other addresses, casually, at least I saw the signal (address) sent by the master (and no response from the TM2 slave)

Your help is more than welcomed.
Laurent
 

hippy

Ex-Staff (retired)
Appears not to be I2C just plain serial
That is the impression I get from the documentation I glanced through. There appears to be an I2C interface but that may be for application use rather than control and configuration, I2C master rather than slave.
 
Top