Jump to content
  • 0

JTAG HS1 - Python Automation


nacnud

Question

Hi,

 

I'm wondering what the best approach would be to get my python code to talk to an HS1 device?

 

My questions are:

 

1) What DLLs do I need to have on my target machine?

2) Should I create a PYD or can I speak to the library functions in a different way?

3) What is the latest version of the SDK ( Adpet?? ) and how are folks using it?

 

Thanks for any pointers,

Duncan

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

To answer my own question, and give you some feedback:

 

1) I wrote a Win32DLL and wrapped that up in BOOST interface that exposed a callable face for Python.

2) I just did an "import JtagDriver" in python and then I could use the class.

 

I just installed the Adept System and Adept Utils on the target machine and linked my DLL against the relevant libraries

 

Simple.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...