Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (GNU/Linux, *NIX, *BSD und Co) » Cpp und USB-Device (GPS)

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
08.04.2008, 16:30 Uhr
~NeyRoh
Gast


Hey Leute,

ich bin dabei ein Programm zu entwicklen, welche mit einer GPS Maus kommunizieren muss.
Jetzt nur die frage wie greife ich von Cpp auf das USB-Device bzw GPS Maus zu.

Schonmal vielen dank für euche Hilfe im Vorraus.

Ich habe mal ein bissel versucht und das is dabei rausgekommen, vlt hilft das ja noch als anhalspunkt


C++:
#include <iostream>
#include <fstream>

using namespace std;

int main()
{
  ifstream device;

  device.open("/dev/bus/usb/002");
  while(true)
  {
    cout << device << endl;
  }
  device.close();
  return 0;
}


nur irgendwie liefert das auch nicht dir richtigen ergebnisse ...

Grüße Neyroh
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (GNU/Linux, *NIX, *BSD und Co) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: