Bluetooth problem

ygz12345

Member
Licensed User
Longtime User
i used designer to create a button. the code is as below.

Sub Activity_Create(FirstTime As Boolean)

Activity.LoadLayout("button1")
New

End Sub

i have load the layout "button1" then it will go to NEW.

so at NEW there i would like to check whether my button is trigger or not. If it is trigger, it will send 'W' through bluetooth .

How do i write the code for sending something through bluetooth ??

thanks

:sign0013: Im noob in this software
 
Last edited:
Top