[Gambas-user] gambas and outportb

mike webb mwebb at ...1362...
Fri Jun 23 10:16:13 CEST 2006


writing a program to control our air condition units in our factory.
have always used ms-dos and turbo c to control hardware.
in this case though, i need to access web pages on the Internet and 
extract our local temp.
might be best to use linux/gambas.
2 questions:
turbo c i use command outportb to  memory address 0x350 to 0x350 + 4.
so to turn all bits on at address 0x351 i would do this.
outportb(0x351,255);
does gambas have a command like this?
does linux allow direct memory address access ??





More information about the User mailing list