Greetings all,
First up, i'm super new to FreeBSD, so please go easy on me.
(i'm rather familiar with Linux though)
I have a STM32 microcontroller based USB device that presents itself as a CDC VCP device.
I'm using ST's USB CDC device library.
On attaching the device i see in the kernel log:
On trying to use the VCP at /dev/cuaU0, data flows as it should for a random amount of time, and then fails.
The device works perfectly with both Windows and Linux, so this does appear to be a FreeBSD driver issue.
Does anyone has any advice on how I should go about solving this issue?
Thanks in advance!
First up, i'm super new to FreeBSD, so please go easy on me.
(i'm rather familiar with Linux though)
I have a STM32 microcontroller based USB device that presents itself as a CDC VCP device.
I'm using ST's USB CDC device library.
On attaching the device i see in the kernel log:
Code:
ugen0.2: <STMicroelectronics STM32 Virtual ComPort> at usbus0
umodem0 on uhub1
umodem0: <STMicroelectronics STM32 Virtual ComPort, class 2/2, rev2.00/2.00, addr2> on usbus0
umodem0: data interface 1, has no CM over data, has no break
On trying to use the VCP at /dev/cuaU0, data flows as it should for a random amount of time, and then fails.
The device works perfectly with both Windows and Linux, so this does appear to be a FreeBSD driver issue.
Does anyone has any advice on how I should go about solving this issue?
Thanks in advance!