This is an old question that didn't receive the right answer, and I thought to put it with example.
I have a BT module (HC-6) that works perfectly between Windows PC and microcontroller. In Windows
I use VB6 MSComm1.
I tried to interface Windows with my mobile device using the chat example.
Sending from mobile to Windows is perfect and no problem
The headache is from the PC to the Android device.
VB Example is very simple:
MSComm1. Output = Text1.Text
text1 contains "This is a test"
I receive in the device different values like: "a test", or "s is a test", but never get the whole sentence
"This is a test"
Any help is appreciated as I must use VB6 in the Windows side and not B4J at this time.
Thanks in advance.
p.s.
I know there is a limitation in astreams when interfacing to windows, but any tricks or workaoroud is
highly appreciated.
I have a BT module (HC-6) that works perfectly between Windows PC and microcontroller. In Windows
I use VB6 MSComm1.
I tried to interface Windows with my mobile device using the chat example.
Sending from mobile to Windows is perfect and no problem
The headache is from the PC to the Android device.
VB Example is very simple:
MSComm1. Output = Text1.Text
text1 contains "This is a test"
I receive in the device different values like: "a test", or "s is a test", but never get the whole sentence
"This is a test"
Any help is appreciated as I must use VB6 in the Windows side and not B4J at this time.
Thanks in advance.
p.s.
I know there is a limitation in astreams when interfacing to windows, but any tricks or workaoroud is
highly appreciated.