Talk:10369
From ElphelWiki
Clicking this:
http://192.168.0.9/i2c.php?width=8&bus=1&adr=0x5102
returns this:
<i2c> <width>8</width> <bus>1</bus> <slave>0xa2</slave>< <adr>20738</adr> <hex_adr>0x5102</hex_adr> <data>68</data> <rdata>68</rdata> <hex_data>0x44</hex_data> </i2c>
However, seconds cannot be '68', can they? It looks like the hex_data value is the actual seconds but presented in decimal not hex. 'data' and 'rdata' jump up when hex_data changes decade.
When clicking this link:
http://192.168.0.9/i2c.php?cmd=readCMOS
I get:
<i2c> <error>"Address (adr or raw) or width are not specified or are not positive."</error> <usage>"open URL: i2c.php?width=www&bus=bbb&adr=aaa&data=ddd"</usage> </i2c>