• strange chars are sent in serial port
    Hello, I'm using a function to send char through the serial port. Sometimes, strange words (i.e ascii code 0x8 <VT>) are sent. I would like to know if some registers could be altered while an interrupt...
  • How Can I sent to serial port a float?
    Hi! In my project i sent to serial port a int : unsigned int X; putchar(X); putcahr(X>>8); and everything to work OK!! but if i want change my data type and use float , i cant do ...
  • USBD_CDC_ACM_WriteData() replaces 0x0D with 0x0A in the sent data.
    Hi, I'm using the Keil USB library to implement a CDC ACM driver (Keil Middleware v7.3.0) to send data from my LPC4330 to a linux host. I'm sending an array of bytes to the host from the LPC4330....
  • ethernet port
    if thier anyone who can tell me how to read data from ethernet port using c with linux.
  • 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..