Thread: Hardware connection

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    77

    Hardware connection

    I have a Problem in the hardware thingy
    i have now a cashcard reader, i have the driver also
    how can i link it to my program??
    wats the coding i need to read on in C++ and VB compiler ?

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Just check the whatchamacallit inside the thingamajig and make sure everything looks AOK. The code has been posted millions of times here, just do a board search on "machine".
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Communicate via a COM port.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. multiple forks in one client connection (ftpclient)
    By Dynamo in forum Networking/Device Communication
    Replies: 5
    Last Post: 01-16-2011, 12:41 PM
  2. reuse a socket connection
    By radeberger in forum Networking/Device Communication
    Replies: 0
    Last Post: 03-18-2009, 11:38 AM
  3. passing a connection to another process.
    By Kinasz in forum Networking/Device Communication
    Replies: 3
    Last Post: 10-09-2004, 05:34 PM
  4. Headers that use each other
    By nickname_changed in forum C++ Programming
    Replies: 7
    Last Post: 10-03-2003, 04:25 AM
  5. broadband connection problem
    By Shadow in forum Tech Board
    Replies: 9
    Last Post: 03-28-2003, 05:27 PM