Click to See Complete Forum and Search --> : Help with remote terminal window


ansivirus
01-21-2001, 06:59 PM
I have a Philips Velo 500 and I want to be able to have a terminal window through a serial link if anyone can help??? thanks.

-ansivirus

ndogg
01-21-2001, 07:35 PM
What do you all have on there? I don't know anything about this machine, but it would help if I knew what was on it.

------------------
Too much Sun can give you cancer. Windows break too easily.
Apples/Macintoshes can rot. BSD... sounds too much like LSD.
Penguins are the only animals sophisticated enough to wear a
tuxedo.


Linux, the only one with the Penguin.


http://ndogg.n3.net

ansivirus
01-21-2001, 07:39 PM
sorry it is windows Ce 2.0...

-ansivirus

iDxMan
01-21-2001, 08:45 PM
You want to have a terminal window on WinCE?

And by 'terminal' I assume you mean an old nasty serial terminal such as a wyse60?

Or is the serial "link" to another PC?


-r

ansivirus
01-21-2001, 10:19 PM
Sorry lemme be a little more clear.. I want to have a linux remote command prompt (something like telnet) through a serial cable connection to my computer but I need to know how to connect my velo to my linux box via the serial port and then get the command prompt on the Velo (if that makes any sense at all)

-ansivirus

iDxMan
01-21-2001, 11:19 PM
ah http://www.linuxnewbie.org/ubb/biggrin.gif Now that I did a bit of searching on what this velo actually is, I understand your question.

Seeing as how you can't run 16/32bit Windows programs, the option of "syncing" over TeraTerm (or something similar) then connecting via a com port is out. Setting up the linux side isn't a problem. Its finding something on the CE side..

Does CE come with HyperTerm (as 95 did)? If so I think that might work.

-r

iDxMan
01-21-2001, 11:48 PM
Check this out:
http://www.kc2eni.com/wince/packet_hpc.htm

I know, its for something completely different, BUT look at the "manual dial" window at the bottom of the page. Fairly crude, but it might suffice as a terminal window.

Here's my shot in the dark guess:

CE part:
Create a dummy modem that's set to COM1 (or whatever the external serial port is).
Do all the setup things mentioned in that page. (manual dial etc..)

Linux Part:
Now you have to setup a getty prog. I've used getty,mgetty, and agetty. Hell, just use what you have installed. (just don't use mingetty)

Edit /etc/inittab:

Put in something like:
s1:12345:respawn:/sbin/agetty 19200 ttyS0 vt100

or ttyS1 for com2. Then fire up your getty of choice with the above params, reboot, or change runlevels, whatever.

Now setup a new connection on CE (change baud to 19200,etc..) and try to connect..

Any luck?

-r



[This message has been edited by iDxMan (edited 21 January 2001).]

ansivirus
01-22-2001, 12:59 AM
Thanks man it is working.. I was close.. http://www.linuxnewbie.org/ubb/smile.gif I was getting it to connect via Remote connect not terminal.. DUH oh well.. http://www.linuxnewbie.org/ubb/smile.gif thanks for your replies..

-ansivirus