Hello TI,
I wrote a PC program to communicate with Bluetooth module which is connected to PCs serial port. I am observing the communication between two bluetooth modules via TI BLE sniffer tool.
I can send the basic commands (strings) to BLE module via serial port. Considering PC as Client and other BLE device as Server. when I send connection request, it scan the BLE advertisers and select and connect well. But later after getting CONNECTED state, i try to send any data/string, it wont accept that and do not communicate. I can see this in packet sniffer. when i send the data after getting connected, it wont show any data transferring in sniffer.
Is this the Serialport Issue Or BLE module issue? I did not understand. Please help. Thanks.