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
Win32::SerialPort - Reading Data
Collapse
X
-
Tags: None
-
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 -
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 pointsComment
Comment