Specifications
Table Of Contents

Code for Third-Party Readers
34 SkyePlus™ MXH and MXU Multiplexer Reference Guide
Copyright 2008 SkyeTek, Inc. All Rights Reserved. Version 080715
Main.c
The following code in main.c shows the use of the mux_detect() and
mux_open_port() functions as defined in the mux.h and mux.c files. Contact
technical support to download source code.
#include “mux.h”
void main(){
unsigned char skyetek_mux, response;
skyetek_mux = mux_detect();
//to open port 0
response = mux_open_port(skyetek_mux, 0);
}










