thanks franji1, but with these cables I still can't read the outputs on the device can I? That's what I'm really trying to accomplish, something simple like "output1=on" or "register2=543"
There are protocols previously mentioned where you can write software on your PC to go out COM9: (that's typical of some of these USB drivers) and query registers or write to outputs.
I would recommend Modbus, an industry standard, since that can be used on other PLC systems or even other "intelligent" devices (e.g. a valve that can be a Modbus Slave to your PC as Modbus Master). DirectNET is only useful with AutomationDirect's DirectLogic PLCs (like the 05), but that is also an option.
Note that there are software libraries and source code out there already for Modbus Master (so you would only have to write your "application"). DirectNET you would need to write the Master protocol yourself (the spec is available on ADC's website), or purchase an OPC Server (OLE for Process Control e.g. KepDirect, that runs on Windows) or some other similar product.