Flowcode USB Slave and Linux

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Flowcode USB Slave and Linux

Post by kersing »

In this article we will implement an USB device using the Flowcode (version 3) USB Slave component and access the device from Linux. The simple example application we'll implement accepts strings of up to 16 characters from the host and displays those on an LCD display. It also allows the host to query the state of some push buttons.

The article describes how to create both the PIC Flowcode program and the host software.

The complete article can be found in the attached PDF file. All example code is included in the ZIP file.
Attachments
usbslave_example_code.zip
Example files for the article
(18.26 KiB) Downloaded 684 times
Flowcode USB Slave and Linux.pdf
Flowcode USB Slave and Linux Article PDF
(129.67 KiB) Downloaded 842 times
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Post Reply