Mobile
blueui.txt
Associated article: Bluetooth & Remote Device User Interfaces
Tags: Mobile
Published source code accompanying the article by Richard Hoptroff in which he examines the FlexiPanel Bluetooth Protocol, a remote user-interface service for computers, electrical appliances, and other devices. Also see BLUEIU.ZIP.
Bluetooth & Remote Device User Interfaces by Richard Hoptroff Listing One // Bluetooth module is connected to serial port SER1 extern COM ser1_com; #define BTH_BAUD 12 // 115,200 baud for SER1 #define BTH_INBUFF 1024 // SER1 Input buffer size #define BTH_OUTBUFF 1024 // SER1 ...


