; Module header definitions for the Serial port MIDI driver

title-string: SerialMidi
help-string: SerialMidi 0.02 Serial Port Midi driver  Pete Everett
date-string: 04 Jan 2024

initialisation-code: module_init
finalisation-code: module_term
vector-handlers: upcallv
service-call-handler: service_call 0x58
generic-veneers: service_callback, timer_callback, upcall_callback,
  driver1_info, driver1_init, driver1_receive,
  driver2_info, driver2_init, driver2_receive

command-keyword-table: module_command
  SerialMidi(,
    min-args:1,
    max-args:10,
    invalid-syntax: "Syntax:\tSerialMidi [-option [-option ...]]\n",
    help-text: "Syntax:\tSerialMidi [-option [-option ...]]\n"
"Options:\n"
  "\t-i   information on port connections\n"
"the following are for testing\n"
  "\t-o open log file in the current directory\n"
  "\t-c close log file\n"
  "\t-d<x> x = the sum of the following values\n"
    "\t\t1 = log midi messages\n")

