OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: Little_Goomba on June 06, 2005, 02:25:20 pm

Title: Serial Port Application
Post by: Little_Goomba on June 06, 2005, 02:25:20 pm
Well, it looks like the link for Zaurus Minicom is gone.  Does anybody have a minicom.ipk they can send me?
Title: Serial Port Application
Post by: omega on June 07, 2005, 04:31:34 am
Forum guidelines -> MAKE A SIGNATURE, please. ;-)

You need to specify what OS you are running and what version... If it's the sharp rom then I suggest killefiz...
Title: Serial Port Application
Post by: speculatrix on June 07, 2005, 08:08:59 am
Quote
Well, it looks like the link for Zaurus Minicom is gone.  Does anybody have a minicom.ipk they can send me?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83045\"][{POST_SNAPBACK}][/a][/div]

I can give you the binary for the sharp rom/cacko. I don't have the IPK, sorry.
Title: Serial Port Application
Post by: Little_Goomba on June 12, 2005, 12:00:50 pm
Sorry about that.  I usually look over the forum rules before posting.  Even after your suggestion, I couldn't find the note regarding sig lines.

Anyhow, I found a minicom executable, and a libncurses file.  Now I'm running Libncurses.so.4 and require .5 for minicom.  If this were the other way around, I would ln and be done with it.  Sigh.
Title: Serial Port Application
Post by: datajerk on June 12, 2005, 06:14:45 pm
Consider kermit, I prefer it over minicom.
Title: Serial Port Application
Post by: speculatrix on June 13, 2005, 03:40:07 am
Quote
Consider kermit, I prefer it over minicom.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83983\"][{POST_SNAPBACK}][/a][/div]


here's my libncurses stuff from /usr/lib tar'd up

HTH
Paul
Title: Serial Port Application
Post by: omega on June 13, 2005, 04:45:09 am
Oops - I apologise, it may not be listed as a forum rule... but it does help people understand a situation better.
Title: Serial Port Application
Post by: ev1l on June 15, 2005, 07:19:23 am
Quote
Oops - I apologise, it may not be listed as a forum rule... but it does help people understand a situation better.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=84038\"][{POST_SNAPBACK}][/a][/div]
I'd rather have someone with no sig than the idiotic half-page sigs I see regularly. They take a whole page on the Z screen as well  
Yours is pretty much perfect: specs and a short word, but some people just don't know where to stop.
Title: Serial Port Application
Post by: Little_Goomba on July 05, 2005, 03:53:15 pm
here's my libncurses stuff from /usr/lib tar'd up

I know it's been a while, but I've been busy with other stuff / try to solve my own problems.  There is a 263K file for libncurses.4.0, and all the other files in your archive are all 0 bytes.  Did you make an alias for libncurses5?

I've done some fairly extensive searches, and it seems (dot)5 is hard to find.  I'll try kermit, and see if I'm more successful.
Title: Serial Port Application
Post by: speculatrix on July 05, 2005, 05:09:08 pm
Quote
been busy with other stuff / try to solve my own problems.  There is a 263K file for libncurses.4.0, and all the other files in your archive are all 0 bytes.  Did you make an alias for libncurses5?

the other files are soft links.

seems I now have libncurses.so.5.4, courtesy of cacko-full, there are links to it called libncurses.so.5, libncurses.so.5.0 and libncurses.so

do you want a tar.gz of these as well?
Title: Serial Port Application
Post by: Little_Goomba on July 05, 2005, 07:14:02 pm
Yes, that would be swell.
I've got kermit installed and running.  I've never used it before, so the commands are a stumbling block.  In addition, it was built for a 5500, so I'm not sure if I'm on the right track.
(Now researching Cacko, and preparing to reflash the 6000)
Title: Serial Port Application
Post by: speculatrix on July 06, 2005, 10:14:33 am
ok, here's the library. just make links to it as I said in previous post.
Title: Serial Port Application
Post by: raybert on July 06, 2005, 01:43:30 pm
I found this extremely minimal terminal program which you might find useful, depending on your needs.  I think I originally found it on zsi or elsi under the name tipterm but the ipk was messed up.  I fixed the ipk and found the source code for it (both are attached).  The author claims it is tip-like but it is definitely not a port of tip.  It's a very simple command line-based app that simply lets you type to the serial port while it echoes back characters from the serial port.  If you run it in a vt100 shell you get vt100 support.   If you connect to a modem with it and you know the AT command set, you have modem support.   It should be compilable on virtually any linux/unix.

~ray
Title: Serial Port Application
Post by: bluedevils on July 06, 2005, 01:54:59 pm
sweet.  I'll load it up when I get home.  Unfortunately the security admin at work just told me he doesn't want my Z touching any servers.

BTW are you going to load this up to elsix.org?
Title: Serial Port Application
Post by: raybert on July 07, 2005, 12:00:07 pm
Quote
sweet.  I'll load it up when I get home.  Unfortunately the security admin at work just told me he doesn't want my Z touching any servers.

BTW are you going to load this up to elsix.org?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=87284\")
I wasn't going to because it's already there ([a href=\"http://www.elsix.org/index.php?w=project&p=977]http://www.elsix.org/index.php?w=project&p=977[/url]) and I'm not the author.  The download link in that entry only gives a binary.  There is a link to the project homepage but it was difficult to find the app there.  I finally found it on their ftp server: there was an ipk (but it was bad) along with the source.

I guess I could submit the fixed ipk but I can't seem to figure out how to do it.  Do I have to take ownership of the project before I can update it?

~ray