• Timer and serial port
    I am doing a project and want to use both the serial port at 2400bps and timer 0 for timing ticking. for the serial: my setting is that: TMOD=0x20; TH1=-13; TL1=1; SCON=0x50; for the timer...
  • Ethernet port to serial port
    i am using MCBXC167 NET board i hav to take IP packets from ethernet port then add header to it then i hav to send it on serial port. how can i achive this plz.. hlp me..
  • Dual use of timers with serial port
    I'd like to find out if it is possible to use a timer for general purpose timing/counting and then configure it midway through the program for serial port baudrate setup,transmit data and then reconfigure...
  • Problem with serial port
    I've done a program using the simulated serial port. My program has to communicate with a PC using the 232 interface, so I use the simulated serial port for the monitor, and the 232 interface for 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...