Python Forum

Full Version: equivalent commands
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the equivalent of the following commands in python?
**huh** **huh**
setvect()
getvect()
inportb()
outportb()
**smile** **smile** **smile**
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.
(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