View Single Post
Community Council | Posts: 680 | Thanked: 1,227 times | Joined on Sep 2010 @ Mbabane
#194
i can now send/receive data via
Code:
echo -n -e "<elm cmd>" > /dev/rfcomm0  ## e.g. AT@1, ATI
and the output is caught in another terminal with
Code:
tail -f /dev/rfcomm0
AT L1 command is very useful with the above setup so the ELM sends line feeds after each response. Now I don't need to depend on an Android device finally

Will be further investigating why pyobd eventually stops reading data

Last edited by sicelo; 2016-04-02 at 14:25.
 

The Following User Says Thank You to sicelo For This Useful Post: