rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
913 stars 488 forks source link

Issue with ELM327 #818

Closed arildojr closed 8 years ago

arildojr commented 8 years ago

Hi,

I´m using here BUSMASTER software. I´m trying to send CAN data through a ES581 driver to a ELM327 OBD 2 Bluetooth Scanner. Although, I always receive “Bus Error” in message window when sending data. I basically use the USB ES581 (120 ohms resistor included) connected to the OBD port of ELM327 through CAN High and CAN Low pins. There is any issue of BUSMASTER related to ELM327 OBD 2? Do you guys know any specific configuration related to ELM327 OBD 2 in BUSMASTER?

Best regards,

RBEI-Prathiba commented 8 years ago

Please let us the know hardware used (ES581.2 or ES581.3). There is no such specific configuration required in BusMaster related to OBD 2, as BusMaster communicates with ES581 and it depends on the connectivity from ES581 to OBD port. To confirm the same, you could perform a test by connecting ES581 channels in loop back (with 120 ohm resistor) and check if you still receive error messages on transmission.

arildojr commented 8 years ago

ES581.3 Channels in loop back fixed my issue. Thank´s