Results 1 to 7 of 7

Thread: Write Programs for Wireless Barcode Scanner

  1. #1

    Thread Starter
    Addicted Member raptormanad's Avatar
    Join Date
    Oct 2008
    Posts
    224

    Write Programs for Wireless Barcode Scanner

    Does anyone have any recommendations for software that writes programs for wireless barcode scanners like the Symbol PDT 6800? Any help would be appreciated. Thanks!

  2. #2
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Write Programs for Wireless Barcode Scanner

    The Symbol PDT 6800 development kit is designed for C programming, so anything that does C programming would work like Eclipse.

    On the other hand, the Honeywell Dolphin 7600 scanner runs Windows Mobile 6, so you can actually program the thing in .NET using Visual Basic or C# since it uses the Compact Framework. I like to program for these scanners since I'm very familiar with Visual Basic already. When I was first handed one, it only took me about two weeks to have a fully functional application running on it. It even used a miniature compact MS SQL database to hold my transactions. Motorola has several scanners that run Windows Mobile as well.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  3. #3

    Thread Starter
    Addicted Member raptormanad's Avatar
    Join Date
    Oct 2008
    Posts
    224

    Re: Write Programs for Wireless Barcode Scanner

    Thanks for the info. Ever heard of WaveLink Studio?

  4. #4
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Write Programs for Wireless Barcode Scanner

    No, afraid I never used it (I Googled it though). It's probably pretty handy for developing on scanners that aren't running Windows Mobile. As long as your scanner is supported that is.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  5. #5
    Addicted Member
    Join Date
    Oct 2008
    Posts
    152

    Re: Write Programs for Wireless Barcode Scanner

    Im not sure what your referring to as writing software for wireless scanners. If you have a wireless scanner it should come with drivers needed to automatically input barcode scanned values into any control that can accept the text input.

  6. #6
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Write Programs for Wireless Barcode Scanner

    No, we're not talking "dumb" barcode scanners here. A "dumb" barcode device is nothing more than a keyboard type device. Open notepad, scan a barcode, the info appears in notepad as if you typed it out on the keyboard. Yes, they come in wired and wireless models.

    What we're talking about is referred to as a "smart" scanners; i.e. mobile computers. These things have CPUs and run a rudimentary OS. You can take them to remote warehouses far away from the main computer and use them to perform whatever scanning transactions you desire. Think of them as powerful pocket PCs with built in barcode systems.

    Thus, they run a piece of customized software which more likely than not, must be programmed to match the inventory control system at the site. They don't send data to the home-base computer immediately when you scan either. They dump the transactions into your network via a docking station, or one of the various networks they typically come equipped with. Bluetooth, 802.11, and even GSM phone networks are common on these things.

    Unfortunately, they have pricetags to match their power; some several thousand dollars. The most expensive one we ever bought to program for was about $5000.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  7. #7
    New Member
    Join Date
    Jan 2010
    Location
    Sydney, Australia.
    Posts
    1

    Re: Write Programs for Wireless Barcode Scanner

    Quote Originally Posted by raptormanad View Post
    Does anyone have any recommendations for software that writes programs for wireless barcode scanners like the Symbol PDT 6800? Any help would be appreciated. Thanks!
    Have you had any success programming the PDT6800?

    I am about to buy one off eBay for my company to help us with Stock Takes. I have scoured the internet for any info I can find, and your question came up in Google. (You're famous! )

    Were you able to create a program and run it on the PDT? I found QuickBasic 4.5 as a free download, and I figure for my very simple application (3 inputs - part# barcode, location barcode and qty keyboard input - then write to CSV, repeat) that this will be more than enough for what I need, since it can compile BASIC code to a DOS .EXE file.

    So how easy is it to transfer data/programs to/off it? Can modern computers still see the device on the network, or did you use a serial cable?

    Let me know how you are going with it all. Sorry to bombard you with all these questions, but seems like you have travelled down the same road ahead of me and would really appreciate any directions.

    Cheers from Australia.

    Mark

    Keywords: Symbol Barcode Scanner PDT 6800 PDT6800 Portable Data Terminal Wireless Program Basic DOS .EXE QuickBasic Stocktake

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width