[comp.sys.handhelds] 48 --> SUN

d88pt@efd.lth.se (Peter Tomaszewski) (11/29/90)

HI,

What do I need to hook up my 48 to a SUN 3/50. What kind of cable should I use
and is there communication software availeble ?

Peter

[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[]                       []					            []
[]   d88pt@efd.lth.se    []					            []
[]                       []						    []
[]                       []						    []
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]

ji@cs.columbia.edu (John Ioannidis) (11/30/90)

In article <1990Nov29.113536.9452@lth.se> d88pt@efd.lth.se (Peter Tomaszewski) writes:
>
>HI,
>
>What do I need to hook up my 48 to a SUN 3/50. What kind of cable should I use
>and is there communication software availeble ?
                                          ^a 

Yes, 

use the standard HP serial cable (or your homebrewed clone) and a
standard 9pin-to-25pin cable, and you can just plug it in. You can use
C-kermit (the portable kermit written in C) to talk to your 48.
Remember to set up your serial port in the kernel so that it doesn't
need the Carrier Detect pin to be active to let you open the tty, or
just use the /dev/cua* device (minor device number 128 and 129 instead
of 0 and1). Then you can just use kermit to tranfser files in and out
of your 48. Remember to set file type binary. If you don't have kermit
around, you can get the complete distribution with anonymous ftp from a 
variety of sites, e.g., from watsun.cc.columbia.edu.

/ji