[Gambas-user] gambas and outportb

Benoit Minisini gambas at ...1...
Sat Jun 24 13:11:47 CEST 2006


On Friday 23 June 2006 10:16, mike webb wrote:
> 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 ??
>

See http://gambasdoc.org/help/howto/parport

Regards,

-- 
Benoit Minisini




More information about the User mailing list