• ethernet port
    if thier anyone who can tell me how to read data from ethernet port using c with linux.
  • 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?
  • 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...
  • Ethernet 2-Port Switch with Keil Ethernet MAC
    Need to implement a 2-port switch on a custom module and as the CMSIS 'Ethernet MAC' has been the cleanest/easiest to implement given the 3 choices (Keil, CycloneTCP, or lwIP) I would like to know of...
  • 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...