• 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..
  • serial port and timer
    Hi, I have a problem.I must send through the serial port the number 1 and the number 0 every second using a timer of the c167cs. Would someone know me to help?
  • 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...
  • SImulted serial port for monitor & interrupt
    Is it possible to modify the monitor code when using a 'simulated serial' port for the monitor connection to allow it to break the code using the Stop button? I have the simulated serial port running...
  • first byte in serial port is nonsense
    Hello, I'm using transmit interrupt to update the data for the serial port (ASC0) in XC164CM. The sent function and ISR are defined as following: void ASC0_vSendData_LCD(unsigned char *lcd_data...