This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Read RS232 send to KNX Group adress
#1
Hi.

Is it anyone who knows how to read from RS232 and send forward to a KNX group adress.

i will receive 4 different values that should call for a scene on the KNX side....

0/r, 1/r, 2/r and 3/r, i have seen some script examples but how do i make it send to the KNX group adress

require('serial')
port = serial.open('/dev/RS232', {
  baudrate = 38400,
  databits = 8,
  stopbits = 1,
  parity = 'none',
  duplex = 'full'
})


This must be to open the port, but the rest i don`t know how, i think it must be some "port:read" and  "write to"

Best regards
Reply


Messages In This Thread
Read RS232 send to KNX Group adress - by AndersH - 27.01.2021, 13:05

Forum Jump: