Feb 22, 2001 #1 ineptie Technical User Joined Jul 6, 2001 Messages 2 Location CA Hi, I need ton write a value to an I/O port (300h) How can I do this I think i as something to do with the OUT function but I can't find info's about how to use it correctly Can anyone help me Thanks
Hi, I need ton write a value to an I/O port (300h) How can I do this I think i as something to do with the OUT function but I can't find info's about how to use it correctly Can anyone help me Thanks
Feb 22, 2001 #2 Guest_imported New member Joined Jan 1, 1970 Messages 0 OUT &h300, value Upvote 0 Downvote
Feb 23, 2001 Thread starter #3 ineptie Technical User Joined Jul 6, 2001 Messages 2 Location CA Thanks Toshi It worked very well. Upvote 0 Downvote