Panasonic AJ-D455
edgelitoc
Posts: 160
Has anyone program Panasonic DVC Pro AJ-D455 ..
0
Comments
- Chip
Button_event [dvcpro,180] //Play Button
{
Push:
{
send_string dvcpro,"02h,OPL,03h"
}
}
I'd try this unless someone else knows better..
Is this the format of sending commands to VTR Panasonic AJ-D455
Button_event [dvcpro,180] //Play Button
{
Push:
{
send_string dvcpro,"$02,'OPL',$03"
}
}
what is the pin configuration you used...from amx to DVCpro
- Chip