Hello.
I'm Thomas and I'm new user this forum. I have problem with transmision data via bluetooth. I have connect bluetooth module with MSP430 and tablet. I use :
Dim Strumien As AsyncStreams
Strumien.Initialize(Adapter.InputStream, Adapter.OutputStream, "Strumien")
MyReceiveData=BytesToString(Buffer, 0, Buffer.Length, "UTF8")
x=EditText1.Text ' adr1 device
Strumien.Write(x.GetBytes("UTF8"))
my msp430 have instruction if(buffer=80) then instructions}
so if i write in TextEdit value 80 MSP don't work
if I write in TextEdit value P (ASCIO 80) MSP430 working.
I want write toTextEdit value 80 because i must sending dex values not strings.
best regards
I'm Thomas and I'm new user this forum. I have problem with transmision data via bluetooth. I have connect bluetooth module with MSP430 and tablet. I use :
Dim Strumien As AsyncStreams
Strumien.Initialize(Adapter.InputStream, Adapter.OutputStream, "Strumien")
MyReceiveData=BytesToString(Buffer, 0, Buffer.Length, "UTF8")
x=EditText1.Text ' adr1 device
Strumien.Write(x.GetBytes("UTF8"))
my msp430 have instruction if(buffer=80) then instructions}
so if i write in TextEdit value 80 MSP don't work
if I write in TextEdit value P (ASCIO 80) MSP430 working.
I want write toTextEdit value 80 because i must sending dex values not strings.
best regards