Varitext clock


Closed Thread
Results 1 to 4 of 4

Thread: Varitext clock

  1. #1
    Join Date
    Jun 2004
    Posts
    24

    Question Varitext clock

    Not really a PBP question. But I have a ex-BR station clock (Big red, cluncky thing!), that seems to work ok. Except it requires a serial I/P (time data) to run. Does anyone know the data/protocols needed for this type of clock?

    If so I could mimic it with a PIC and never be late for work again!

    Thanks.

  2. #2
    Join Date
    Mar 2004
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    You could also try looking at railway enthusiast websites as no doubt there are some collectors out there with the whole setup.

    More than likely (if the clocks are old) the clocks are driven via rs485
    take a look here for some info
    http://www.thebelfry.force9.co.uk/ho...s/msfclock.htm

    Is there no manufacturer name on the pcb etc?

    Rob

  3. #3
    Join Date
    Nov 2011
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: Varitext clock

    Hi srob,

    The clock will likely be a Varitext clock. They work with RS232, 485, 422 and 20mA current loop. The protocol is called TIMC - T:HH:MM:SSOWD:MM:YY CR/LF (0D0Ah)

    H= Hrs, M=mins, S=secs, DOW = day of week 0 being Sunday, D = day of month, M = month, Y= year This is transmitted at 1200baud as i remember! But the clock is configurable for anything from 300baud to 9600baud. Some also work with just the time info part (T:HH:MM:SS)

    PM me and i can send you the test software (as DOS based tool) that will send the clock time data a from PC.

    Cheers,

    Steve.

  4. #4
    Join Date
    Nov 2011
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: Varitext clock

    Replace the smiley faces with 'colon D'

Similar Threads

  1. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  2. UberNewbie can't set his clock...
    By Byte_Butcher in forum General
    Replies: 19
    Last Post: - 7th January 2009, 04:22
  3. EM4095 Chip, get Clock and Data signals?
    By mindthomas in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 19th August 2008, 06:27
  4. Shiftout/in
    By BobEdge in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 23rd August 2007, 11:48
  5. Help with sound command in 2 programs
    By hyperboarder in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th July 2007, 20:36

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

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