login about faq

Is there anyone who has experience in RS232 communication from KNX who they want to share?

I am a total beginner on serial communication, but I understand that it is the only way to communicate with many audio/video systems.

What hardware do I need? and what should I learn about the RS232 standard (if there even is a standard)

asked Mar 10 '10 at 17:55

Nicke's gravatar image

Nicke
21112

edited Mar 14 '10 at 21:23

Admin's gravatar image

Admin ♦♦
25


As a KNX integrator I put the focus on audio/video and heating application. My background is the PLC-world and there are a lot of serial port communication options. So I was looking for something simular for KNX. In the beginning I wrote some code in visualisation application but I was not happy with it. To manie codes to write and if the PC isn’t running nothing is working. So i went looking on the marked and find something else. This KNX integrator brings some modules on the marked already prepared with what you ask. They wrote; NAD, Harmon-kardon, Rotel, marantz,… which I already used. I received the module and a list with KNX group’s addresses to import in ETS and up and running, no probs. It was very easy to implement, I lost no time and customers are happy. I can recommended it but it’s up to you. info= http://www.domotechnology.be/gateways.html

answered Mar 16 '10 at 22:21

Tom's gravatar image

Tom
211

You use: Zennio Skx-linker open Cytech

They use standard ascii codes

answered Mar 13 '10 at 09:44

Nuno%20Beir%C3%A3o's gravatar image

Nuno Beirão
722

RS232 (EIA232) is a standard but the standard only covers the electrical and physycal parts, not the protocols used on it. I.e. EIA232 defines cabel, connection plug and bitrate etc. - nothing more.

You need to find out what protocol the AV-device use, most likely it's simple text comands like "PLAY PLAYLIST_1" and then you need a device that sends standard text strings (ascii codes). For example Zennio's SKX open maps one 1-bit KNX message to a text string like "PLAY".

answered Mar 14 '10 at 18:58

Michael's gravatar image

Michael
211

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×8
×2

Asked: Mar 10 '10 at 17:55

Seen: 1,300 times

Last updated: Mar 16 '10 at 22:21