afry-south / dragonfly-fcb

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

Virtual COM port buffered input/output #27

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

Make use of FIFO buffers for data input and output over the virtual com port

stenbergd commented 9 years ago

FIFO buffers with RTOS queues implemented.

Possibly some bug on TX buffer wrap-around.

Solution for RX buffer/queue still needed.

stenbergd commented 9 years ago

Done!

Queue items with references to both FIFO buffers and common data arrays are now possible.