need help with "SerialPort" module

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default need help with "SerialPort" module

    Hi,

    I need to write a very simple RS232 script that sends a string (command) to
    my
    hardware, and receives the messages sent back for my hardware. I found the
    SerialPort_0.19 module
    However, I have not found much of documentation regarding the module. I want
    to know if
    any one has sample code on how to do a simple send and simple receive. So, I
    can use to get up to speed
    quickly.........

    Thanks in advance.

    -sm


    sm Guest

  2. Similar Questions and Discussions

    1. #32330 [Com]: session_destroy, "Failed to initialize storage module", custom session handler
      ID: 32330 Comment by: faithfulsoft at tiscali dot it Reported By: mfischer@php.net Status: Open Bug Type: ...
    2. "diameter", "has_a_cycle" problems in Graph-0.76 module
      Hello all, I have some problems with these two functions in Graph : "diameter" and "has_a_cycle". "diameter" works only at the first time it's...
    3. HOWTO - do local ppm module install (fix "Could not locate a PPDfile")
      for ActiveState Perl 5.6 at least. I am offering this from my experience this morning with an urgent need to install and use the Date::Calc module...
    4. Problem installing a perl module "File exists"
      Hello, i'm trying to install the Date::Simple module, but i have an error: $ tar xvzf Date-Simple-3.01.tar.gz Date-Simple-3.01/...
    5. #25451 [NEW]: OCI.dll error "Specified module not found" for both Oracle 8i and 7i OCI.DLL
      From: damien_heiser at cable dot comcast dot com Operating system: Windows 2000 SP4 PHP version: 4.3.3 PHP Bug Type: OCI8...
  3. #2

    Default Re: need help with "SerialPort" module

    "sm" <imfeaw5672@pacbell.net> writes:
    > I need to write a very simple RS232 script that sends a string
    > (command) to my hardware, and receives the messages sent back for my
    > hardware. I found the SerialPort_0.19 module However, I have not
    > found much of documentation regarding the module. I want to know if
    > any one has sample code on how to do a simple send and simple
    > receive. So, I can use to get up to speed quickly.........
    Here are two examples from code I've written:

    [url]http://search.cpan.org/src/GIFF/RFID-Base-0.004/lib/RFID/Reader/Serial.pm[/url]
    [url]http://whereabouts.eecs.umich.edu/code/serialserver.pl[/url]

    ---Scott.
    Scott W Gifford Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139