Hello I'm working on Android App that can read data from CAN bus. The interface I'm using is ELM327. The problem is that this interface uses Bluetooth. So I cannot read all the data from CAN bus because after half of the sec the buffer is full. The the interface is v. 1.4.7. And I am using Bluetooth terminal on Android. The commands I used:
ATZ -> to reset the interface
ATH1 -> set header
ATS1 -> set spaces
ATL1 -> Linefeeds on
ATAL -> Sets long message
Then I want to set delay for lets say 1 sec
ATST FF -> Set timout to 1 sec
ATSP 6 -> I'm using CAN so this is protocol no 6
ATCM 170 -> setting mask
ATCF 176 -> set filter
ATMA -> Monitor all
And using that there is no delay.. I will be grateful for any help! Thank you M.