By default the bluetooth module HC-05 sets baud rate at 38400, data bits 8, Stop bits 1 All schematics of this bluetooth module can be found at : http://pan.baidu.com/s/1o6BiNDS I used a USB-> TTL usb module connecting to the bluetooth module. Rx ->
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#. GitHub: https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/IRTM Image Reference https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/IRTM/Reference Connect
LIN 使用了 1 根线来进行通信,但是,它必须要参考 VBat 和 GND.离开这两个参考电平,并没有办法来判断线上的 bit 状态. 另外,根据经典的 LIN 驱动电路(一个 OC 门),RX 接收到的高电平,就是由 Vbat 通过上拉电阻提供:当 TX 为 1 时,下面的三极管打开,RX 电平被拉低.接收到的高电平就是下面提到的隐性位,总线上电平被拉低接收到的就是所谓显性位. 实际的要比这个复杂,但是,这个很好的说明了 LIN 的通信原理.右侧图中,就是 LIN BUS 连接的