• one-wire library for dallas devices
    Has a library been written? I'm mainly interested in the Search ROM command which will allow the code to detect how many devices are on the bus.
  • Question with DALLAS 1-wire bus device
    Folks …… I am working with a DALLAS 1-wire bus device and I am begging your help for the following problems: /* for initializing Device */ void INI ( void) { CHECK1 = Reset(); if ( CHECK1...
  • Wrong simulation time for Dallas DS89C420 ?
    Hi, here is code: void float_test( void ) { int a; float f; f=4.44; for(a=0; a<100; a++) f *= f/2.25; } I use simulator for simulating execution time of shown function. When I select...
  • Dallas 87C550
    Hello, I have got a problem with this dallas chip, need help. I install the mon51 like install 7,FF,0 and download to a flash ram. When I try mon51 accept the code from keil and run it. If want...
  • Ibutton dallas
    I am very very very very new to the c enviroment of keil ,yet I want to know a bit more ,Is There a Keil C lib help somewhere? Second ly I have tried to write to my intelligent lcd threw the Keil compiler...