Page 1 of 1
Type interface
Posted: Fri Aug 30, 2013 2:10 pm
by phoenixb
Hi,
I'm looking for some one that can help me with the next question, i have a PCB with a kind of bus communication (i think something over RS485) line on it (see picture) only i want to know if it's possible to monitor on this line.
Only i don't know what this is for kind of signal.

- Knipsel.JPG (91.36 KiB) Viewed 15147 times
Re: Type interface
Posted: Fri Aug 30, 2013 4:23 pm
by Merdeka
Looking at the IC it's HBS.
datasheet.eeworld.com.cn/pdf/MITSUMI/15 ... MM1192.pdf
Home Bus System.. a japanese standard.
Not much that I can find on it really. Protocol information etc etc...
What's it used for? Air Conditioning or something?
Cheers,
Timo
Re: Type interface
Posted: Sat Sep 07, 2013 2:30 pm
by phoenixb
Hi Timo,
That is correct it's for a AC unit.
And i want to try if it's possible to watch in that line.
Re: Type interface
Posted: Sun Jan 19, 2020 10:31 am
by ajn
phoenixb wrote:i want to try if it's possible to watch in that line.
I know the question is a few years old, but it is possible to watch the data on the HBS line using an MM1192-based circuit and an Arduino. More information on the protocol, schematics and software to do so can be found on
https://github.com/LenShustek/M-NET-Sniffer (Mitsubishi M-NET, analog circuitry) and
https://github.com/Arnold-n/P1P2Serial (Daikin P1/P2, Arduino and MM1192 circuitry).