• RS232 ASSIGN to Serial Window (uVision or dScope)
    Documentation (uVision or dScope): >The serial output may be also assigned to a PC >COM port using the ASSIGN command. Could anybody give a working example, how to do it for C167 microcontrollers...
  • RS232 ASSIGN to Serial Window (uVision or dScope)
    Documentation (uVision or dScope): >The serial output may be also assigned to a PC >COM port using the ASSIGN command. Could anybody give a working example, how to do it for C167 microcontrollers...
  • DJNZ instruction running simulator of DScope doesn't work properly
    Observing action single stepping through below code segment reveals that DJNZ instruction in div_loop doesn't decrement R6. On first loop execution it adds 16. The next loop through decrements. Susequent...
  • DJNZ instruction running simulator of DScope doesn't work properly
    Observing action single stepping through below code segment reveals that DJNZ instruction in div_loop doesn't decrement R6. On first loop execution it adds 16. The next loop through decrements. Susequent...
  • Eval. DScope, what tricks to getting Serial 1 to work?
    I can only get 0x0D to show up in my serial window. I can see the UART ISR get vectored to when I send and receive and the received char seems to be what I type. I just don't see any text from my message...