time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

EFRATOM TS-105A TEST SET

R
Rex
Wed, Jan 16, 2008 2:21 AM

I just noticed this on ebay
http://cgi.ebay.com/EFRATOM-TS-105A-ATOMIC-OSCILLATOR-TEST-SET_W0QQitemZ260203671354

I wonder if anyone knows anything about it? Looking at the pictures, the
asking price seems rather high. I don't think I want it but it aroused
my curiosity. Looks like there is an Efratom rubidium source in it and a
card cage that looks like 80's or early 90's technology.

I guess it automates the measurement process, but I assume it couldn't
measure better than the source that is in it.

I just noticed this on ebay http://cgi.ebay.com/EFRATOM-TS-105A-ATOMIC-OSCILLATOR-TEST-SET_W0QQitemZ260203671354 I wonder if anyone knows anything about it? Looking at the pictures, the asking price seems rather high. I don't think I want it but it aroused my curiosity. Looks like there is an Efratom rubidium source in it and a card cage that looks like 80's or early 90's technology. I guess it automates the measurement process, but I assume it couldn't measure better than the source that is in it.
TV
Tom Van Baak
Wed, Jan 16, 2008 3:49 AM

I wonder if anyone knows anything about it? Looking at the pictures, the
asking price seems rather high. I don't think I want it but it aroused
my curiosity. Looks like there is an Efratom rubidium source in it and a
card cage that looks like 80's or early 90's technology.

I guess it automates the measurement process, but I assume it couldn't
measure better than the source that is in it.

Rex,

It's a wonderful piece of equipment. It contains a special low
noise rubidium with a deliberate synthesized frequency offset
of something like 10 Hz. This allows direct measurement of
the UUT using the heterodyne method with resolution down
in the -13's and -14's.

The computer inside collects data, does all the math, and displays
(in real-time) average frequency offset and Allan Deviation for
tau 0.1 to 100 seconds. It uses one of those 80's bright orange
plasma screens you don't see much anymore.

If you happen to have a better reference there is an ext ref input
that you can use and it switches from single to dual mixer mode.

I put some old photos of a TS-105A for you at:

http://www.leapsecond.com/museum/ts105a/

I've seen a couple over the years; none of them cheap.

/tvb

> I wonder if anyone knows anything about it? Looking at the pictures, the > asking price seems rather high. I don't think I want it but it aroused > my curiosity. Looks like there is an Efratom rubidium source in it and a > card cage that looks like 80's or early 90's technology. > > I guess it automates the measurement process, but I assume it couldn't > measure better than the source that is in it. Rex, It's a wonderful piece of equipment. It contains a special low noise rubidium with a deliberate synthesized frequency offset of something like 10 Hz. This allows direct measurement of the UUT using the heterodyne method with resolution down in the -13's and -14's. The computer inside collects data, does all the math, and displays (in real-time) average frequency offset and Allan Deviation for tau 0.1 to 100 seconds. It uses one of those 80's bright orange plasma screens you don't see much anymore. If you happen to have a better reference there is an ext ref input that you can use and it switches from single to dual mixer mode. I put some old photos of a TS-105A for you at: http://www.leapsecond.com/museum/ts105a/ I've seen a couple over the years; none of them cheap. /tvb
R
Rex
Wed, Jan 16, 2008 8:25 AM

Tom Van Baak wrote:

I wonder if anyone knows anything about it? Looking at the pictures, the
asking price seems rather high. I don't think I want it but it aroused
my curiosity. Looks like there is an Efratom rubidium source in it and a
card cage that looks like 80's or early 90's technology.

I guess it automates the measurement process, but I assume it couldn't
measure better than the source that is in it.

Rex,

It's a wonderful piece of equipment. [snip]

Tom, thanks for all the info. I figured someone here might know about it.

