Using USB Printer on Beige G3 with Localtalk/Serial Port - How?

I have an Epson Stylus 740 which has both DIN 8/Serial port and USB connections, but the serial quit showing-up, so I want to connect via the USB connector. Is this possible?
Is there an adapter from DIN 8 Serial/Localtalk connector on Beige G3 to USB for Printer?
Or do I need to buy a PCI to USB card?
Other solution?
thanks

Russo:
If you tried to connect an adaptor to the serial port that had a USB connector on the end, it probably won't work since the serial port isn't currently working. You'd need a USB PCI card to connect to the USB.
I have this same printer, originally used the serial port and then switched to USB when I got the PCI card. This has worked great.
You should see if something got turned off. Look at these:
Under the Apple Menu>Control Panel > AppleTalk - make sure the printer port is selected
Under Apple Menu>Control Panel > Remote Access > Modem (from the drop down menu) - make sure that the printer port isn't selected
Under Apple Menu > Control Panel > USB Printer sharing - make sure that is turned OFF.
You might also have to install drivers for the Epson from the disk that came with it. If you insert the CD and choose "custom install" you'll get another screen that allows you to choose the serial driver package.
Post back if you get it working (or don't).
HTH.
A

Similar Messages

  • Using USB to connect to itunes with iphone. Getting error OXE8000084 with pulsating tone. Have reset passowrd, authorized computer, & repaired itunes when reinstalled. Any suggestions on how to successfully connect?

    Using USB to connect to itunes with iphone.  Getting error OXE8000084 with pulsating tone. Have reset password, authorized computer, & repaired itunes when reinstalled it. Any suggestions on how to successfully connect to itunes and what this error message means?  Thanks

    0X is a Windows Error. Take the time to look over on the right under the "More Like This" and look for ones that have the green checkmark as being solved. You should find answers there.

  • Problem on WinXP / Labview 6.1 with VISA (serial port)

    There is a problem on WinXP / Labview 6.1 with VISA which i use to poll the state lines of the serial port. The only functions that i use are "VISA Open", "Find Resource", line state properties and "VISA close".
    On my own machine (WinME) it works fine as a standalone application (with runtime engine in the same direction), even if i rename the Labview directory so that Labview is not found.
    From my VXIpnp directory i deleted all but these files:
    directory "Win95",
    subdirectory "Bin" containing "NiViAsrl.dll",
    subdirectory "NIvisa" containing "visaconf.dll".
    When shipping this to WinXP (and copying "VXIpnp" to the root directory), the serial port was not found, so i renamed the direction "Win95" to "
    WinNT", but this did not work also.
    I installed the VISA server, although it seems not to be required -- no result.
    Final question:
    What must i do for distributing the program as a standalone application for all windows platforms?

    Hey Joachim,
    In order to create an installer that includes the VISA Run-time engine for serial IO you will have to purchase LabVIEW 7.x. See screen shot. This packages a small compact version of the run-time that can only be used for serial, but it takes up much less space. The installer that I created has my application, the LV Run-time, and the VISA run-time and it is about 26 MB.
    That is much smaller than if I had to include the 32 MB LV 7.1 run-time and the 14 MB VISA run-time separately. It would have been even smaller if I would have uncheck some of the items that I wasn't using.
    -Josh
    Attachments:
    advanced.JPG ‏31 KB

  • Pb with the serial port

    hello
    I'm making a programme that deal with the serial port
    when i press on the button sennd of my serial device ,I get nothing .
    infact i have to press about 4 times to get the output
    I will get 4 outputs result at once
    I believe that my problem come from
    fluxLecture.readLine();I think that my machine is not sending the end of line
    what is strange that the "while" will stop but it wont execute the next line
    System.out.println("I'm ouside ");any idea ?????
    thank you in advance
    try {
                   fluxLecture =
                        new BufferedReader(
                             new InputStreamReader(serialPort.getInputStream()));
              } catch (IOException e) {
              }then somewere else in my class I use this
    public void serialEvent(SerialPortEvent event) {
              switch (event.getEventType()) {
                   case SerialPortEvent.BI :
                   case SerialPortEvent.OE :
                   case SerialPortEvent.FE :
                   case SerialPortEvent.PE :
                   case SerialPortEvent.CD :
                   case SerialPortEvent.CTS :
                   case SerialPortEvent.DSR :
                   case SerialPortEvent.RI :
                   case SerialPortEvent.OUTPUT_BUFFER_EMPTY :
                        break;
                   case SerialPortEvent.DATA_AVAILABLE :
                        try {
                                        while(fluxLecture.ready())
                                            result_output = result_output +" "+ (String) fluxLecture.readLine();
    System.out.println("I'm inside");
    System.out.println("I'm outside");

    sorry for being late but as I have alot of work ,so ......
    Are you using package RXTX or javax.comm?javax.comm
    I tried to chek if the readline is null ,the answer is no
    so my while stop but does not execute the next line
    strange ????

  • Establish a connection with the serial port on ST2510

    Hello guys,
    I have one question about connection on ST2510 with the serial port.
    Is it possible to get the following command prompt during connection on ST2510 through serial port (as described in the document 820-0015-11):
    "Enter password to access shell:"
    instead of
    "Enter password to access Service Interface (60 sec timeout):"
    ?

    stapler wrote:
    Thanks a lot,
    ...and how is it possible to get "Enter password to access shell:" instead of "Enter password to access Service Interface (60 sec timeout):" (wrong cable connection, etc.)?
    I ask about it, because one guy said me, that he tried to establish a connection according to the document 820-0015-11.
    But instead of "Enter password to access Service Interface (60 sec timeout):" he has got "Enter password to access shell:" and the default password kra16wen is incorrect.I won't indicate how to get "Enter password to access shell" because this is a special access as indicated in my previous post. However in order to get "Enter password to access Service Interface (60 sec timeout):" you need to press "S" (capital S) within 5 sec and then the password is "kra16wen".

  • Big Problems with the Serial Port

    I'm Spanish and my English is not very good, I'm sorry but I need your help.
    I want to connect two computers (my desktop and my handbook) with the serial port (COM2 in both sides).
    I have the cable.
    I have installed JBuilder 7 in both computers.
    I have installed "commapi"
    I'm running SimpleWrite.java (the example from Sun) in one of them and SimpleRead.java in the other.
    I don't get in any moment receive any data.
    I execute first SimpleRead and I can see what this process is waiting something. After, I execute SimpleWrite (many times), this process star and stop correctly but never the first aplication receives nothing.
    I am trying for four days, I am desespereted.
    I need your help is very important to me. I don't understand what is happening!!!!. This is my e-mail: [email protected]
    Thank you very much.
    NOTE: my handbook has just one serial port, before had a winmodem but it was eliminated.

    hi,
    when your notebook has only one port, how do u know that this port is COM2? I think u gave a wrong parameter for the SimpleReader or SimpleWriter so one send data to a port (say COM1) but the other receives data from another port (say COM2).
    regards,
    eedych

  • Using USB Printer with EA6500 with IMac

    I've got my network up and running but the router doesn't see my USB printer.  Using the Linksys Smart Wi-Fi software to find USB Devices none show up.  Nor does the 'refresh' bring up my printer.
    Thanks any advice

    What is the brand or model of your printer. It would be best to check the tested printers list for EA6500. although there are some printers that may work even though it is not on the list, but then still it may not work. Also make sure that the printer driver is already installed in that computer and do not use the generic drivers.
    To check the list of tested printers, check this link:
    Title: List of tested USB hard drives and printers for the Linksys Smart Wi-Fi Router, EA6500
    Article ID: 26766
    http://homekb.cisco.com/Cisco2/ukp.aspx?vw=1&docid=04525b6daed244c2acc4901c83f3662e_List_of_tested_U...

  • Using USB printer on Sun Ray 2

    Can someone direct me to a document or explain how I can configure the Sun Ray Software to allow me the ability to print to a USB printer attached to a Sun Ray 2 thin client. I believe this is possibele using the USB redirection utility but only when connecting to Windows XP desktops. I see it's being done when connecting to Windows 2003 Terminal Server. Any help or info on this would be great.
    Thanks!

    Here is a repost of my article on the sun-ray users mailing list.
    Lars Tunkrans
    Wed, 27 Jan 2010 09:34:47 -0800
    This article is for using Solaris as the Sun Ray server.
    I have used a Sun-Ray local USB attached printer in two ways.
    Precondition1: The printer was using Postscript rendering.
    The printer had its own rendering engine.
    The printer was NOT a dumb windows-driver dependant printer.
    Precondition2 the user logging on needs to have the printer administrator RBAC role to be allowed
    to create /destroy printqueues.
    1) Printing from Solaris.
    Set up a solaris printqueue with
    lpadmin -p printername -v " sunray devicename" -I postscript -T PS -m printermodel
    This will use the solaris lpfilter mechanism to convert the printdata to postcscript protocoll.
    2) Printing from Windows.
    Set up a solaris printqueue with
    lpadmin -p printername -v " sunray devicename" -m printermodel
    Set up the windows printer with a working windows Postscript driver.
    The windows included hplaserjet-postscript driver works. for a hplaserjet printer.
    or any printer emulating the HPlaserjet like many Xerox printers do,
    This setup will generate the Postscript protocol on the windows PC , and it will merely
    "pass-though" the Solaris spooler without change.
    So if you need to print from both the SR server and the windows PC you need to define two spooler queues for each printer. Below are two scripts that have existed in various versions on sun-rays.org that I enhanced a bit and ran from the VDI superstructure to make it do what I wanted. For windows printing you then need to pass the printername as an argument to the "uttsc" startup command.
    uttsc ......... -r printer $printername .........
    # the SCRIPT "set-printer.sh" for printing from a unix desktop
    #!/bin/sh
    MACAddr=`ls -l $UTDEVROOT | sed 's/.*\.//'`
    PrinterName=$MACAddr
    PrinterPath=`ls /tmp/SUNWut/units/IEEE802.$MACAddr/dev/printers/* 2>/dev/null|head -1`
    if [ -n "$PrinterPath" ] ; then
    cat <<.>$HOME/.printers
    _default $PrinterName
    Message="Current Printer: $PrinterName"
    else
    Message="No printer assigned"
    fi
    # Add or remove the printer to the Solaris spooler (choose only the first printer)
    if [ -d /etc/lp/printers/$PrinterName ]; then
    if [ -z "$PrinterPath" ]; then
    pfexec /usr/sbin/lpadmin -x $PrinterName
    fi
    else
    pfexec /usr/sbin/lpadmin -p $PrinterName -v $PrinterPath -A none -o media=A4 -o banner=never -I postscript -T PS -u allow:all
    pfexec /usr/bin/enable $PrinterName
    pfexec /usr/sbin/accept $PrinterName
    fi
    zenity --info –text="$Message"
    # "set-printer.sh" script for Passthrough printing from a windows PC.
    #!/bin/sh
    MACAddr=`ls -l $UTDEVROOT | sed 's/.*\.//'`
    PrinterName=$MACAddr
    PrinterPath=`ls /tmp/SUNWut/units/IEEE802.$MACAddr/dev/printers/* 2>/dev/null|head -1`
    if [ -n "$PrinterPath" ] ; then
    cat <<.>$HOME/.printers
    _default $PrinterName
    Message="Current Printer: $PrinterName"
    else
    Message="No printer assigned"
    fi
    # Add or remove the printer to the Solaris spooler (choose only the first printer)
    if [ -d /etc/lp/printers/$PrinterName ]; then
    if [ -z "$PrinterPath" ]; then
    pfexec /usr/sbin/lpadmin -x $PrinterName
    fi
    else
    pfexec /usr/sbin/lpadmin -p $PrinterName -v $PrinterPath -A none -o media=A4 -o banner=never -I any -u allow:all
    pfexec /usr/bin/enable $PrinterName
    pfexec /usr/sbin/accept $PrinterName
    fi
    zenity --info –text="$Message"
    //Lars
    Edited by: ltuarn on Aug 28, 2010 10:32 AM

  • TA22258 Very slow printer spooling canon mx420 with os 10.8, how to imrpove buffer speed?

    How to improve a very slow print spooler using canon printer mx420 with os 10.8.4
    It takes about 60+ seconds spooling hanging quite a bit at 56%.
    thanks, Gaston

    How to improve a very slow print spooler using canon printer mx420 with os 10.8.4
    It takes about 60+ seconds spooling hanging quite a bit at 56%.
    thanks, Gaston

  • I bought an Apple Airport Extreme used and it did not come with any software disks. how would make it work without the software disk?

    Bought an Apple Airport Extreme used and it did not come with any discs. Do i need any discs? or is there another way to setup this airport without using a software disc?

    You can download the setup manual and software that you need.
    Look on the bottom of the AirPort Extreme for the Model Number.  It's A.......  something.
    Post back with the model number and the exact operating system you are running on your Mac or PC.

  • How to use Mac Mini Server as NAT with only one port??

    How to use Mac Mini Server as NAT with only one ethernet port??

    But why did apple sell me this server that does NAT with one port? I don't get it.

  • HP Universal Print Driver (UPD) problem with tcp/ip port

    Hi,
    We are facing, since few days, problems with HP UPD in windows 7. Let me explain.
    For some reasons we need the auto update feature of HP UPD, but this feature does not works anymore.
    We found that, when installing a printer, if we name the tcp/ip port with the dns name or ip the auto-update will work, but if we name the TCP/IP port with dummy text, the auto update feature won't work (can't connect to the printer). This is like the UPD
    try to resolve the tcp/ip port name instead of tcp/ip port address.
    This was working last month. We installed some windows updates on clients, and one of these updates screwed up the UPD. I have the list of installed updates but there are many, and if someone already had this problem and can help it would be nice. And if
    nobody can help, maybe this message will put other poeple with the same problem on the way to solution.
    We don't want to update the driver (too much printers involved, too much clients also)
    Thx for reading and helping !

    Hello SNoof,
    What is your current situation?
    About Troubleshoot problems with removing updates, please take a look at the following article.
    http://windows.microsoft.com/en-hk/windows/troubleshoot-problems-removing-updates#1TC=windows-7
    1.Open Installed Updates by clicking the Start button, clicking Control Panel, clicking Programs, and then, under Programs and Features, clicking View installed updates.
    2.Select the update that you want to remove, and then click Uninstall. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • HT201317 have uploaded pictures using usb connection but they have not appeared in photostream - how do I back them up

    have uploaded pictures using usb connection but they have not appeared on the stream.
    cheers, Martin

    Uploaded pictures using usb?  You mean to your computer?  That only stores them on your computer, it doesn't add them to photo stream.

  • My DVD drive isn't working and I want to download elements pc 6 with my serial number, how can I do that?

    I have the disc for Ps elements 6 for windows, but my DVD drive isn't working. How can I download with my serial number?

    I'm afraid there is no place to download photoshop elements 6, that i know of anyway.
    (unless you had bought it from adobe as an download, then you could possibly log in to your account and download pse 6)
    What operating system are you using?
    Do you have another computer with a working dvd drive or do you have a flash drive, camera card.
    USB dvd drives are dirt cheap, so if you live near a computer store, that might be an option or if you have a friend that has one you can borrow.

  • I want to build an array using the data that I get through the serial port

    I am reading data through the serial port, but I want to buffer these data. I have seen a function, but i think that i can use this if I am reading data from I/O intrument, so I don´t how can I fill an array, with the data that I am reading!!!
    Thank you!!!

    I'll hazard a guess that you are reading data with VISA as a string. Then you want to convert that (probably with Scan From String) into a number. Then, you want to collect those numbers into an array.
    We don't really have enough information to tell you the best way to do this. Here are some ideas.
    If you are reading all the numbers from the instrument at once (e.g., a waveform from a scope), you might consider using "Spreadsheet string to array". Most scopes return the data as ASCII with commas between the values, so you'd wire a "," to the "delimiter" input of the "Spreadsheet string to array" function.
    If, however, the instrument is returning a single point at a time, there are more questions. Do you want to do this continuously, or do you want t
    o collect only a certain number of data points, and then process them as a block?
    If the latter, then you'd just acquire each data point, convert it to a number, and then use output indexing on the for loop to create your array.
    If the former, then you may want to store the data in a queue, and read it from the queue elsewhere in your program.
    If you let us know what you want to do, we can probably provide more precise help.
    Brian

Maybe you are looking for

  • Delivery Schedule

    Hello, Anybody an idea how to get the information regarding delivery schedule as in ME22 Position/Confirmations/Lists (Programm SAPSVC_FULLSCREEN)??? Thank you. Best regards, Paul.

  • How to remove the older entries of backup sets in windows server

    Hi guyz,  we are using windows server backup feature.. and we are backing up files and folders to remote shared location. the problem that we are facing is that, we run this backup every day using a script to new folder (folder name=datemonthyear) ,

  • Anyone Used X-Bench on new iMac?

    Hello all, Anyone used X-Bench on the new 2.8 24" iMac? Mine has just been dleivered to my grans and am picking it up in a bit. Got a 24" now and was wondering how it was performing. Ryan

  • Switch statment

    hey is there any way to create dynamic switch statment ? if not what will be your solution of having something similar ? thx Mike

  • What is it and what do you call it.

    Since I purchased my iMac two weeks ago, I have had a spinning colored symbol appear on the window a couple of times. I do not know what it is called or how to get it off the screen when this happens. I am sure there is an answer to this some place o