Search:

Type: Posts; User: electrodoc

Search: Search took 0.02 seconds; generated 32 minute(s) ago.

  1. Replies
    5
    Views
    14,933

    Re: Brilliant Anagram Command Line Program

    if any one is to blame for the placement of this code it's the writers of C, C++, C#, Visual C..

    and their unimaginative Naming convention of their programming Languages.

    I dunno.

    Where...
  2. Replies
    5
    Views
    14,933

    Brilliant Anagram Command Line Program

    Stumbled upon this little gem, years ago. Cannot find it anywhere Online now..

    The C Source code is included, You will have to compile your own .EXE file.

    It is not my code, Please read the...
  3. Replies
    4
    Views
    1,657

    Re: Presence of Train on Rail WeighBridge

    150 imperial Tons of Steel Pulling another Million or so Tons of Frieght or 250 grams of Hornby..??
  4. Thread: I/O port

    by electrodoc
    Replies
    6
    Views
    2,206

    Re: I/O port

    Hi.. I Had posted A Load of Info about I/O Interfacing A General Outline Of what you need is:-


    ...
  5. Replies
    6
    Views
    2,449

    Re: Camera to perform OCR

    I was looking into OCR And found IRFANVIEW with the OCR Plugin was Very customisable, Spam-Free and command promt / script friendly.

    as for a camera recommendation I Have only had REALLY good...
  6. Re: Loading a bmp file as a Binary input file and display it in a Picturebox

    http://www.irfanview.com It also has a full IPTC AND EXIF Database and you can use command line for almost all of its functions..

    a short snippet from the help file:--


    Its worth getting...
  7. Replies
    4
    Views
    1,137

    Re: Advanced search engine

    A Bit Off Topic.. But For A WEB OR LOCAL Search Tool..

    Fill in Google’s Advanced Search form. Then look at the search box on the results page For
    Clues To the Syntax For The Search string....
  8. Replies
    10
    Views
    1,017

    Re: get all directories in all o/s

    Command Promt..
    DIR *.* /S /AD>C:\MYDIRLIST.txt

    writes a list of all folders to a text file..

    There are ways to Manipulate the list But i forget the syntax. :confused:

    OR..
    tree...
  9. Re: Help wanted :How to output data to parallel port

    I See.. It sounds like 2 halves of a display panel I Built. How far does the Head move in 10 clocks.? and what minimum pulse length do the clocks need to be.?

    (I Wrote my first in Qbasic Too Lol),...
  10. Re: Help wanted :How to output data to parallel port

    Hi graham I've done a bit with the LPT Port. what is the code you have for the machine or what input does it require.. ie does it have its own data clock or does it rely on external data clock.?? are...
  11. Replies
    4
    Views
    3,340

    Re: RS232 "sniffer"

    http://www.sudt.com/en/ap/download.htm Seems To Be The Place.. I Had an I.R. Detector On my Serial Port And Got Readings Using This..

    Cheers.
  12. Re: Beat The Banker / Deal or No Deal Odds Calculation Help...

    Thanks for the input. Its more of a Pub style Game i was planning to do. The values I'd written are in Pence so 1p to 100 pounds. Possibly adding it to A Bingo ball Generator I Wrote some years ago...
  13. Beat The Banker / Deal or No Deal Odds Calculation Help...

    Hello.

    I'm trying to work out how the banker on the UK T.V. show "Deal or No Deal" Works out the Math of what Prize to offer a contestant

    If you haven't seen the show General description...
  14. Replies
    10
    Views
    5,621

    Re: To interface VB.6 and PIC microcontroller

    There's No Soul in these USB And PICs you know.. Ie you never Get to the Fundamental "RAW" Workings of the Logic that drives these things..

    There would need to be a variable width clock pulse of...
  15. Replies
    10
    Views
    5,621

    Re: To interface VB.6 and PIC microcontroller

    I dont think the project is complex enough to warrant Request to sends and clear to sends and data packets at Certain clock pulses and 12 volt positive and 12 volt negative supplys Running through...
  16. Replies
    33
    Views
    7,005

    Re: Simple Timer / Reminder program

    Hi i've just written a clearly coded timer to switch a light on/off the download link is at the bottom of here..

    all you would need to do is take out any line of code which contains the text " Out...
  17. Replies
    10
    Views
    5,621

    Re: To interface VB.6 and PIC microcontroller

    So the PC is going to Recognise a voice command..???

    and the PIC is Required process what.?

    How many voice commands.?

    And what do you want to control.?
  18. Re: Automatic power with parrallel port when clock hits a certain time

    Thanks for that Yowser.. I didn't know of that one myself.. Dunno how i got to be so lucky after so many reinstalls. I'm gonna go through any of my source which has BAS modules and isn't working to...
  19. Re: Automatic power with parrallel port when clock hits a certain time

    OK.. I've Been Racking My Brains About this.. If i remember right... You may need to check INPOUT32.DLL In Your System32 folder isn't Blocked. To Remedy this Navigate to
    the DLL.. You have to right...
  20. Re: Challenge: Pass a NULL Long to a COM Method

    Lol..
    I Read NULL.. Sending.. Com.. Then Quoted My Boolean Control Property I Was reminded of from Noticing those two words and thought I'd give it a mention.. Then Pin it on Gatesy if My Dyslexic...
  21. Re: Challenge: Pass a NULL Long to a COM Method

    Some of the controls ie Labels, Picyboxes Etc allow some kind off setting in the properties to set custom data Ie.. Pictures, General, Date.. etc


    And i recollect a Boolean Data value you could...
  22. Replies
    5
    Views
    961

    Re: Help with WHILE (# AND #) command

    Hello.
    You can use decimal instead of Having to use Hex..

    what you are Reading is port 957 Which is stuck At a value of 255 on my machine.

    After a glance in my system diagnostics i found...
  23. Re: Automatic power with parrallel port when clock hits a certain time

    I find the printer port Much more versatile than The factory built stuff.. But each to there own.. for instance.. You can literally get a 8 3mm RED LEDs off the front of a PC Case, Stick the + pin of...
  24. Re: Automatic power with parrallel port when clock hits a certain time

    OK....

    You Have downloaded and put the INPOUT32.DLL Into your \WINDOWS\System32\ directory..??


    I have Attached the DLL I use Just in case of some weird version mismatch.

    But providing...
  25. Re: Automatic power with parrallel port when clock hits a certain time

    Ahhh.. No. Slight confusion. The parmon.zip is a parallel port monitor and is a graphical representation of the state of the output/Input pins of the LPT Port.


    95545


    Basically Sits on...
  26. Re: Automatic power with parrallel port when clock hits a certain time

    It certainly does. inpout32 allows you to access any port using XP. including Internal clocks along with Mouse and K/B Interupts (Not that this does you any good as it locks The K/Bs & Mouse up.)...
  27. Re: Automatic power with parrallel port when clock hits a certain time

    Hello.. Just Up My street is the parallel Port.
    No. 1.. Put inpout32.dll into windows\system32..
    No. 2.. get this Monitor for the parallelport http://www.geekhideout.com/downloads/parmon.zip
    No....
  28. Replies
    19
    Views
    2,504

    Re: Need help on Coding - urgent

    How ya doing. I dunno if this is of any use I found this App on a trawl around the net When i was looking For some Methods of Interfacing..

    The software seems very Customizable, its FREEWARE and...
Results 1 to 28 of 28



Click Here to Expand Forum to Full Width