Accessing printer through serial port

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Accessing printer through serial port
# 1  
Old 03-28-2009
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.

The printer has a serial port and I am using the a serial to USB on my MAC OSX 10.4 system.

I am trying to understand the serial write application but am finding it very difficult.
In string portName = serial.list()[0] I'm not sure what to put in, but the result I get from doing this is:

Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7

but when I change the [0] to 1 I get:

Experimental: JNI_OnLoad called.
I googled these results and did not find anything too helpful.

I have been told that I should find the manual for the printer and this will tell me what to put into the simpleWrite, but what am I exactly looking for in the manual.

Any help you could give would be much appreciated.

Thank you.

p.s. I dont have a driver for the cable but can obtain it. Unfortunately I can't find drivers for the printer that will work on my MAC OS.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. Web Development

Writing to a Serial Port

I am trying to write to a serial port and capture the reponse in a file - adduser ethan dialout The user `ethan' is already a member of `dialout' root@meow:/home/ethan# ls -l /dev/ttyS0 crw-rw-r-- 1 ethan dialout 4, 64 Oct 7 20:55 /dev/ttyS0 $fh1 = fopen("/dev/ttyS0", "w+");... (74 Replies)
Discussion started by: Meow613
74 Replies

3. 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

4. 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

5. Solaris

Serial port not found

Hi, I am working with solaris 9,SUN-Blade-100 and I want to communicate with the Serial port.To check whether the port is working or not.I write code and when I execute the file,then I got the output-- According to this,serial port is not found.can anyone please tell me how to configure the... (1 Reply)
Discussion started by: smartgupta
1 Replies

6. Solaris

Serial port problem

I am working with solaris 9 sparc and I want to connect physical device in serial port but when I am connecting it,It is showing the error window saying-- So can any1 tell me the reason or is there any package I have to add to work with serial port??? (2 Replies)
Discussion started by: smartgupta
2 Replies

7. Programming

Accessing device with Prolific USB-serial controller.

I am trying to access DG-100 gps logger on Mac OS X with POSIX API. The device uses a Prolific usb-serial controller, and connect to the usb port on my mac. After I install the Prolific driver, it shows up as /dev/tty.usbserial and /dev/cu.usbserial. The vendor has published the data format. So... (1 Reply)
Discussion started by: monkeybiz
1 Replies

8. UNIX for Advanced & Expert Users

accessing unix machine through com port

sirs, iam using cygwin software (linux environment on windows xp). I have connected unix machine to COM port to which i can access through hyper terminal. Can i access the unix machine from the cygwin (linux)...if so how it can be done. please give ur valuable suggestions................. (0 Replies)
Discussion started by: manikumar
0 Replies

9. HP-UX

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 (1 Reply)
Discussion started by: Hegazy Mahdy
1 Replies

10. 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
Login or Register to Ask a Question
mdc(4)							     Kernel Interfaces Manual							    mdc(4)

Name
       mdc - DS5100 serial line driver

Syntax
       device	 mdc0	  at ibus?     vector mdcintr
       device	 mdc1	  at ibus?     vector mdcintr
       device	 mdc2	  at ibus?     vector mdcintr

Description
       A  DS5100 base system (mdc0) provides four asynchronous ports.  An optional asynchronous card (mdc1 and mdc2 ) can be added to supply eight
       additional ports.

       The mdc ports are used as follows:

       Port    Usage			  Connector

       0       Console port		  6-pin MMJ on CPU board
       1       Local terminal		  6-pin MMJ on CPU board
       2       Full modem control port	  25-pin D-Sub on CPU board
       3       Local terminal		  6-pin MMJ on CPU board

       An optional asynchronous board provides an additional eight lines:

       4       Local terminal		  6-pin MMJ
       5       Local terminal		  6-pin MMJ
       6       Full modem control port	  25-pin D-Sub
       7       Local terminal		  6-pin MMJ
       8       Local terminal		  6-pin MMJ
       9       Local terminal		  6-pin MMJ
       10      Local terminal		  6-pin MMJ
       11      Local terminal		  6-pin MMJ

       The console baud rate is set to 9600 baud by default.  You can change this by setting the baud environment variable  from  console  prompt.
       Each  communication  port  from	the  serial  line controller behaves as described in the reference page and can be set to run at any of 16
       speeds.	For the encoding, see

       You can establish the state of port 2 (port 6) by specifying either modem or nomodem as part of the file entry.

Restrictions
       The speed default is to 9600 baud on the console port.  The console device must be set for 8-bit character length with one stop bit and	no
       parity. The driver enforces these restrictions; that is, changing speeds with the command may not always work on console ports.

Files
       Console terminal

       Full modem control or local terminal

See Also
       console(4), devio(4), tty(4), ttys(5), MAKEDEV(8)

								       RISC								    mdc(4)