I want to create a widget button that can send an ascii code to a bluetooth device. there are 2/3 buttons i want to create. I'm no programmer. so I turn to those better schooled than i to help.
here are the commands
button 1: toggle button (this can be 2 different buttons if this is too much for one button) this os an on/off function
button press 1: sends ascii code "e" to bluetooth device "bluetoothbee"
button press 2: Sends ascii code "n" to bluetooth device "bluetoothbee"
button 2: Momentary button
button press 1: sends ascii code "g" to bluetooth device "bluetoothbee", waits 1000 mil sec, sends ascii code "p" to bluetooth device "bluetoothbee"
2 questions: Can this be done? i'm sure it can. What do i need to do to program this. I can currently use blueterm to send ascii to the BT device. but i need a button and the timer on button 2.
Thanks
-Dustin