Search Results

Search: Posts Made By: mvona
5,986
Posted By mvona
Could try this... #!/bin/bash i=1 ...
Could try this...

#!/bin/bash

i=1

while [ $i -le 197 ]
do
usearch -usearch_global file.$i -db db.file -strand both -id 0.5 -userout output.$i.tab
wait $!
i=$[$i+1]
done
916
Posted By mvona
A small script to do the same...
#!/bin/bash
#tailer.sh
if [ $# -lt "2" ]; then
{
echo "Sorry you need to pass the name of the first file followed by the name of the second file."
}
...
Forum: Ubuntu 10-13-2009
18,178
Posted By mvona
Putty in raw mode dosen't do it. I can use...
Putty in raw mode dosen't do it. I can use screen /dev/remserial1 and that works fine. I think I need to specify the baud rate and comm settings of the virtual device.
Forum: Ubuntu 10-12-2009
18,178
Posted By mvona
I used some command like echo " " >...
I used some command like echo " " > /dev/remserial1; chmod 777 remserial1

I use PuTTy allot. I will try the raw mode. I do know that the pseudo terminal is in raw mode, maybe that's the ticket....
Forum: Ubuntu 10-08-2009
18,178
Posted By mvona
Ubuntu 9.04 Serial application to telnet to serial device
Hello!

I am working on an application which reads environmental instruments which have serial ports. The application requires a serial port to be present to talk to the device (i.e. /dev/ttyS0 )....
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy