Just hoping someone could assist me a bit on a project I've wanted to do for ages.
I have an old Panasonic AVE 55 video mixer that has a serial port for external control, and I really wanna make a MIDI Fighter style controller for it but using the serial interface.
My scouring of the net has led me to find some stuff, but I'm struggling to understand it.
Documents I've found have listed the op commands for it, I'm just not sure the best way to send them over serial.
Just hoping someone could assist me a bit on a project I've wanted to do for ages.
I have an old Panasonic AVE 55 video mixer that has a serial port for external control, and I really wanna make a MIDI Fighter style controller for it but using the serial interface.
My scouring of the net has led me to find some stuff, but I'm struggling to understand it.
Documents I've found have listed the op commands for it, I'm just not sure the best way to send them over serial.
The two characters, <>, identify the letters between the symbols are HEX. the <02> is a a STX, or start of text. The <03> is a HEX for ETX or end of text.
A quick Google search dug up this on github. It's some JavaScript code, I think! But it may help you.
I also found a user manual for the console that indicated that the serial port parameters were 9600,8,N,1. Ie No party rather than Mark parity. It also showed wiring of a cable to a really old 25-pin serial connector.
I've been using those pages you linked for reference, they are about the only info I can find on this thing, don't reckon there's too many playing with these things anymore lol.
I actually had a crack at getting that javascript running on a Raspberry Pi but got error after error. Once again I know bugger all about Java, I think the code used maybe outdated and node.js can't use it. Wouldn't know what needs changing though unfortunately.
This is a project I'm digging into to learn about all this stuff. I'm fine with Arduino programming but most of my knowledge comes from searching and finding others that have done similar things.
As there isn't much out there about this I'm kinda diving into the deep end, but if I eventually get it to work, I'd be pretty proud.
The second link in my previous post has a screenshot from Realterm. If the data shown in the screenshot is correct, then it shows you the a sample message.
I'm guessing that you need to send out the STX and ETX around your message and in theory you would be good to go.
EDIT: I think you need to send the command message like this: