Marco
YaBB Newbies
Posts: 22
|
Hi, I'm trying to communicate with a slave MCU (Arduino) through the SRV protocol to the console software. I have no trouble writing data to the MCU (Arduino) through the SRV protocol, the MCU recieves that successfully. However if I try to read (request) a byte or word through the SRV protocol, my Slave MCU recieves a single byte cooresponding to the register address. I'm sure that it's supposed to be a request, however for some reason the ISR for onRequest will not fire, only the ISR for onRecieve. Does the SRV-1 require an ACK bit? Now I have managed to figure out that both use the 7bit I2C protocol, but is there any information about the I2C specifications used in the SRV-1? I'm trying to figure out if this is the SRV-1 or the Arduino. Thanks Marco
|