Sponsored Content
Full Discussion: add printer on serial port
Operating Systems HP-UX add printer on serial port Post 56757 by Hegazy Mahdy on Monday 11th of October 2004 04:43:51 AM
Old 10-11-2004
Lightbulb add printer on serial port

I want to add printer on a serial port can I get full details of all parameters like baudrate, parity,flow control, ...

Thanks
 

10 More Discussions You Might Find Interesting

1. Programming

Telling apart serial from // port

I'm writing a journal_write() function and I want it to: - be a possible drop in replacement for write() - write entries to the journal ;-) Could be a regular file (journal.txt), a serial printer or a // printer. - handle printer status if needed. fstat() tells weather or not we're dealing with... (2 Replies)
Discussion started by: starless
2 Replies

2. Debian

Serial printer cutting last page of long reports...

Any ideas what could cause this? I have flow control set to XON XOFF on the printer and the on the OS level. (1 Reply)
Discussion started by: djsal
1 Replies

3. OS X (Apple)

Accessing printer through serial port

Hey, im new to processing so any help you could give me would be much appreciated. I am trying to get control of the rollers on my 9 pin dot matrix printer (epson LX 300+). Initially I was going to do this through arduino but hope to do it through processing using the serialwrite programme. ... (0 Replies)
Discussion started by: hougeman
0 Replies

4. Programming

How to tell if a string to serial port has been sent

I have a need to determine when a string has been completely sent via a serial port from a standard 'C' application. The code is as follows: SerialPort_Send = open (pPortString, O_WRONLY | O_NOCTTY | O_NONBLOCK); write (SerialPort_Send, pCommandString, strlen (pCommandString)); ... (2 Replies)
Discussion started by: ExDes
2 Replies

5. AIX

Serial port in AIX

Hi, How can i configure my modem in AIX thru serial port (sa0-->tty0) I have two port serial card configured as sa0 I created tty1 which port is tty0 and which port is tty1 how can i know?? (1 Reply)
Discussion started by: pchangba
1 Replies

6. OS X (Apple)

Serial port parameters

Hello, I am trying to use a rs232 device through a USB serial port on my MacBook pro laptop. I think the device needs the communication parameters to be 9600 n 8 1 my question is does anyone know what the default communication parameters are for mac os x 10.5.7 unix? And if the default... (0 Replies)
Discussion started by: jamesapp
0 Replies

7. Shell Programming and Scripting

Need help with serial port

Hi, I have a external board connected to my serial port. I need to execute "shutdown -r now" command when system boot up. When system boots up it requires a username ans password. Then I need to run my command. I can use rc script but that is rebooting system before it asks for username and... (0 Replies)
Discussion started by: charlie.arya
0 Replies

8. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

9. Programming

Read from serial port

Hi I try to communicate with a GSM modem, from C, for sending SMS. I use standart AT-commands. Working well with terminal. There is no problem writing ti the port. But when I try to read I only get a echo, I write "ATI" and get "ATI" back, I should get somthing like "SIEMENS 35... (4 Replies)
Discussion started by: dmiller
4 Replies

10. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies
GSM0710MUXD(8)						      System Manager's Manual						    GSM0710MUXD(8)

NAME
gsm0710muxd - a gsm 07.10 muxer SYNOPSIS
gsm0710muxd [options] DESCRIPTION
A gsm muxer is needed to keep a ppp/gprs up & running while sms and calls are still signaled on another channel. Some modems even support using gprs while a call is active, others suspend gprs during calls. The muxer supports various options to change the behaviour for different modems. Use -h to see a brief help screen. All logging is done through syslog, see the syslog for errors and warnings. COMMAND-LINE OPTIONS -d Fork, get a daemon (default: no) -v Verboser logging (give twice for even more verbose) -s <serial port name> Serial port device to connect to (default: /dev/modem) -t <timeout> reset modem after this number of seconds of silence (default: 0) -P <pin-code> PIN code to unlock SIM (default: <not set>). This is normally not needed but some modems need the pin before enabling the muxer mode. -p <number> use ping and reset modem after this number of unanswered pings (default: 0) -l <filename> set logfile name (default: <not set>) -x <dir> power managment base dir (default: <not set>) -a <mode> additional_functionality (default: 0). This is a bit-set enabling quirks for different modem. The quirks are: WAKEUP_WITH_SYSFS = 1, WAKEUP_WITH_SEQUENCE = 2, SIEMENS_C35 = 4, ENFORA = 8, SHORT_INIT = 16. -b <baudrate> muxer-mode baudrate (default: 115200) -B <baudrate> serial port baudrate (default: 115200) -m <mode> Mode (basic, advanced) (default: advanced) -f <framsize> Frame size (default: 64) -h Show a help message and display current settings. HISTORY
The name 'gsm0710muxd' was choosen because the gsm specs describe this method in document 7.10. BUGS
/LIMITATIONS gsm0710muxd There may accure bufferoverruns and thus missing data between muxer and client under certain situations. Some settings could be determined by a AT-command at startup. This wouldn't be much reliable because modems often lie so i did not invest to much work in this. AUTHOR
M. Dietrich <mdt@pyneo.org> SEE ALSO
ptsname(3) gsm0710muxd 23 June 2009 GSM0710MUXD(8)
All times are GMT -4. The time now is 12:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy