OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Serial Port Application, Hunting for Serial port app
Little_Goomba
post Jun 6 2005, 10:25 AM
Post #1





Group: Members
Posts: 31
Joined: 15-November 04
Member No.: 5,471



Well, it looks like the link for Zaurus Minicom is gone. Does anybody have a minicom.ipk they can send me?
Go to the top of the page
 
+Quote Post
omega
post Jun 7 2005, 12:31 AM
Post #2





Group: Members
Posts: 626
Joined: 13-April 04
From: Ireland
Member No.: 2,825



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...
Go to the top of the page
 
+Quote Post
speculatrix
post Jun 7 2005, 04:08 AM
Post #3





Group: Admin
Posts: 3,277
Joined: 29-July 04
From: Cambridge, England
Member No.: 4,149



QUOTE(Little_Goomba @ Jun 6 2005, 06:25 PM)
Well, it looks like the link for Zaurus Minicom is gone.  Does anybody have a minicom.ipk they can send me?
*


I can give you the binary for the sharp rom/cacko. I don't have the IPK, sorry.
Go to the top of the page
 
+Quote Post
Little_Goomba
post Jun 12 2005, 08:00 AM
Post #4





Group: Members
Posts: 31
Joined: 15-November 04
Member No.: 5,471



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.
Go to the top of the page
 
+Quote Post
datajerk
post Jun 12 2005, 02:14 PM
Post #5





Group: Members
Posts: 219
Joined: 14-February 04
Member No.: 1,861



Consider kermit, I prefer it over minicom.
Go to the top of the page
 
+Quote Post
speculatrix
post Jun 12 2005, 11:40 PM
Post #6





Group: Admin
Posts: 3,277
Joined: 29-July 04
From: Cambridge, England
Member No.: 4,149



QUOTE(datajerk @ Jun 12 2005, 11:14 PM)
Consider kermit, I prefer it over minicom.
*



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

HTH
Paul
Attached File(s)
Attached File  libncurses.tar.gz ( 100.79K ) Number of downloads: 37
 
Go to the top of the page
 
+Quote Post
omega
post Jun 13 2005, 12:45 AM
Post #7





Group: Members
Posts: 626
Joined: 13-April 04
From: Ireland
Member No.: 2,825



Oops - I apologise, it may not be listed as a forum rule... but it does help people understand a situation better.
Go to the top of the page
 
+Quote Post
ev1l
post Jun 15 2005, 03:19 AM
Post #8





Group: Members
Posts: 608
Joined: 21-June 04
From: The Netherlands
Member No.: 3,774



QUOTE(omega @ Jun 13 2005, 12:45 AM)
Oops - I apologise, it may not be listed as a forum rule... but it does help people understand a situation better.
*

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 rolleyes.gif
Yours is pretty much perfect: specs and a short word, but some people just don't know where to stop.
Go to the top of the page
 
+Quote Post
Little_Goomba
post Jul 5 2005, 11:53 AM
Post #9





Group: Members
Posts: 31
Joined: 15-November 04
Member No.: 5,471



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.
Go to the top of the page
 
+Quote Post
speculatrix
post Jul 5 2005, 01:09 PM
Post #10





Group: Admin
Posts: 3,277
Joined: 29-July 04
From: Cambridge, England
Member No.: 4,149



QUOTE(Little_Goomba @ Jul 5 2005, 08:53 PM)
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?
Go to the top of the page
 
+Quote Post
Little_Goomba
post Jul 5 2005, 03:14 PM
Post #11





Group: Members
Posts: 31
Joined: 15-November 04
Member No.: 5,471



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)
Go to the top of the page
 
+Quote Post
speculatrix
post Jul 6 2005, 06:14 AM
Post #12





Group: Admin
Posts: 3,277
Joined: 29-July 04
From: Cambridge, England
Member No.: 4,149



ok, here's the library. just make links to it as I said in previous post.
Attached File(s)
Attached File  libncurses.so.5.4.gz ( 106.15K ) Number of downloads: 18
 
Go to the top of the page
 
+Quote Post
raybert
post Jul 6 2005, 09:43 AM
Post #13





Group: Members
Posts: 233
Joined: 2-December 03
From: Boston, MA
Member No.: 1,029



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. smile.gif If you connect to a modem with it and you know the AT command set, you have modem support. smile.gif It should be compilable on virtually any linux/unix.

~ray
Attached File(s)
Attached File  terminal_0.1_arm.ipk ( 3.36K ) Number of downloads: 29
Attached File  terminal.c.gz ( 2.54K ) Number of downloads: 20
 
Go to the top of the page
 
+Quote Post
bluedevils
post Jul 6 2005, 09:54 AM
Post #14





Group: Members
Posts: 1,284
Joined: 31-January 04
From: Vancouver, BC -> NYC, NY
Member No.: 1,633



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?
Go to the top of the page
 
+Quote Post
raybert
post Jul 7 2005, 08:00 AM
Post #15





Group: Members
Posts: 233
Joined: 2-December 03
From: Boston, MA
Member No.: 1,029



QUOTE(bluedevils @ Jul 6 2005, 12:54 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?
*

I wasn't going to because it's already there (http://www.elsix.org/index.php?w=project&p=977) 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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 22nd May 2013 - 12:29 PM