|
From: Peter S. <pe...@st...> - 2012-11-19 18:17:51
|
h....@sa... wrote: > hi, how do i set the baudrate in wich i whant to communicate with a device? USB is a packet bus and not a serial port, so you don't set baudrates. If you have a USB-to-serial-converter then you don't use libusb, instead you use the kernel drivers, and you interact with that device using the kernel's TTY layer API, like for other types of serial ports. //Peter |