• measuring time between two pulses
    Hi all, first time posting here. Ive got a most simple goal, measure the time between a bit going low and a second bit going low. I can only use P1, so Im assuming loop while p1.0 = 1 p1...
  • measuring time between two events ...?????
    Hi there... I would like to measure the time between two events. I think, I must use a timer in "counter mode" If I am on the right track..here goes my code: #include <REG167.H> #include...
  • Measuring the time between two breakpoint hits.
    Hello, Is there a more convenient way to measure the time between 2 breakpoints hits? So far, the only way I know, is to write down the current states or seconds indication, run the software and then...
  • How to set send and receive of same byte for UART
    Hi, I am implementing the J1708 spec. Let me know how to transmit a byte and receive the sane byte back. This is required to get the bus acess for transmission of actaul data.
  • Using RESET in Debug Script
    Hello, using the "RESET" command in the command window, the simulator works as expected. 1) Setting Breakpoint to function, setting variable values, reading variable values 2) Executing a RESET 3...