• Data Abort after 522 seconds
    I'm having some trouble with a data abort error. I'm building a program to simulate the actions of a treadmill, and all is working fine (for now!) up until 522 seconds into the run time when the...
  • Second serial port - asynchronous UART
    I am trying to write code for the second serial port on the C167. I seem to be having major trouble. I have read that port pins 3.0 and 3.1 are Tx and Rx respectively and then from other sources that...
  • How to make a timer overflow after 0.5 seconds?
    How to make a timer overflow after 0.5 seconds? Please explain counters, and tell me how to configure the following registers, so that the timer overflows after a specified amount of time? TMOD TCON...
  • printf or scanf using Second UART in DS89C450
    Hi, I am interfacing PC + DS89C450 + GPRS where I will send AT command from PC terminal (serial port 0) and DS89C450 will send the command to gprs modem (via serial port 1). Then the reply will go from...
  • UART SIMULATOR
    Is there a way to enter hex values into the UART window in the simulator? I want to simulate the response of the application to a binary response from a controller, so finding equivalent (and type-able...