Skip to content

A simple embedded project to hold four (4) in-memory clipboards on a microcontroller so I can copy and paste multiple things.

Notifications You must be signed in to change notification settings

Kiyoshika/Physical-Clipboard-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Physical Clipboard Manager

A simple embedded project to hold four (4) in-memory clipboards on a microcontroller so I can copy and paste multiple things.

MCU Client

This contains the code for the microcontroller which acts as a "client" USB device that sends commands to the server application to make a request to copy/paste with the clipboard.

Server

A simple "server" application that listens to commands from the MCU and interacts with the Windows API to manipulate the clipboard.

About

A simple embedded project to hold four (4) in-memory clipboards on a microcontroller so I can copy and paste multiple things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages