LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   searching for equivalent softwares (https://www.linuxquestions.org/questions/linux-newbie-8/searching-for-equivalent-softwares-942569/)

tyaginitish1448 04-30-2012 10:18 AM

searching for equivalent softwares
 
hi guys,,
i am a student and i have got a project i which i have to trim down boss(bharat operating system solution based on linux) according to my need..this is first requirement.. second is to add the device drivers for softwares like hyperterminal,data transfer utility e.t.c.

plz help and guide me in finding the sorce code for softwares equivalent to hyperterminal and data transfer utility.

suicidaleggroll 04-30-2012 10:29 AM

I usually use kermit or minicom for hyperterminal-like serial communication

wpeckham 04-30-2012 11:45 AM

Hypertermand file transfer
 
The linux version of Putty works for me.
It has no modem or long-distance definitions, but allows sessions via serial, ssh, or telnet. It also comes with PSFTP and PSCP. Between those and the native OpenSSH tools (ssh, sftp, scp and rsync there are very few file transfer needs unanswered.


I have used lftp for scripted transfers at time, as it has interesting automation options the other tools lack.

Your requirement is somewhat special.

Unless you face very complex issues, I would simply use OpenSSH for most such purposes. If you need a tool for serial communication, options include minicom and putty. Research a bit and pick the smallest that will serve the purpose.

Satyaveer Arya 04-30-2012 12:03 PM

Hyperterminal equivalent.
 
There are two alternatives to hyperterminal, first is command line based and second is graphical based.
You can install it using-
Code:

# yum install minicom
which is command line tool. To start it-
Code:

# minicom -s
The graphical serial terminal is cutecom-
Code:

# yum install cutecom

tyaginitish1448 04-30-2012 11:23 PM

Quote:

Originally Posted by suicidaleggroll (Post 4666830)
I usually use kermit or minicom for hyperterminal-like serial communication

thanks a lot

---------- Post added 05-01-12 at 09:54 AM ----------

Quote:

Originally Posted by wpeckham (Post 4666869)
The linux version of Putty works for me.
It has no modem or long-distance definitions, but allows sessions via serial, ssh, or telnet. It also comes with PSFTP and PSCP. Between those and the native OpenSSH tools (ssh, sftp, scp and rsync there are very few file transfer needs unanswered.


I have used lftp for scripted transfers at time, as it has interesting automation options the other tools lack.

Your requirement is somewhat special.

Unless you face very complex issues, I would simply use OpenSSH for most such purposes. If you need a tool for serial communication, options include minicom and putty. Research a bit and pick the smallest that will serve the purpose.

thanks buddy

tyaginitish1448 04-30-2012 11:25 PM

Quote:

Originally Posted by Satyaveer Arya (Post 4666886)
There are two alternatives to hyperterminal, first is command line based and second is graphical based.
You can install it using-
Code:

# yum install minicom
which is command line tool. To start it-
Code:

# minicom -s
The graphical serial terminal is cutecom-
Code:

# yum install cutecom

thanks a lot,,i will try this out


All times are GMT -5. The time now is 12:23 AM.