Skip to content

shapoco/uart-over-midi

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 12, 2023 22:41
img
April 12, 2023 20:57
April 12, 2023 22:34
April 12, 2023 00:58
April 12, 2023 20:57

UoM: UART over MIDI

Overview

A protocol for transferring arbitrary byte sequences using MIDI.

Protocol

Basic Packet Format

Payload Encoding

Control Code Definition and Payload Format

Error Codes

Code Mnemonic Description
0 UOM_OK No Error
1 UOM_ERR_MIDI_RX_BUFF_OVFL MIDI Message Too Long
2 UOM_ERR_MIDI_INVALID_MSG Invalid MIDI Message
3 UOM_ERR_INVALID_MARKER Invalid UoM Marker
4 UOM_ERR_SYNTAX Invalid UoM Packet Format
5 UOM_ERR_INVALID_PARAM Invalid Parameter
6 UOM_ERR_INVALID_CTL_CODE Unknown Control Code
7 UOM_ERR_NO_FUNCTION Function Not Supported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published