Skip to content

Instantly share code, notes, and snippets.

@YuuichiAkagawa
Created December 18, 2012 09:25
Show Gist options
  • Save YuuichiAkagawa/4326568 to your computer and use it in GitHub Desktop.
Save YuuichiAkagawa/4326568 to your computer and use it in GitHub Desktop.
FTDriver 9600bps, Data:8bit, Parity:ODD, StopBit:2
mSerial.begin(FTDriver.BAUD19200);
mSerial.setSerialPropertyParity(FTDriver.FTDI_SET_DATA_PARITY_ODD, FTDriver.CH_A);
mSerial.setSerialPropertyStopBits(FTDriver.FTDI_SET_DATA_STOP_BITS_2, FTDriver.CH_A);
mSerial.setSerialPropertyToChip(FTDriver.CH_A);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment