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
RS232 - HD Mediaplayer ProCLD 750 - by epps - 20.04.2026, 11:47
RE: RS232 - HD Mediaplayer ProCLD 750 - by admin - 20.04.2026, 11:57

Forum Jump: