Symbol PDT 6846 Portable Terminal Logo

Related Topics:

Mark Jelic Posted on Jan 05, 2010

QuickBasic compiled program run on Symbol PDT6100 or PDT6800?

I purchased off eBay a PDT6100 and need to program it so I can use it during stocktakes. It is a DR DOS based portable computer with a barcode scanner. Will I be able to use something like QuickBasic to compile a program on my PC, transfer it to the PDT, and then run the program to automate the scanning and count entry?

1 Answer

Andrew Kowalski

Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

  • Contributor 65 Answers
  • Posted on Jan 25, 2010
Andrew Kowalski
Contributor
Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Sep 25, 2009
Answers
65
Questions
0
Helped
46942
Points
77

You need Manufacture provided Software Devepment Kit. I cannot attach a file here so let me know if you still need this.
You can always contact me directly [email protected] or 630-622-2024 toll free 866-271-9891 Ask for Andrew

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer
1helpful
1answer

What are the heirarchy of operation?

Hi,

The following information on "Hierarchy of Operations" was taken from Pages 45-46 of the "Microsoft QuickBasic 4.0: Basic Language Reference" manual for Versions 4.00 and 4.00b. This information also applies to the following products:

  1. Microsoft GW-Basic Versions 3.20, 3.22, and 3.23
  2. QuickBasic Versions 1.00, 1.01, 1.02, 2.00, 2.01, 3.00, 4.00, 4.00b, and 4.50
  3. Microsoft Basic Compiler Versions 5.35, 5.36, 6.00, and 6.00b
  4. Microsoft Basic PDS Version 7.00.
MORE INFORMATION The Basic operators have an order of precedence, that is, when several operation... loadTOCNode(1, 'moreinformation'); The Basic operators have an order of precedence, that is, when several operations take place within the same program statement (without being grouped by parentheses), some operations are executed before others. Operations are executed in the following order:

  1. Arithmetic operations

    1. Exponential (^)
    2. Negation (-)
    3. Multiplication and division (*, /)
    4. Integer division (\)
    5. Modula arithmetic (MOD)
    6. Addition and subtraction (+, -)
  2. Relational operations (=, >, <, <>, <=, >=)
  3. Logical operations

    1. NOT
    2. AND
    3. OR
    4. XOR
    5. EQV
    6. IMP
An exception to the order of operations listed above occurs when an expression has adjacent exponentiation and negation operators. In this case, the negation is done first. For example, the following statement prints the value .0625 (equivalent to 4^-2), not -16 (equivalent to -(4^2)): PRINT 4 ^ -2 If operators on the same precedence level appear in the same expression, they are computed from left to right.

For more information on the "Hierarchy of Operations," consult the Basic language reference manual for your version of Basic. Please post your feedback and Vote if the problem resolved as per your satisfaction.
0helpful
1answer

How to write a c progaram without using semicolon

The semi colon is a required element. C and C++ will not work without them. Depending on your compiler you may be able to set a compiling setting to use a different symbol to use instead of the ; but that is the default Language required end of statement symbol. Without it or something to replace it that the compiler understands there is no way for the program to know where 1 statement or command ends and the next begins.
0helpful
1answer

I have dv studio 2,it do not work whith w 7. what can I do? my camara is panasonic nv-ds28

Go onto ebay and purchase a video grabber. The software will enable you to download onto pc
1helpful
1answer

How to run digital fortran 6 on windows vista

Here is what I did. Open the DVD (right click and select Open), and then open the X86 folder. Run the Setup.exe file from there and it should install and work fine. I had an error during install near the end, but it seems to have done no harm. I compiled one of my old Fortran apps and it works fine.
0helpful
1answer

How to connect the PDT6800 to computer?

Product manual can be downloaded here
http://www.barcodesinc.com/symbol/pdt6800.htm
0helpful
1answer
1helpful
5answers

Can anyone tell how run java program in cmd prompt???

Hi,

You need to type:

If it's a program.class

java program

or of it's a program.jar

java -jar program.jar

regards
1helpful
4answers

Looking for a vista compatible c/c++ compiler

You can try MS Visual C++ 2008 Express which you can download free here:

http://www.microsoft.com/express/vc/

or there's the Open Source GNU /C++ suite:

http://gcc.gnu.org/
Not finding what you are looking for?

949 views

Ask a Question

Usually answered in minutes!

Top Symbol Computers & Internet Experts

ZJ Limited
ZJ Limited

Level 3 Expert

17989 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Ngoro

Level 3 Expert

3523 Answers

Are you a Symbol Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...