afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Enhance USB com port connection #29

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

It seems the USB VCOM will only work if USB plugged in at FCB startup and then only as long as it is kept plugged in.

Investigate how to make this functionality work whenever the USB is connected.

stenbergd commented 9 years ago

http://visualgdb.com/tutorials/arm/stm32/usb/

Look at VCP_write (but avoid recursion?) Only send max 64 bytes (USB CDC FS PACKET SIZE) at each packet transmission

stenbergd commented 9 years ago

Not sure the problem is in the device, but rather the PC host. Do some testing.

stenbergd commented 9 years ago

Closing.