Author Topic: serial comms package, very simple?  (Read 769 times)

Offline wedgetail

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2450
  • Any Bugs in site?
serial comms package, very simple?
« on: June 17, 2011, 10:21:54 PM »
I would welcome suggestions as to what serial comms program would be a suitable simple, agreeable and sheer pleasure to use instead of win Hyperterminal, this and I simple do not agree, I can not explain about hyperterminal but I have to get it out of my system.  (Easy now, I may have to use it until cd drive is fixed and more suitable OS can be installed, so this final destination pc will in the meantime have quiet corner to rest while experiments take place)

I have in the past used ProComm, Kermit and Screens ( which is in synaptic or was some time ago)

The idea from another pc run something that can talk to the serial port and then a dial up modem etc, I know I should know and a quick search failed too to trigger my memory.  

What do others use as favorites ??    :-[
32 bit: KDE (older) & various KDE-mini, ASUSTek P5P41D Rev X.0x, BIOS AMI0207 07/21/2009, "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz", nVidia GeForce 9600 GT, 2x1GB Seagate Technology 1000528AS HDD
TV CompuPro VideoMate Vista E700 (not working in Linux), Acer X243HD LCD Screen

Offline wedgetail

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2450
  • Any Bugs in site?
Re: serial comms package, very simple?
« Reply #1 on: June 18, 2011, 01:08:13 AM »
I am diving into {screen} but come to a bit of a hold:

Quote
[root@localhost gert]# screen -list
You are not the owner of /home/gert/tmp.

[root@localhost gert]# ls -l /home/gert/tmp
total 20
prwx------ 1 gert gert    0 Jun 18 16:38 4834.pts-6.localhost|
drwx------ 2 gert gert 4096 Jun 18 10:37 akonadi-gert.qprZzF/
drwx------ 3 gert gert 4096 Jun 18 10:37 kde-gert/
drwx------ 2 gert gert 4096 Jun 18 14:07 ksocket-gert/
drwx------ 2 gert gert 4096 May 26 01:45 pulse-7VI5uG1yhc3u/
drwx------ 2 gert gert 4096 May 26 09:29 pulse-avuaOb9vyJcX/
[root@localhost gert]#

This was supposed to be one of the easiest and safe starting check for me.

The last line was owned by root but I hastily chown to me.

Code: [Select]
[root@localhost gert]# chown gert:gert /home/gert/tmp/pulse-avuaOb9vyJcX/
[root@localhost gert]# ls -l /home/gert/tmp

Ah, yes I have just tried adding option -vR same result

Edit:

Code: [Select]
[root@localhost gert]# screen -list
You are not the owner of /home/gert/tmp.
[root@localhost gert]# exit
exit
[gert@localhost ~]$ screen -list
There is a screen on:
        4834.pts-6.localhost    (Attached)
1 Socket in /home/gert/tmp.

[gert@localhost ~]$


 :-\
« Last Edit: June 18, 2011, 01:14:01 AM by wedgetail »
32 bit: KDE (older) & various KDE-mini, ASUSTek P5P41D Rev X.0x, BIOS AMI0207 07/21/2009, "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz", nVidia GeForce 9600 GT, 2x1GB Seagate Technology 1000528AS HDD
TV CompuPro VideoMate Vista E700 (not working in Linux), Acer X243HD LCD Screen

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: serial comms package, very simple?
« Reply #2 on: June 18, 2011, 03:19:15 AM »
I would welcome suggestions as to what serial comms program would be a suitable simple, agreeable and sheer pleasure to use instead of win Hyperterminal, this and I simple do not agree, I can not explain about hyperterminal but I have to get it out of my system.  (Easy now, I may have to use it until cd drive is fixed and more suitable OS can be installed, so this final destination pc will in the meantime have quiet corner to rest while experiments take place)

I have in the past used ProComm, Kermit and Screens ( which is in synaptic or was some time ago)

The idea from another pc run something that can talk to the serial port and then a dial up modem etc, I know I should know and a quick search failed too to trigger my memory.  

What do others use as favorites ??    :-[


depends on what your are trying to do, for terminal emulation in windows I liked very much Tera Term:
original author page:
http://hp.vector.co.jp/authors/VA002416/teraterm.html
current development page:
http://ttssh2.sourceforge.jp/

AS

Offline wedgetail

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2450
  • Any Bugs in site?
Re: serial comms package, very simple?
« Reply #3 on: June 18, 2011, 03:57:49 AM »
as
Thanks I will have a look of curiosity.  However I have better stick with a Linux version, this why I am reviving whatever memory I have of {screen}  which I came to know about very early on when playing with Mepis 6, I have found out that it is not much I remember.

Right now I am having a look at gtkterm, that is simple more to my level but missing some logging feature I think ;D
32 bit: KDE (older) & various KDE-mini, ASUSTek P5P41D Rev X.0x, BIOS AMI0207 07/21/2009, "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz", nVidia GeForce 9600 GT, 2x1GB Seagate Technology 1000528AS HDD
TV CompuPro VideoMate Vista E700 (not working in Linux), Acer X243HD LCD Screen