In need of a serial port monitor

Discussion in 'The Lounge' started by sinkoman, Jun 24, 2012.

  1. sinkoman Party Escort Bot

    Member Since:
    Dec 2, 2004
    Message Count:
    7,531
    Trophy Points:
    82
    Location:
    Honolulu, Hawaii
    I'm writing a program that communicates with something through a serial port, and i'm in need of a good serial port monitor to make sure that everything is working as it should.

    I normally use this program called Free Serial Port Monitor, but it only works on x86 machines, and i'm currently working on a x64 windows 7 machine.

    So, anybody know of any good ones? (looks at raziaar)
  2. Krynn72 The Freeman

    Member Since:
    May 16, 2004
    Message Count:
    26,228
    Trophy Points:
    189
    Location:
    Connect and cut
    Is the 32 bit limitation because of the hardware or software? If the latter, maybe you could just boot off a MiniXP disk?
  3. sinkoman Party Escort Bot

    Member Since:
    Dec 2, 2004
    Message Count:
    7,531
    Trophy Points:
    82
    Location:
    Honolulu, Hawaii
    No clue, all I know is that their website notes that the program won't run on 64 bit machines, and that it won't run on mine.

    I hadn't thought of that though. It would probably work, but it'd be a pain to have to reboot every single time I compile. Do you know if you can run Visual Studio off a boot disc?

    It just seems like something that should exist though, you know?
  4. Krynn72 The Freeman

    Member Since:
    May 16, 2004
    Message Count:
    26,228
    Trophy Points:
    189
    Location:
    Connect and cut
    Yeah, I'm sure something exists, thought I cant help point you in any direction since I've never used anything like it. I'd guess you can't run VS through minixp though.
  5. Member Since:
    May 5, 2004
    Message Count:
    4,066
    Trophy Points:
    92
    Location:
    van Coevorden
    The ghost of open source software appears! Listen to its wails!

    Uuuuseeeee Liiiiiiiiiiiiiiinnuuuuuuxxxxx!

    Also um. I've seen a whole ton of DIY projects that employ serial ports. I'm pretty sure all you need is an input port, a suitable IC that'll manage the signals, and something like an LED array that'll light up for each pin. Hell, you could rig up a speaker, and send PCM signals at different frequencies for each pin.
  6. Raziaar I Hate Custom Titles

    Member Since:
    Sep 13, 2003
    Message Count:
    30,380
    Trophy Points:
    139
    Location:
    Bovine University
    Serial Port... sorry, I don't know of any. I do know Android SDK has a way to monitor all the data going on within a cell phone through USB... but that's the extent of what I've done.

    I've wanted to get into USB interfacing but I haven't really found good enough material to learn from it. Serial Ports are not something I've thought to monitor.
  7. TechnoHippyChic Companion Cube

    Member Since:
    Jul 23, 2003
    Message Count:
    1,616
    Trophy Points:
    94
    Location:
    Discombobula
    It specifically says on their website "won't run on sinkoman's machine"? They must really have it out for you.

    Have you tried this? There's a demo, $60 to buy.
  8. sinkoman Party Escort Bot

    Member Since:
    Dec 2, 2004
    Message Count:
    7,531
    Trophy Points:
    82
    Location:
    Honolulu, Hawaii
    Precisely. The footnote states "sinkoman must pay 40 dollars for the LITE version of our noncommercial license if he desires 64bit OS support... (cheap prick)".

    I was trying this earlier, and it works, sort of... The problem is that the demo version exits after some ridiculously low number of Tx's and Rx's have been processed. I don't remember just exactly how many it is, but it's few enough to where I have to reopen the program after 2 or 3 test runs, which really blows.

    I think I might just have to accept defeat on this one. Looks like everything i've found so far on via google costs money. It's a shame Portmon doesn't work on Win7 x64!