Hello all, I have just noticed that the parallel port cable support is broken.
jtag> cable DLC5 parallel 0x378 Cable list begin .... Error: chain.c:107 urj_tap_chain_connect() syntax: parallel cable requires >= 3 parameters There is a checking for the argument count in the chain.c, which only allows to use cables with 3 arguments. This is a problem, because the command above should work. After removing this check the cable initialization works, but the help does not, and I have not found any sophisticated way how to patch it, because the cable is constructed only after the argument checking, and until then I cannot call the help method. Regards, Miklós ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