Tom Van Baak wrote: >> I wonder if anyone knows anything about it? Looking at the pictures, the >> asking price seems rather high. I don't think I want it but it aroused >> my curiosity. Looks like there is an Efratom rubidium source in it and a >> card cage that looks like 80's or early 90's technology. >> >> I guess it automates the measurement process, but I assume it couldn't >> measure better than the source that is in it. >> > > Rex, > > It's a wonderful piece of equipment. [snip] > Tom, thanks for all the info. I figured someone here might know about it.
P
Patrick
Wed, Jan 16, 2008 6:16 PM

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find
/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick

Hi Everyone I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. I however want to use this device under Linux. My Ubuntu box cannot find /dev/ttyUSB0 but a Mepis Linux live CD can. I have tried the following commands: echo ++auto 0 CR > /dev/ttyUSB0 echo ++auto 1 CR > /dev/ttyUSB0 echo ++auto 0 \r > /dev/ttyUSB0 echo ++auto 1 \r > /dev/ttyUSB0 echo ++auto 0 \n > /dev/ttyUSB0 echo ++auto 1 \n > /dev/ttyUSB0 echo ++auto 0 \r\n > /dev/ttyUSB0 echo ++auto 1 \r\n > /dev/ttyUSB0 I have not been able to switch the led on from talk to listen. Could someone give me a bash sample of the correct syntax to use? Thanks in advance-Patrick
JA
John Ackermann N8UR
Wed, Jan 16, 2008 6:49 PM

Hi Patrick --

Off the top of my head, I can't help with the syntax, but I wanted to
mention that sometimes under Linux a USB device will assume different
device names depending on how many times (and how recently) it's been
plugged and unplugged.  So, it's possible the Prologix may answer on
ttyUSB1 or even ttyUSB2 after a few troubleshooting attempts.

John

Patrick wrote:

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find
/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Patrick -- Off the top of my head, I can't help with the syntax, but I wanted to mention that sometimes under Linux a USB device will assume different device names depending on how many times (and how recently) it's been plugged and unplugged. So, it's possible the Prologix may answer on ttyUSB1 or even ttyUSB2 after a few troubleshooting attempts. John ---- Patrick wrote: > Hi Everyone > > I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. > > I however want to use this device under Linux. My Ubuntu box cannot find > /dev/ttyUSB0 but a Mepis Linux live CD can. > > I have tried the following commands: > echo ++auto 0 CR > /dev/ttyUSB0 > echo ++auto 1 CR > /dev/ttyUSB0 > echo ++auto 0 \r > /dev/ttyUSB0 > echo ++auto 1 \r > /dev/ttyUSB0 > echo ++auto 0 \n > /dev/ttyUSB0 > echo ++auto 1 \n > /dev/ttyUSB0 > echo ++auto 0 \r\n > /dev/ttyUSB0 > echo ++auto 1 \r\n > /dev/ttyUSB0 > > I have not been able to switch the led on from talk to listen. > > Could someone give me a bash sample of the correct syntax to use? > > Thanks in advance-Patrick > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > >
JM
Jeff Mock
Wed, Jan 16, 2008 8:38 PM

I have excellent luck using a Prologix device on a couple of different
machines running ubuntu linux (7.04 and 7.10).  I find it totally painless.

You might run usbview and see if the device is being recognized or look
at /var/log/messages while plugging in the device.  Something like:

% sudo tail -f /var/log/messages

You should see the device get recognized and a message telling you what
device it is assigned to.

I use the ser2net daemon with the prologix device.  This acts as a proxy
for accessing serial devices over the network.  This way you can
telnet to the GPIB device from the local machine or over the network.
This makes it really convenient to access GPIB devices over the local
network.

As far as programming the GPIB devices, I use perl, it's a lot cleaner
than a bunch of crazy echo commands in a bash script.  The Telnet module
in perl makes it easy to access the ser2net proxy to the GPIB device.

There are a lot of different ways to do it, but that's what works best
for me.

