04-24-2021 06:15 PM
hi all ,
it's for the first time that i work with the instrument M_bus mini master to send request and receive response , unfortunately i didn't find anu driver or exempls to follow for this purpose .
Any body had used this instrument , Can he provides me an exemple
thank you
04-26-2021 02:42 AM
Hi Haythem,
@Haythem96 wrote:
i work with the instrument M_bus mini master … unfortunately i didn't find anu driver or exempls
But you surely got a manual for that device!?
Read the manual, it should describe the communication scheme…
04-26-2021 05:25 AM - edited 04-26-2021 05:26 AM
The M-Bus Mini Master is in reality most likely the ZETA M-Bus Mini Master modul even if you got it somewhere else. Although I think its price is relatively steep, considering that it is most likely build around this schematic.
Basically this interface should use an FTDI FT232 or Prolific PL2302 chip as USB to serial converter and will then be installed under most modern OSes simply as a serial port. If it is indeed based on such a simple USB to serial port converter, you simply need to implement the M-Bus bit protocol using the VISA functions to access your (virtual) COM port..