|
Slink-e / CDJ Discussion Archive #6 Re: Anothe DVP-CX850 questionPosted By: Barry Gordon <bvgordon@d...> In Response To: Re: Anothe DVP-CX850 question (Jim Bercik)
I use the following IR sequence, and it seems to work most of the time. These are from a VB program but I think you will get the drift. To select a slot: SendDVDCmnd "DVD.FolderAll" delay 6000 slot = Format(DVDDB(i).slot, "0") For j = 1 To Len(slot) SendDVDCmnd "DVD.0" + Mid$(slot, j, 1) delay 750 Next j SendDVDCmnd "DVD.Enter" delay 6000 SendDVDCmnd "DVD.Enter" To start up the player the following sequence is used: SendDVDCmnd "DVD.Poweron" delay 1000 SendDVDCmnd "DVD.EasyPlay" delay 6000 SendDVDCmnd "DVD.Stop" delay 2000 SendDVDCmnd "DVD.Stop" delay 2000 SendDVDCmnd "DVD.Stop" Delays are in miliseconds, SendDVDcmnd send out the obvious IRcode. I do not have a disk in slot 1, but I am not sure that matters. I think if I didn't issue the Stop's it would play the disk in slot 2, I have been too busy to try it with a disk in slot 1. Timings could possibly be shortened, but I vacilate between 2 schools of thougt: "If it ain't broke, dont fix it", and "anal retentive personality". Responses To This Message
Slink-e / CDJ Discussion Archive #6 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |