Background Reading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lavida
    New Member
    • Mar 2007
    • 6

    #1

    Background Reading

    Hi All

    I was looking for how to read barcodes in background from a wifi reader
    using VB6. my barcode scanner is a wifi reader. When reading, does the
    incoming data goes to the COM port? even if there is nothing linked to the
    COM port??

    Can anyone point me to some tutorials on how to do this ? Also I would like
    to learn about the process of reading from a wifi reader ??

    I found this thread :
    http://www.thescripts. com/forum/thread13369.htm l .
    It talks about some tools (BC-Wedge or WinWedge), I was wondering whether this BC-Wedge or WinWedge works with a wifi barcode scanner (Which doesn't have a serial port) ???

    I intend to use a VB6 program, that will be executed in my LXE MX7 reader, from a terminal service window.

    Many thanks in advance.
    Any help is too much appreciated.

    Lavida
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    If your reader is not connected to the com port it will not send data through the com port. A wifi device will have a n ip address on your network

    Comment

    • lavida
      New Member
      • Mar 2007
      • 6

      #3
      Many thanks for your reply.

      Actually, it does have an IP Address, and that is making me confused, coz I don't really know where the incoming data goes to?? I guess to the keyboard buffer !!!! If so, how to read it with VB6??

      Tanks again

      Comment

      • willakawill
        Top Contributor
        • Oct 2006
        • 1646

        #4
        Originally posted by lavida
        Many thanks for your reply.

        Actually, it does have an IP Address, and that is making me confused, coz I don't really know where the incoming data goes to?? I guess to the keyboard buffer !!!! If so, how to read it with VB6??

        Tanks again
        You need instructions for the device. Which ip address is it sending data to or is it waiting to be polled?

        Comment

        • lavida
          New Member
          • Mar 2007
          • 6

          #5
          I have no manual/User guide for the device, that's why I need to figure it out myself.
          I want to start with the keyboard buffer : I want to code with VB6 to read what's in the keyboard buffer. Is it possible??

          Comment

          • willakawill
            Top Contributor
            • Oct 2006
            • 1646

            #6
            You can't figure it out for yourself. You need to poll the ip address and communicate with the device. Do a google search for the manual

            This will give you an idea of how it works

            Comment

            • lavida
              New Member
              • Mar 2007
              • 6

              #7
              I do communicate with the device. I have access to my servers from this scanner via "Remote Desktop Connection" running on the scanner.
              I just need the code to read the keyboard buffer, to test

              Comment

              • lavida
                New Member
                • Mar 2007
                • 6

                #8
                You'll find hereafter more details about my barcode scanner :
                http://www.lxe.com/pdf/MX7Datasheet.pd f

                Comment

                • willakawill
                  Top Contributor
                  • Oct 2006
                  • 1646

                  #9
                  Originally posted by lavida
                  You'll find hereafter more details about my barcode scanner :
                  http://www.lxe.com/pdf/MX7Datasheet.pd f
                  If you look under 'Optional Software' you will see SDK with Microsoft® & LXE APIs
                  This is what you need

                  Comment

                  • lavida
                    New Member
                    • Mar 2007
                    • 6

                    #10
                    How can these tools be useful to me ??

                    I need to code this with VB6.

                    Comment

                    • willakawill
                      Top Contributor
                      • Oct 2006
                      • 1646

                      #11
                      Originally posted by lavida
                      How can these tools be useful to me ??

                      I need to code this with VB6.
                      SDK is a software development kit. And it has microsoft APIs. I don't know what language it is written in. You will have to contact them to find out if it will work with vb6. These SDKs are usually either vb or c++.

                      Comment

                      Working...