Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi There !

 

I am new at this Forum. I am from Germany, and hope to find here more help as in German Forums. I can´t speak English very well, I am only 15 Years old, and had a bad English Teacher :-)

 

I am trying to solve some Problems, everthing get sometimes. I´d like to program "new" Tools and love it to try everthing :-)

 

I wantet to program an Interface. (Taffic-Lights)

 

It think this is a good basic for learning the Basics.

Note: I am using Visual Studio 2005.

 

I tried to use the following code:

 

    Public Declare Sub Out Lib "inpout32.dll"Alias "Out32" _         (ByVal PortAddress As Integer, ByVal Value As Integer)

 

I use to "execute" the code:

 

Out(&H378, 1) ' H378 for the LTP Port, 1 for the First Pin

 

But it will not work. I searched all the Web, and talked to a good friend, but we cant find a solution.

 

My Hope: You :-)

 

Maybe you know a good .dll, or Code to use it with. I waitet so long for my LED and so on, i dont want to wait very long :-)

 

Thanks for your help.

 

Dennis Petrasch

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...