• 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.
  • 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...
  • 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...
  • Simulating Dallas 89C420, correct CPU timing
    We are developing an application for the Dallas 89C420 which has on-chip ROM. But switching the option "Use On-chip ROM" doesn't change the accumulated time "Sys/sec" in the simulator. What else do...