simple rs232 control using TTL level
We have a HD410 player and need to control it by rs232 at TTL level.
1) We need to have a looping "intro" video I will call (file1.mpg)
2) we need to send command by rs232 to play either file2.mpg or file3.mpg
3) When commanded file is complete, file1.mpg should loop again.
4) rs232 needs to be 9600 baud or less.
I have spent a couple of hours looking at post on this site but am not sure what to do. I know this is super simple for you but I would appreciate it if you could let me know what is needed to make this work. Do I need to write a script or is this function built in?