Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / Visual Basic
Article

PT2000 Communication Utility

Rate me:
Please Sign up or sign in to vote.
1.73/5 (4 votes)
27 Jan 20062 min read 35.4K   483   10   5
Programing interface for the PT2000 Top Gun

Sample Image - PT2000ComUtil.png

Introduction

This is my first article so bare with me ;)
I was writing a program for a handheld device called the PT2000 TopGun
and was not liking the suport givin to me by the programs that are already
writen to comunicate with it. I contacted PSC (The company who builds the device) and they refered me to a program called XFer32. I started looking
at XFer and saw the dll file just siting there staring at me begging to be
used :)- ... so i contacted PSC again and was told that i could use it and
that it is basicly shareware, so i figured if its shareware why not share it
righ ? I wrote this wraper for it and it is working pretty good for me so far
(though i imagin it could use some improvment). There are a couple of issues that should be addressed before you use this though.

1.) The dll needs to be registered with the system on any comp you put it on
    so copy the PDTFiles directory into your C directory and in your
    form_load put this line of code:
    Process.Start("RegSvr32", "C:\PDTFiles\winxfer.dll /s")

2.) The most important...DO NOT try to put this code into a project and
    then take out the GNU...keep it open, if you needed it then somebody
    else probably does too, So dont steall from them.

3.) If you find anything better or find a bug let me know.

4.) Don't hold hold CodeProject or I responsible for any damages etc that may
    occure from using this code...its not there fault and I wouldnt do it
    on purpose.

5.) The example uses some Janus controls so if you dont have them you wont
    be able to build this. However, i already compiled it so you can run from
    the bin and you can view the code in your editor...it's fairly simple so
    if you want to re-write it using the regular windows form you could easily
    do so..

6.) Have fun...thats what its all about ;)-

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior) www.ruskin.com
United States United States
PC Programmer/Analyst

Comments and Discussions

 
QuestionAnyone out there using this? Pin
Polymorpher1-Feb-06 7:16
Polymorpher1-Feb-06 7:16 
AnswerRe: Anyone out there using this? Pin
kclark58210-May-07 5:39
kclark58210-May-07 5:39 
GeneralRe: Anyone out there using this? Pin
Polymorpher10-May-07 9:30
Polymorpher10-May-07 9:30 
GeneralRe: Anyone out there using this? Pin
kclark58215-May-07 5:54
kclark58215-May-07 5:54 
GeneralRe: Anyone out there using this? Pin
Polymorpher29-May-07 10:46
Polymorpher29-May-07 10:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.