Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-30-2012, 10:18 AM
|
#1
|
LQ Newbie
Registered: Apr 2012
Posts: 13
Rep:
|
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.
|
|
|
04-30-2012, 10:29 AM
|
#2
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
I usually use kermit or minicom for hyperterminal-like serial communication
|
|
1 members found this post helpful.
|
04-30-2012, 11:45 AM
|
#3
|
LQ Guru
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,909
|
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.
|
|
1 members found this post helpful.
|
04-30-2012, 12:03 PM
|
#4
|
Senior Member
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420
|
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-
The graphical serial terminal is cutecom-
Code:
# yum install cutecom
|
|
1 members found this post helpful.
|
04-30-2012, 11:23 PM
|
#5
|
LQ Newbie
Registered: Apr 2012
Posts: 13
Original Poster
Rep:
|
Quote:
Originally Posted by suicidaleggroll
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
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
|
|
|
04-30-2012, 11:25 PM
|
#6
|
LQ Newbie
Registered: Apr 2012
Posts: 13
Original Poster
Rep:
|
Quote:
Originally Posted by Satyaveer Arya
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-
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 01:18 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|