Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of KeyboardMouseSerialV2 by
Here is the windows vb.net source code for communicating with the mbed device with my KeyboardMouseSerialV2 Repository Program
Slave Driver Application & Source Code: /media/uploads/Elitism/slave_driver.zip
Slave Vector Plotting Tool (For Vector Mapping to 32767 HID_XY-Maximum Resolution: /media/uploads/Elitism/slave_vector_plotting_tool.zip
The drivers: /media/uploads/Elitism/mbed_serial_drivers.zip
Here is what the slave driver application looks like:
Here is what the slave vector plotting tool looks like:
When mapping, make sure your mouse is at its maximum vector on x and y axis then map the offset to 32767 :)
The connection is as follows:

Revision 3:86c5c710cdb3, committed 2012-06-14
- Comitter:
- Elitism
- Date:
- Thu Jun 14 21:15:35 2012 +0000
- Parent:
- 2:81bb99a2a231
- Commit message:
- Added DRCmbed comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jun 14 19:04:44 2012 +0000
+++ b/main.cpp Thu Jun 14 21:15:35 2012 +0000
@@ -134,6 +134,7 @@
char buf[256];
//List of avalable commands
+//DRCmbed <-- Sends an auto response back to the computer host computer (Ext app com port validation event)
//Type,Hello World <--Needs fix for spaces but can handle text the length how big the buffer is -1 = 255 bufferable characters
//Vector,1000,6000 <--Vectors can be anything you specify
//Click,LPress <--Holds the left mouse click down
