• Send File via FTP
    Dear All, I should read an device connected to serial port COM0 and send via ftp the data read. How do I send via FTP these data? I must first create a file? If yes ... How do? Thanks in...
  • HID Mouse keeps sending unneeded data!
    Hi, I've got my USB HID Mouse and Keyboard working perfectly. However, I can't seem to figure out how to prevent the device from sending unneeded packets whenever there is no movement (00 00 00 00...
  • STM32F4 HID Host Send data to custom device
    I want to send data to my custom HID device from STM32F4-Discovery (HID Host) I modify from STM32_USB-Host-Device_Lib_V2.1.0 My host was detected my custom HID device.But I don't know how to send data...
  • how to send the data from LPC2378 to PC Via USB
    hello to all i have LPC2378 Stk from olimex and IAR compiler can anybody tell me how to transmit the data from lpc2378 to Pc Via USb i tested the usbhidmouse demo i am new to USB protocol simultaneously...
  • Send and receive simultaneously via USART
    Hello Here is my USART's settings: USART_InitTypeDef USAR; GPIO_InitTypeDef GPIOStruc; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB |RCC_APB2Periph_AFIO,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1...