hello i am trying to use ble uart example.
the thing is evrything is connecting pc side and phone but no data is showing on serial port.
anyone knows what is the problem??
thanks in advance
hello i am trying to use ble uart example.
the thing is evrything is connecting pc side and phone but no data is showing on serial port.
anyone knows what is the problem??
thanks in advance
the thing is evrything is connecting pc side and phone but no data is showing on serial port.
Which software you're using for testing serial port? You'll be able to see the bytes being sent from phone using RX characteristics.
However, you need to enable local echo if you want to see something on serial port while sending using TX characteristics.
i am using arduino ide and can't see anything blank page the baud is 115200 i am using phone side nrf connect and sending data from phone to pc through rx
hello again problem solved .
the problem was that i didnt define the rx and tx
thanx for the help
OK, good to know that.