Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo ich hab ein kleines problem

Ich bastle ein Geschwindikkeitsprüfgerät das die Geschwindigkeit von meinen Moped etc. prüfen soll. Bei jeder umdrehung bekomme ich ein rechtecksignal das ich an den Computer schicke... Über paralellen port will ich das auslesen...

Dies ist ein Projekt für die Schule. Ich hoffe ihr könnt mir helfen

THX im vorraus

Bei jeder umdrehung bekomme ich ein rechtecksignal das ich an den Computer schicke... Über paralellen port will ich das auslesen...

das kann unter Umständen schwierig werden. Es wäre sinnvoller das ganze als synchronen Datenfluß mit passendem Protokoll zu verarbeiten

Phil

Ja dass ist mir wohl klar ... das problem ist hierbei das bei diesem Projekt gesendet wird ... sprich die LED'S werden angsteuert aber nicht ausgelesen.

aber trotzdem danke ...

Naja, im Link steht ja folgendes:

    

[DllImport("inpout32.dll", EntryPoint="Out32")]

public static extern void Output(int adress, int value);

Wenn du jetzt lieber senden willst, nimmst du einfach eine andere Funktion:

[DllImport("inpout32.dll",EntryPoint="Inp32")] 

public static extern int Input(int address);

[Edit]

Vielleicht hilft das mehr:

http://www.thaiio.com/prog-cgi/CshapeParallelPort.htm

[Edit²]

Normalerweise kann man auch "Dateien" an den Port schicken.

http://bytes.com/forum/thread408137.html

Bearbeitet von TDM

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.