SimpleBGC Serial Control

Created September 23th, 2014

Purpose

Download

How to Use

Protocol Detail

TEK00023.PNG

115200bps = 8.68 us / bit (blue line width)

Start Bit 0

Stop Bit 1

The following figure shows 2 byte data transmission from Raspberry Pi.

In detail:

[Stop Bit] 0011 0110 [Stop Bit] [Start Bit] 0011 0110 [stop bit]

bit comes fliped. ex 0011(waveform) means 1100(data)

data: 1100 0110 1100 0110 in bit

0x0C 0x06 0x0C 0x06

Raspberry Pi is Little Endien. LSB comes fast before MSB.

So data is (MSB) 0x06, (LSB) 0x0C = 0x6C.

Photos

References