The output of a menu ring control is a number itself (u16). If
you were wondering how to make that number correspond to a different
number to be sent to your serial port, you can wire the output of
the menu ring to a case structure selector input, and then for each
menu case you can have a corresponding case structure case, in which
you can specify your particular output.
Hope this helps.