From: Ashikali Ashikali Date: 2009-08-12T22:04:44+09:00 Subject: Re: ruby thread is buggy while using serialport Ashikali Ashikali wrote: > Roger Pack wrote: >>> I have to inform you another problem . Al though I am using Thread for >>> one serial >>> port let us say /dev/ttyPS0 . >>> >>> It is blocking another serial devive /dev/ttyPS2 . I could not >>> understand why thread is blocking another serial device too while using >>> serialport library . >> >> Are they both being read from within the same process, in different >> threads? >> -r > > yes , of course . > > Please have look on attached modemThread.rb file . One port is in same process another one in therad . please go through the attached modemThread.rb in previous . -- Posted via http://www.ruby-forum.com/.