Created
February 22, 2012 21:23
-
-
Save ericc59/1887412 to your computer and use it in GitHub Desktop.
Redpark CableConnected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public override void CableConnected (string protocol) | |
{ | |
controller.Log("CableConnected, protocol: " + protocol); | |
controller.ToggleConnectionUI (true); | |
manager.SetBaud(9600); | |
manager.Open (); | |
controller.Log ("Connection opened"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment