Using BluetoothChat to communicate with ELM327
问题 I am currently trying to communicate with an ELM327 OBDII bluetooth dongle via the BluetoothChat Sample Application. I am able to connect as I have changed the UUID, however I am only able to recieve the startup commands and the prompt ">" to send a command, whenever I try to send a command I get the following CAN OBDII:ELM327 v1.2a> Me:ATRV CAN OBDII:ATRV CAN OBDII:> CAN OBDII:? Now I read on here to append "\r" to the commands, however when I do this I get the exact same response. I am