Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-08-2008, 05:42 AM
Steven Woody
 
Posts: n/a
Finding a serial monitor tool

Hi,

I want to use a serial monitor program. After searched google, I found
two: serialmon and serlook, but the 'serialmon' seems too old and can
not run on my slack 12.0, on the other hand, serlook looks moderm but
I requires X. Since I need to run the program in a server without X,
so I need a monitor tool doesn't require X. Do you have any suggest?

Thanks.

-
narke
Reply With Quote
  #2 (permalink)  
Old 07-08-2008, 06:26 AM
Henrik Carlqvist
 
Posts: n/a
Re: Finding a serial monitor tool

Steven Woody <narkewoody@gmail.com> wrote:
> Since I need to run the program in a server without X,


Is that server the only machine on the networ? Otherwise you can log onto
that server from another machine with X and start the program on the
server displaying its windows over the network on the machine with X.

Something like this:

my_client> xhost +my_server
my_client> telnet my_server
my_server> export DISPLAY=my_client:0
my_server> /usr/local/bin/the_X_program &

Or, even better, use ssh to tunnel X:

my_client> ssh -Y my_server
my_server> /usr/local/bin/the_X_program &

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost

Reply With Quote
  #3 (permalink)  
Old 07-09-2008, 03:49 AM
Steven Woody
 
Posts: n/a
Re: Finding a serial monitor tool

On Jul 8, 2:26 pm, Henrik Carlqvist <Henrik.Carlqv...@deadspam.com>
wrote:
> Steven Woody <narkewo...@gmail.com> wrote:
> > Since I need to run the program in a server without X,

>
> Is that server the only machine on the networ? Otherwise you can log onto
> that server from another machine with X and start the program on the
> server displaying its windows over the network on the machine with X.
>
> Something like this:
>
> my_client> xhost +my_server
> my_client> telnet my_server
> my_server> export DISPLAY=my_client:0
> my_server> /usr/local/bin/the_X_program &
>
> Or, even better, use ssh to tunnel X:
>
> my_client> ssh -Y my_server
> my_server> /usr/local/bin/the_X_program &
>
> regards Henrik
> --
> The address in the header is only to prevent spam. My real address is:
> hc3(at)poolhem.se Examples of addresses which go to spammers:
> root@localhost postmaster@localhost


Ok, I will tried this method. But other machine on the local networks
are windows. I got cygwin, I will try.
Reply With Quote
  #4 (permalink)  
Old 07-09-2008, 04:55 AM
Henrik Carlqvist
 
Posts: n/a
Re: Finding a serial monitor tool

Steven Woody <narkewoody@gmail.com> wrote:
> Ok, I will tried this method. But other machine on the local networks
> are windows. I got cygwin, I will try.


There are X servers* for windows also that you can install. CygwinX is one
free example, Xming is another free example. They can both be used
together with putty which is an ssh program for Windows.

regards Henrik

*) The word server might sound a bit odd when it comes to X. An X server
is a program that serves other programs with keyboard, mouse and display.
So the X server is usually running on a network client from where you log
in to a network server to start a program. This program on the network
server connects to the X server on your network client to show its windows.
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost

Reply With Quote
  #5 (permalink)  
Old 07-12-2008, 04:28 PM
Theodore Heise
 
Posts: n/a
Re: Finding a serial monitor tool

On Wed, 09 Jul 2008 06:55:43 +0200,
Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> wrote:

> The word server might sound a bit odd when it comes to X. An X
> server is a program that serves other programs with keyboard,
> mouse and display. So the X server is usually running on a
> network client from where you log in to a network server to
> start a program. This program on the network server connects to
> the X server on your network client to show its windows.


This is a great explanation, thanks! I've always struggled to
wrap my mind around the client/server concept as it relates to an
x window process, and this helps a lot.

--
Theodore (Ted) Heise <theo@heise.nu> Bloomington, IN, USA
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:15 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109