I am developping an Android app which will display CAN data using an ELM 327 in Bluetooth. Following the ELM 327 Datasheet, I can filter the received data by sending AT CRA hhh (hhh = CAN ID) before monitoring with AT MA. My objective is to display data from specific CAN IDs (for example 7A2, 250, 420...). I try to send many AT CRA hhh commands but just the last one is used by ELM. My question is: how can I set many CAN ID filters to the ELM327?
The ELM also accepts CAN filter and a maks commands with AT CF and AT CM, is it the solution?