jeff

Patrick wrote:

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find
/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

I have excellent luck using a Prologix device on a couple of different machines running ubuntu linux (7.04 and 7.10). I find it totally painless. You might run usbview and see if the device is being recognized or look at /var/log/messages while plugging in the device. Something like: % sudo tail -f /var/log/messages You should see the device get recognized and a message telling you what device it is assigned to. I use the ser2net daemon with the prologix device. This acts as a proxy for accessing serial devices over the network. This way you can telnet to the GPIB device from the local machine or over the network. This makes it really convenient to access GPIB devices over the local network. As far as programming the GPIB devices, I use perl, it's a lot cleaner than a bunch of crazy echo commands in a bash script. The Telnet module in perl makes it easy to access the ser2net proxy to the GPIB device. There are a lot of different ways to do it, but that's what works best for me. jeff Patrick wrote: > Hi Everyone > > I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. > > I however want to use this device under Linux. My Ubuntu box cannot find > /dev/ttyUSB0 but a Mepis Linux live CD can. > > I have tried the following commands: > echo ++auto 0 CR > /dev/ttyUSB0 > echo ++auto 1 CR > /dev/ttyUSB0 > echo ++auto 0 \r > /dev/ttyUSB0 > echo ++auto 1 \r > /dev/ttyUSB0 > echo ++auto 0 \n > /dev/ttyUSB0 > echo ++auto 1 \n > /dev/ttyUSB0 > echo ++auto 0 \r\n > /dev/ttyUSB0 > echo ++auto 1 \r\n > /dev/ttyUSB0 > > I have not been able to switch the led on from talk to listen. > > Could someone give me a bash sample of the correct syntax to use? > > Thanks in advance-Patrick > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. >
CH
Chuck Harris
Wed, Jan 16, 2008 11:47 PM

You don't have the daemon that automatically loads new USB
devices running.  I forget its name, but it is easily found
by doing a google on linux USB.

Or, you can look in Synaptic and search on USB.

If I get a chance, I will look it up later on this evening.

-Chuck Harris

Patrick wrote:

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find
/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

You don't have the daemon that automatically loads new USB devices running. I forget its name, but it is easily found by doing a google on linux USB. Or, you can look in Synaptic and search on USB. If I get a chance, I will look it up later on this evening. -Chuck Harris Patrick wrote: > Hi Everyone > > I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. > > I however want to use this device under Linux. My Ubuntu box cannot find > /dev/ttyUSB0 but a Mepis Linux live CD can. > > I have tried the following commands: > echo ++auto 0 CR > /dev/ttyUSB0 > echo ++auto 1 CR > /dev/ttyUSB0 > echo ++auto 0 \r > /dev/ttyUSB0 > echo ++auto 1 \r > /dev/ttyUSB0 > echo ++auto 0 \n > /dev/ttyUSB0 > echo ++auto 1 \n > /dev/ttyUSB0 > echo ++auto 0 \r\n > /dev/ttyUSB0 > echo ++auto 1 \r\n > /dev/ttyUSB0 > > I have not been able to switch the led on from talk to listen. > > Could someone give me a bash sample of the correct syntax to use? > > Thanks in advance-Patrick > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. >
P
Patrick
Thu, Jan 17, 2008 2:24 AM

Thanks to Chuck, Jeff, Christian and John!

I was trying to do a quick test with a live CD in bash but the general
message I have gotten is to fix the Ubuntu install. Indeed you were
right and I was wrong.

I tried this command (thanks Jeff)

sudo tail -f /var/log/messages

I found out that I had a conflict with brltty. I don't remember
installing a brail terminal!

It's funny it only had a conflict with the prologix device and not a
usb-serial adapter.

Anyhow I am trying to communicate with the device with PySerial now. I
am getting error messages back when I read but at least that's something.

Thanks again to all.

-Patrick

Chuck Harris wrote:

