Python Forum
equivalent commands - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: equivalent commands (/thread-12998.html)



equivalent commands - saeed_balk - Sep-23-2018

What is the equivalent of the following commands in python?
**huh** **huh**
setvect()
getvect()
inportb()
outportb()
**smile** **smile** **smile**


RE: equivalent commands - buran - Sep-23-2018

Well, it may help to share where (what language/software) these commands are coming from and what exactly they are supposed to do. Best would be to share what you want to do in greater detail and there is greater chance to get directions.


RE: equivalent commands - saeed_balk - Sep-23-2018

(Sep-23-2018, 05:35 AM)buran Wrote: Well, it may help to share where (what language/software) these commands are coming from and what exactly they are supposed to do. Best would be to share what you want to do in greater detail and there is greater chance to get directions.

These commands are used to work with interrupts and read and write byte from hardware in the c++/c language.
I AM used to work with interrupts and work hardware in the pythn