• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

HID to serial

Started by BGy, October 29, 2012, 02:12:51 pm

Previous topic - Next topic

BGy

Dear Sirs,

I am interested in the HID to UART protocol. I the device is a HID and connected to my computer, and I can communicate with it via serial communication, how can I do this? Baudrate 19200. How can I connect and read datas?

Thank you!

hid1

October 29, 2012, 03:47:30 pm #1 Last Edit: October 29, 2012, 03:49:04 pm by hid1
Solution depends on your device.

Your device,  microcontroller with custom firmware ? 

You need HID device with uart port. Of course device must have enough ram buffer.
Receive and transmit will be completed by device uart port.  This data will be transfered again  via hid interface to/from pc.