You don't have the daemon that automatically loads new USB
devices running.  I forget its name, but it is easily found
by doing a google on linux USB.

Or, you can look in Synaptic and search on USB.

If I get a chance, I will look it up later on this evening.

-Chuck Harris

Patrick wrote:

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find
/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Thanks to Chuck, Jeff, Christian and John! I was trying to do a quick test with a live CD in bash but the general message I have gotten is to fix the Ubuntu install. Indeed you were right and I was wrong. I tried this command (thanks Jeff) sudo tail -f /var/log/messages I found out that I had a conflict with brltty. I don't remember installing a brail terminal! It's funny it only had a conflict with the prologix device and not a usb-serial adapter. Anyhow I am trying to communicate with the device with PySerial now. I am getting error messages back when I read but at least that's something. Thanks again to all. -Patrick Chuck Harris wrote: > You don't have the daemon that automatically loads new USB > devices running. I forget its name, but it is easily found > by doing a google on linux USB. > > Or, you can look in Synaptic and search on USB. > > If I get a chance, I will look it up later on this evening. > > -Chuck Harris > > > > Patrick wrote: > >> Hi Everyone >> >> I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. >> >> I however want to use this device under Linux. My Ubuntu box cannot find >> /dev/ttyUSB0 but a Mepis Linux live CD can. >> >> I have tried the following commands: >> echo ++auto 0 CR > /dev/ttyUSB0 >> echo ++auto 1 CR > /dev/ttyUSB0 >> echo ++auto 0 \r > /dev/ttyUSB0 >> echo ++auto 1 \r > /dev/ttyUSB0 >> echo ++auto 0 \n > /dev/ttyUSB0 >> echo ++auto 1 \n > /dev/ttyUSB0 >> echo ++auto 0 \r\n > /dev/ttyUSB0 >> echo ++auto 1 \r\n > /dev/ttyUSB0 >> >> I have not been able to switch the led on from talk to listen. >> >> Could someone give me a bash sample of the correct syntax to use? >> >> Thanks in advance-Patrick >> >> >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> >> > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > >
P
Patrick
Thu, Jan 17, 2008 2:53 AM

So sorry guys. I have been pulling my hair out for the last hour. One
more question please.

Abdul sent me over a PySerial script just before I bought this item.

In the script there was line line like this:
ser.write("plot;\r\n")

