Win32::SerialPort - Reading Data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saranjegan
    New Member
    • Feb 2007
    • 50

    Win32::SerialPort - Reading Data

    Hello, am using win32::serial port module to access my serial port , i have opened the port $serial_port = Win32::SerialPo rt->new ($port,1); i made some settings such as baud rate, parity etc.. But am in need how to read the values coming from it, and how to write the data, can any give some examples it will be usefull
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Unfortunately, I have absolutely no experience with this module, but looking at the cpan page for Win32::SerialPo rt, the page does have a section on the "Methods for I/O Processing". I would think you could use the examples there to do what you need to do.

    Hopefully someone else that has experience with this will respond, but in the interim, I would look at that page.

    Regards,

    Jeff

    Comment

    • saranjegan
      New Member
      • Feb 2007
      • 50

      #3
      Ok fine, since am new to perl i can't able to catch the points so quick, so i will be cool if any give your points

      Comment

      Working...