|
Slink-e / CDJ Discussion Archive #1 Re: Reading slinke parallel portPosted By: Colby Boles <cboles@s...> In Response To: Reading slinke parallel port (Letcher Ross)
OK. I've made a new version of SlinkX which allows you to poll the parallel port and receive low-level events. All you have to do is load the lowlevel.cde file and send the parread[] command. You will get back a par[XX] message which tells you the port data in hex. I have also added a feature to send you back un matched IR / S-Link codes the way CDJ does. You can read about these things in the readme.doc file as well as the lowlevel.cde files. You code should look something like this: Private Sub Form_Load()
If (Slinkx.NumSlinkes < 1) Then MsgBox ("The server as found no Slink-es. This application cannot run.") End
devID = 1
Rem show unmatched data (this is a new option)
Rem demonstrate the use of low-level commands
Slink-e / CDJ Discussion Archive #1 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |