Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tips on Python MIL-STD-1553

Tags:

python

Has anyone ever worked with MIL-STD-1553 in Python? How did you do it?

like image 304
Präriewolf Avatar asked May 07 '26 03:05

Präriewolf


1 Answers

If the 1553 interface has a Windows DLL, you can use the ctypes library to access it. I've done this for Python and my organization's 1553 products.

To start, I would write a quick test that accesses a DLL function that doesn't access the 1553 hardware, or accesses the hardware in a very simple manner. If that succeeds, then you know that you can access the DLL. Once you know you can access the DLL then you can work on getting the rest of the DLL functions to work in Python.

like image 61
John Lopez Avatar answered May 08 '26 17:05

John Lopez



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!