Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Anyone have vUSBGetByte() for USBCDC?

Posted by Bruce Wehr on July 19, 2006
Hello,

I am using the USBCDC task from the FreeRTOS lwip/Rowley demo project in a project of my own. I intend to use a terminal emulator for a quick and simple monitor task. But, USBCDC only impliments a vUSBSendByte() ... the is no vUSBGetByte() or vUSBByteAvail() (aka vUSBkbhit() :).

Now, I'm no USB expert, and I was just looking for a quick and simple solution. I suppose I could dig into it and write them myself, but time is of the essence here, and if anyone has these routines already and doesn't mind, I'd greatly appreciate being able to leverage your efforts.

Thanks!

RE: Anyone have vUSBGetByte() for USBCDC?

Posted by David Williams on August 12, 2006
How about this...

portCHAR cUSBGetByte( portTickType timeout )
{
portCHAR cByte;

if ( !xQueueReceive( xRxCDC, &cByte, timeout ) )
return 0;

return cByte;
}


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner