
hem
User
May 21, 2009, 8:50 AM
Post #1 of 1
(154 views)
|
Hi I want to start a serial port and log input of the session in a log file.I figured i can use $PortObj = tie (*FH, 'Win32::SerialPort', $Configuration_File_Name) || die "Can't tie: $^E\n"; ## TIEHANDLE ## Questions Is $Configuration_File_Name where my log will be saved ? How do i give the Com Port number in this case ? Thanks
|