I have tried ser.write("++ver;\r\n') and many other commands and
carriage returns.

With ser.read(100) I get
'Unrecognized command\r\n'

So at least I have some communication. Could someone help me with the
syntax?

Thanks in advance-Patrick

Patrick wrote:

Thanks to Chuck, Jeff, Christian and John!

I was trying to do a quick test with a live CD in bash but the general
message I have gotten is to fix the Ubuntu install. Indeed you were
right and I was wrong.

I tried this command (thanks Jeff)

sudo tail -f /var/log/messages

I found out that I had a conflict with brltty. I don't remember
installing a brail terminal!

It's funny it only had a conflict with the prologix device and not a
usb-serial adapter.

Anyhow I am trying to communicate with the device with PySerial now. I
am getting error messages back when I read but at least that's something.

Thanks again to all.

-Patrick

Chuck Harris wrote:

You don't have the daemon that automatically loads new USB
devices running.  I forget its name, but it is easily found
by doing a google on linux USB.

Or, you can look in Synaptic and search on USB.

If I get a chance, I will look it up later on this evening.

-Chuck Harris

Patrick wrote:

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find
/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

So sorry guys. I have been pulling my hair out for the last hour. One more question please. Abdul sent me over a PySerial script just before I bought this item. In the script there was line line like this: ser.write("plot;\r\n") I have tried ser.write("++ver;\r\n') and many other commands and carriage returns. With ser.read(100) I get 'Unrecognized command\r\n' So at least I have some communication. Could someone help me with the syntax? Thanks in advance-Patrick Patrick wrote: > Thanks to Chuck, Jeff, Christian and John! > > I was trying to do a quick test with a live CD in bash but the general > message I have gotten is to fix the Ubuntu install. Indeed you were > right and I was wrong. > > I tried this command (thanks Jeff) > > sudo tail -f /var/log/messages > > I found out that I had a conflict with brltty. I don't remember > installing a brail terminal! > > It's funny it only had a conflict with the prologix device and not a > usb-serial adapter. > > Anyhow I am trying to communicate with the device with PySerial now. I > am getting error messages back when I read but at least that's something. > > Thanks again to all. > > -Patrick > > > Chuck Harris wrote: > >> You don't have the daemon that automatically loads new USB >> devices running. I forget its name, but it is easily found >> by doing a google on linux USB. >> >> Or, you can look in Synaptic and search on USB. >> >> If I get a chance, I will look it up later on this evening. >> >> -Chuck Harris >> >> >> >> Patrick wrote: >> >> >>> Hi Everyone >>> >>> I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. >>> >>> I however want to use this device under Linux. My Ubuntu box cannot find >>> /dev/ttyUSB0 but a Mepis Linux live CD can. >>> >>> I have tried the following commands: >>> echo ++auto 0 CR > /dev/ttyUSB0 >>> echo ++auto 1 CR > /dev/ttyUSB0 >>> echo ++auto 0 \r > /dev/ttyUSB0 >>> echo ++auto 1 \r > /dev/ttyUSB0 >>> echo ++auto 0 \n > /dev/ttyUSB0 >>> echo ++auto 1 \n > /dev/ttyUSB0 >>> echo ++auto 0 \r\n > /dev/ttyUSB0 >>> echo ++auto 1 \r\n > /dev/ttyUSB0 >>> >>> I have not been able to switch the led on from talk to listen. >>> >>> Could someone give me a bash sample of the correct syntax to use? >>> >>> Thanks in advance-Patrick >>> >>> >>> _______________________________________________ >>> time-nuts mailing list -- time-nuts@febo.com >>> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >>> and follow the instructions there. >>> >>> >>> >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> >> >> > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > >
P
Prologix
Thu, Jan 17, 2008 3:01 AM

Patrick,

There is no semi-colon after Prologix adapter commands (those that start
with ++).
Try:

ser.write("++ver\r\n")

Regards,
Abdul

-----Original Message-----
From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On
Behalf Of Patrick
Sent: Wednesday, January 16, 2008 6:53 PM
To: Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Prologix, 1 more quick ?

So sorry guys. I have been pulling my hair out for the last hour. One
more question please.

Abdul sent me over a PySerial script just before I bought this item.

In the script there was line line like this:
ser.write("plot;\r\n")

I have tried ser.write("++ver;\r\n') and many other commands and
carriage returns.

With ser.read(100) I get
'Unrecognized command\r\n'

So at least I have some communication. Could someone help me with the
syntax?

Thanks in advance-Patrick

Patrick wrote:

Thanks to Chuck, Jeff, Christian and John!

I was trying to do a quick test with a live CD in bash but the general
message I have gotten is to fix the Ubuntu install. Indeed you were
right and I was wrong.

I tried this command (thanks Jeff)

sudo tail -f /var/log/messages

I found out that I had a conflict with brltty. I don't remember
installing a brail terminal!

It's funny it only had a conflict with the prologix device and not a
usb-serial adapter.

Anyhow I am trying to communicate with the device with PySerial now. I
am getting error messages back when I read but at least that's something.

Thanks again to all.

-Patrick

Chuck Harris wrote:

You don't have the daemon that automatically loads new USB
devices running.  I forget its name, but it is easily found
by doing a google on linux USB.

Or, you can look in Synaptic and search on USB.

If I get a chance, I will look it up later on this evening.

-Chuck Harris

Patrick wrote:

Hi Everyone

I know that my Prologix device is functioning thanks to Ulrich's EZGPIB.

I however want to use this device under Linux. My Ubuntu box cannot find

/dev/ttyUSB0 but a Mepis Linux live CD can.

I have tried the following commands:
echo ++auto 0 CR > /dev/ttyUSB0
echo ++auto 1 CR > /dev/ttyUSB0
echo ++auto 0 \r > /dev/ttyUSB0
echo ++auto 1 \r > /dev/ttyUSB0
echo ++auto 0 \n > /dev/ttyUSB0
echo ++auto 1 \n > /dev/ttyUSB0
echo ++auto 0 \r\n > /dev/ttyUSB0
echo ++auto 1 \r\n > /dev/ttyUSB0

I have not been able to switch the led on from talk to listen.

Could someone give me a bash sample of the correct syntax to use?

Thanks in advance-Patrick


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to

and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to

and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to

and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Patrick, There is no semi-colon after Prologix adapter commands (those that start with ++). Try: ser.write("++ver\r\n") Regards, Abdul -----Original Message----- From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On Behalf Of Patrick Sent: Wednesday, January 16, 2008 6:53 PM To: Discussion of precise time and frequency measurement Subject: Re: [time-nuts] Prologix, 1 more quick ? So sorry guys. I have been pulling my hair out for the last hour. One more question please. Abdul sent me over a PySerial script just before I bought this item. In the script there was line line like this: ser.write("plot;\r\n") I have tried ser.write("++ver;\r\n') and many other commands and carriage returns. With ser.read(100) I get 'Unrecognized command\r\n' So at least I have some communication. Could someone help me with the syntax? Thanks in advance-Patrick Patrick wrote: > Thanks to Chuck, Jeff, Christian and John! > > I was trying to do a quick test with a live CD in bash but the general > message I have gotten is to fix the Ubuntu install. Indeed you were > right and I was wrong. > > I tried this command (thanks Jeff) > > sudo tail -f /var/log/messages > > I found out that I had a conflict with brltty. I don't remember > installing a brail terminal! > > It's funny it only had a conflict with the prologix device and not a > usb-serial adapter. > > Anyhow I am trying to communicate with the device with PySerial now. I > am getting error messages back when I read but at least that's something. > > Thanks again to all. > > -Patrick > > > Chuck Harris wrote: > >> You don't have the daemon that automatically loads new USB >> devices running. I forget its name, but it is easily found >> by doing a google on linux USB. >> >> Or, you can look in Synaptic and search on USB. >> >> If I get a chance, I will look it up later on this evening. >> >> -Chuck Harris >> >> >> >> Patrick wrote: >> >> >>> Hi Everyone >>> >>> I know that my Prologix device is functioning thanks to Ulrich's EZGPIB. >>> >>> I however want to use this device under Linux. My Ubuntu box cannot find >>> /dev/ttyUSB0 but a Mepis Linux live CD can. >>> >>> I have tried the following commands: >>> echo ++auto 0 CR > /dev/ttyUSB0 >>> echo ++auto 1 CR > /dev/ttyUSB0 >>> echo ++auto 0 \r > /dev/ttyUSB0 >>> echo ++auto 1 \r > /dev/ttyUSB0 >>> echo ++auto 0 \n > /dev/ttyUSB0 >>> echo ++auto 1 \n > /dev/ttyUSB0 >>> echo ++auto 0 \r\n > /dev/ttyUSB0 >>> echo ++auto 1 \r\n > /dev/ttyUSB0 >>> >>> I have not been able to switch the led on from talk to listen. >>> >>> Could someone give me a bash sample of the correct syntax to use? >>> >>> Thanks in advance-Patrick >>> >>> >>> _______________________________________________ >>> time-nuts mailing list -- time-nuts@febo.com >>> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >>> and follow the instructions there. >>> >>> >>> >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> >> >> > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > > _______________________________________________ time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.