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.

RS232 - HD Mediaplayer ProCLD 750
#2
Try this event script. Writing True sends Next command, False sends Prev command.
Code:
value = event.getvalue()

if value then
  cmd = 'NEXT'
else
  cmd = 'PREV'
end

port = serial.open('/dev/RS232', { baudrate = 9600 })
port:write('@00:' .. cmd .. '$')
port:close()
Reply


Messages In This Thread
RE: RS232 - HD Mediaplayer ProCLD 750 - by admin - 2 hours ago

Forum Jump: