Results 1 to 5 of 5

Thread: Serial problems

  1. #1

    Serial problems

    Hi all,
    I have a fixed install with an old G5. Basicaly it runs one videofile and runs as showcontrol. We have some midi outputs and 3 serial outputs. Everything works great until we have a power failure. When power comes back the mac starts up again and everything works great exept the serial output. These have to be reassigned to the right device. The outputs have no device assigned. The mac doesn't lose the configuration of the devices tough.(baudrate etc are not changed to default)
    Is this normal? If so, is there a workaround? Any script?
    We do not have any problems with midi setting! These always work!

    Thanks,

    Gilles

  2. #2
    Join Date
    Oct 2004
    Location
    UK - Milton Keynes
    Posts
    807
    What OS do you have installed on your G5?
    Which version of catalyst are you using?
    What is the RS232 device that you are using?

    With an old G5 you probably cant use the most recent version of catalyst...

    There used to be issues with the startup order - particularly with USB drivers if catalyst is in start-up items. It is possible that catalyst is starting before the USB drivers are loaded for RS232 device... Same used to happen with the USB dongle, it wasnt recognised if catalyst was in startup items in some cases.

    However - this depends on what OS you are using - it was never the same on each Mac...

    Try writing a simple apple script that delays catalyst startup for 5 sec

    This is one i wrote for G5 with Catalyst v3.3g21 (long time ago)

    -- Catalyst delay loader - SNP Productions Ltd
    -- Silent version 3 seconds delay

    on run
    activate

    delay 3

    -- hide applications
    tell application "System Events"
    set visible of every application process to false
    end tell

    -- launch applications
    tell application "Catalyst 3.3_g21_Pro.app"
    activate
    end tell

    end run
    Also see this post for script details:
    samsc.com/showthread.php?t=1033&highlight=script

    samsc.com/showthread.php?t=856


    If not USB - then maybe a script to change the settings might work...

    Simon
    Simon Pugsley

    SNP Productions Ltd. (UK)
    Lighting & Video Control Solutions
    Catalyst|Sales|Hire|Training|Support
    Catalyst Dealer UK Europe & Worldwide...

    Office: +44 (0)1908 410129
    Mobile: +44 (0)7958 390034
    simon@snp-productions.co.uk
    www.snp-productions.co.uk

  3. #3
    I'd concur with Simon here. In the bad old days Mac OS would fire up start up items, such as Catalyst, if you had it there, before it had finished initialising external devices and SCSI drives. This used to be a massive pain, particularly with SCSI drives, which used to take some time to spin up and initialise.

    Simon's simple apple script ameliorated the problem.

    Hugh

  4. Ameliorated? Nice work Hugh!

    Nev.
    Nev Bull
    Pixels Plus Limited
    Digital Video Services

    Catalyst Software - Upgrades - Server Hardware - Accessories - Training - Support

    t: +44 (0)1494 858151
    skype: nevillebull
    e: nev@pixelsplus.co.uk
    w: www.pixelsplus.co.uk

  5. #5
    Hi Simon,
    The script has been running for three weeks now, and it works flawless.

    Thanks a lot!

Similar Threads

  1. 2 Odd Problems
    By MattMills in forum Catalyst Technical support
    Replies: 3
    Last Post: 25-01-2011, 10:46 PM
  2. Serial Router Control
    By Gringoloco in forum Catalyst Technical support
    Replies: 2
    Last Post: 24-05-2010, 10:59 PM
  3. Remote Broadcast Serial Output
    By sam-hunt in forum Bug reports
    Replies: 6
    Last Post: 05-02-2010, 07:47 AM
  4. Does anyone see any problems with this setup?
    By beardedbil in forum Catalyst Technical support
    Replies: 8
    Last Post: 22-04-2009, 11:19 PM
  5. Christies Serial
    By FinnRoss in forum Catalyst Technology questions
    Replies: 4
    Last Post: 04-07-2007, 07:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •