![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Serial Port Connection to a Sunfire V880 (having Solaris 10) | Alchemist | SUN Solaris | 0 | 03-31-2008 11:12 PM |
| Usb to serial connection to Sun Enterprice 450 | Sunb3 | SUN Solaris | 3 | 03-27-2008 07:01 PM |
| ip communication through serial connection | pcsaji | IP Networking | 1 | 12-13-2006 08:10 AM |
| SCO 5.0.7 and Serial ATA HDD question | josramon | SCO | 0 | 08-03-2006 05:03 PM |
| unix to unix serial connection question | typsam | IP Networking | 1 | 10-17-2002 01:39 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
hp-ux serial connection question
Hi,
I need to connect from an hp-ux box to a device that only have a serial port. When I need to do that from solaris to that device I used put a null modem and type tip hardwire, but I'm new with hp-ux and I don't have the tip command. Any idea? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Use cu instead.
|
|
#3
|
||||
|
||||
|
ok thanks, finally I figured out.
The weird thing is that, by default, hp-ux doesn't create the device file for the serial ports. So the process would be this: 1-ioscan -C tty -fn 2-/usr/sbin/mksf -d asio0 -H (port address shown on ioscan) -a0 -i -v 3-edit /etc/uucp/Devices and add Direct device-file - speed direct 4-cu -s speed -l device-file -m dir and that's all. by the way, I love Solaris Thanks again. |
||||
| Google The UNIX and Linux Forums |