virtual-com-port
There are 12 repositories under virtual-com-port topic.
porrey/SoE
Serial Over Ethernet
microchip-pic-avr-examples/pic18f56q24-cnano-8bit-mdfu-client-mplab-mcc
GitHub Example for the 8bit MDFU Client Library using PIC18F56Q24 with a CNANO board.
microchip-pic-avr-examples/avr128da48-cnano-8bit-mdfu-client-mplab-mcc
GitHub Example for the 8bit MDFU Client Library using AVR128DA48 with a CNANO board.
microchip-pic-avr-examples/pic16f18446-cnano-8bit-mdfu-client-mplab-mcc
GitHub Example for the 8bit MDFU Client Library using PIC16F18446 with a CNANO board.
D3vicee/STM32_USB_CDC_Transmit_Example
How to send integer data with CDC_Transmit_FS. A program has been written that sends the counter value every second with the systick counter.
KareimGazer/GPS_TRACKING_FINAL_PROJECT
Embedded C Project with TM4C123G6PM launch Pad Microcontroller
lukewarm58/py_qr_scan_url
Simple script to open URLs baked into QR Codes using a USB barcode scanner.
vadrov/AT32F403ACGU7_clone_windows_desktop_virtual_com_port
Playing streaming video (motion jpeg). The server (computer) continuously takes screenshots of the desktop, encodes them in jpeg and transmits via VCP them to the client (microcontroller). The microcontroller decodes the image and displays it on the display.
microchip-pic-avr-examples/attiny1627-force-sensitive-resistor-with-12-bit-adc
In the example application, the ADC result will be sent to an android/iOS app over Bluetooth communication using the RN4870 Click board. The ADC result will also be sent to a serial terminal and a 4x4 RGB Click board is used to illuminate different LEDs corresponding to the applied force on the force sensor on the Force Click board
microchip-pic-avr-examples/avr128db48-timer-triggered-adc-sampling-mplab-mcc
This example shows how to configure the Analog-to-Digital Converter (ADC) to trigger a conversion on a specific event. The Timer/Counter type A (TCA) overflow is used to trigger the ADC sample accumulation and ADC result is transmitted through USART.
microchip-pic-avr-examples/pic16f18076-intro-to-sleep-mplab-mcc
Project is a PIC16F18076 beginners guide to entering and exiting the device's sleep mode and a high level discussion on low-power techniques. It uses the PIC16F18076 Curiosity Nano and MPLAB X/MCC.
microchip-pic-avr-examples/pic16f18076-rw-external-memory-mplab-mcc
Example demonstrating how to do basic read and writes to external memory using the MSSP driver in MCC.