time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Re: [time-nuts] Serial port / Mouse issue (was mentioned in "Thunderbolt Monitor")

SW
Sarah White
Fri, Jan 25, 2013 4:18 AM

On 1/24/2013 11:07 PM, Sarah White wrote:

(quotes)

NOTE:  If you boot Windows with your ThunderBolt connected to the Com
port, Windows will think it is a serial mouse and grab the port.  It
can lead to some interesting Windows behavior as the T-Bolt outputs
data.

Easy fix. Add the following to your "Boot.ini" file. Obviously, the "x" stands for the COM port you are using.

NoSerialMice:COMx

(end quotes)

I'm not sure who typed the above text, the quote style was hard to
understand... Might've been some combination of Joe Gray, John Lofgren,
and/or someone who signs as mike?

Anyway... Here's my $0.02:

Windows Vista / 7 doesn't use

"boot.ini"

... do this instead:

Click on start --> In the search box, type in regedit
Registry editor windows opens... Navigate to the location:
HKEY_LOCAL_MACHINE
--> SYSTEM
--> CurrentControlSet
--> Services
--> sermouse
In the right hand, you'll see stuff like:

(default)
DisplayName
etc. etc. etc.

There should be a "dword (32bit) value" titled:

"start"

Set the value of this to: 00000004

If you do not see "start" use the following steps:

Right click on the (white) blank space
(below the default, displayname, etc.)

After right click to get context menu, click "New"
... a sub-menu will expand:
Select the option for:
"dword 32-bit value"

Now, give this value the name "start"

Right click to select "modify"

It should have the value: 00000004

Restart the computer

You're done :)

The mouse will no longer freak out, and your GPS (timing mode, TSIP,
NMEA, or otherwise) or other RS-232 device will now work normally and
not be detected as mouse, make cursor jump strangely, etc.

Hope someone finds this useful,
Sarah

This info applies to windows XP as well:

http://goo.gl/IqmDB

Post number 6 they said:

---snip---

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\sermouse]
"Start"=dword:00000004

there should be no blank between Servic and es!!!!

---snip---

but uh... I never tested making a .reg file and "merge with registry" or
whatever. I'm pretty sure some antivirus software gets cranky when it
sees a .reg file, plus there's often a complication when people use
notepad to create a file and the file ends up something.reg.txt or ...
oh whatever, the same thing applies. winxp doesn't really use boot.ini
either for this

--Sarah

P.S. sorry to double-post like this.

On 1/24/2013 11:07 PM, Sarah White wrote: > (quotes) > > NOTE: If you boot Windows with your ThunderBolt connected to the Com > port, Windows will think it is a serial mouse and grab the port. It > can lead to some interesting Windows behavior as the T-Bolt outputs > data. > >> Easy fix. Add the following to your "Boot.ini" file. Obviously, the "x" stands for the COM port you are using. >> >> NoSerialMice:COMx >> > (end quotes) > > I'm not sure who typed the above text, the quote style was hard to > understand... Might've been some combination of Joe Gray, John Lofgren, > and/or someone who signs as mike? > > Anyway... Here's my $0.02: > > Windows Vista / 7 doesn't use > > "boot.ini" > > ... do this instead: > > Click on start --> In the search box, type in regedit > Registry editor windows opens... Navigate to the location: > HKEY_LOCAL_MACHINE > --> SYSTEM > --> CurrentControlSet > --> Services > --> sermouse > In the right hand, you'll see stuff like: > > (default) > DisplayName > etc. etc. etc. > > There should be a "dword (32bit) value" titled: > > "start" > > Set the value of this to: 00000004 > > If you do not see "start" use the following steps: > > Right click on the (white) blank space > (below the default, displayname, etc.) > > After right click to get context menu, click "New" > ... a sub-menu will expand: > Select the option for: > "dword 32-bit value" > > Now, give this value the name "start" > > Right click to select "modify" > > It should have the value: 00000004 > > Restart the computer > > You're done :) > > The mouse will no longer freak out, and your GPS (timing mode, TSIP, > NMEA, or otherwise) or other RS-232 device will now work normally and > not be detected as mouse, make cursor jump strangely, etc. > > Hope someone finds this useful, > Sarah > This info applies to windows XP as well: http://goo.gl/IqmDB Post number 6 they said: ---snip--- REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\sermouse] "Start"=dword:00000004 there should be no blank between Servic and es!!!! ---snip--- but uh... I never tested making a .reg file and "merge with registry" or whatever. I'm pretty sure some antivirus software gets cranky when it sees a .reg file, plus there's often a complication when people use notepad to create a file and the file ends up something.reg.txt or ... oh whatever, the same thing applies. winxp doesn't really use boot.ini either for this --Sarah P.S. sorry to double-post like this.
DJ
David J Taylor
Fri, Jan 25, 2013 6:43 AM

From: Sarah White
[complex instructions snipped]
--Sarah

P.S. sorry to double-post like this.

---==============

Sara,

It's far simpler to go into the Device Manger and disable the spurious
device, as described here:

http://www.gpsmap.net/GarminHints.html#GPSR_ComputerMouse

No need to edit boot.ini (obsolete in any case), no need to edit the
registry.  By the way, on a test Windows-8 system the GPS wasn't detected as
a serial mouse, so possibly Microsoft have improved the mouse detection
code!

Cheers,
David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk

From: Sarah White [complex instructions snipped] --Sarah P.S. sorry to double-post like this. =============================================== Sara, It's far simpler to go into the Device Manger and disable the spurious device, as described here: http://www.gpsmap.net/GarminHints.html#GPSR_ComputerMouse No need to edit boot.ini (obsolete in any case), no need to edit the registry. By the way, on a test Windows-8 system the GPS wasn't detected as a serial mouse, so possibly Microsoft have improved the mouse detection code! Cheers, David -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@blueyonder.co.uk
SW
Sarah White
Sun, Jan 27, 2013 1:28 AM

On 1/25/2013 1:43 AM, David J Taylor wrote:

From: Sarah White
[complex instructions snipped]
--Sarah

P.S. sorry to double-post like this.

---==============

Sara,

It's far simpler to go into the Device Manger and disable the spurious
device, as described here:

http://www.gpsmap.net/GarminHints.html#GPSR_ComputerMouse

No need to edit boot.ini (obsolete in any case), no need to edit the
registry.  By the way, on a test Windows-8 system the GPS wasn't
detected as a serial mouse, so possibly Microsoft have improved the
mouse detection code!

Cheers,
David

Beg your pardon?

  1. Your comment seems to suggest a misunderstanding. I wasn't advocating
    any editing of boot.ini in the first place.

...Boot.ini doesn't even exist anymore, so I wasn't suggesting that, as
it's s an outdated practice, and the official workaround is the one I
was trying to share...

  1. At the bottom of the section you just linked, it says:

See also the Microsoft Knowledge Base Article  # 283063, "Serial Device
May Be Detected as a Serial Mouse in Windows 2000".

The referenced knowledge base article, 283063:

http://support.microsoft.com/kb/283063

Title: Serial Device May Be Detected as a Serial Mouse in Windows 2000

^That workaround is for EVEN OLDER version of windows.

--snip--

APPLIES TO
Microsoft Windows 2000 Service Pack 1
Microsoft Windows 2000 Service Pack 2
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Service Pack 1
Microsoft Windows 2000 Service Pack 2

--snip--

If you "disable the offending device" in device manager, the automatic
"plug & play" can, and often DOES just re-install a second version of
this "mouse" after running windows update.

Second opinion about the approach I was recommending:

http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/windows-7-recognized-usb-gps-as-a-serial-mouse-in/0c3f0d94-6181-4a43-9e90-bcea8a21415d

Shortened URL: http://goo.gl/xFcSc

Note the similarity of official instructions, written by:

Samhrutha G S - Microsoft Support.

--snip--
i.          Click on start
ii.        In the search box, type in regedit
iii.      Registry editor windows opens
iv.      Navigate to the location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sermouse
--snip--

Whatever works for you though I guess. I was just explaining the
officially supported method shrugs

On 1/25/2013 1:43 AM, David J Taylor wrote: > From: Sarah White > [complex instructions snipped] > --Sarah > > P.S. sorry to double-post like this. > =============================================== > > Sara, > > It's far simpler to go into the Device Manger and disable the spurious > device, as described here: > > http://www.gpsmap.net/GarminHints.html#GPSR_ComputerMouse > > No need to edit boot.ini (obsolete in any case), no need to edit the > registry. By the way, on a test Windows-8 system the GPS wasn't > detected as a serial mouse, so possibly Microsoft have improved the > mouse detection code! > > Cheers, > David Beg your pardon? 1) Your comment seems to suggest a misunderstanding. I wasn't advocating any editing of boot.ini in the first place. ...Boot.ini doesn't even exist anymore, so I wasn't suggesting that, as it's s an outdated practice, and the official workaround is the one I was trying to share... 2) At the bottom of the section you just linked, it says: See also the Microsoft Knowledge Base Article # 283063, "Serial Device May Be Detected as a Serial Mouse in Windows 2000". The referenced knowledge base article, 283063: http://support.microsoft.com/kb/283063 Title: Serial Device May Be Detected as a Serial Mouse in Windows 2000 ^That workaround is for EVEN OLDER version of windows. --snip-- APPLIES TO Microsoft Windows 2000 Service Pack 1 Microsoft Windows 2000 Service Pack 2 Microsoft Windows 2000 Advanced Server Microsoft Windows 2000 Advanced Server Microsoft Windows 2000 Service Pack 1 Microsoft Windows 2000 Service Pack 2 --snip-- If you "disable the offending device" in device manager, the automatic "plug & play" can, and often DOES just re-install a second version of this "mouse" after running windows update. Second opinion about the approach I was recommending: http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/windows-7-recognized-usb-gps-as-a-serial-mouse-in/0c3f0d94-6181-4a43-9e90-bcea8a21415d Shortened URL: http://goo.gl/xFcSc Note the similarity of official instructions, written by: Samhrutha G S - Microsoft Support. --snip-- i. Click on start ii. In the search box, type in regedit iii. Registry editor windows opens iv. Navigate to the location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sermouse --snip-- Whatever works for you though I guess. I was just explaining the officially supported method *shrugs*
TV
Tom Van Baak
Sun, Jan 27, 2013 3:05 AM

David -- that particular "solution" does not work in many cases.

Shortened URL: http://goo.gl/xFcSc

Sarah -- that solution also doesn't work in many cases. Read the entire 3 pages of frustrated comments that follow the so-called "solution" to the problem (the start value resets to 3).

All -- I've never seen a robust solution to the issue of rapid serial data on a Windows NT/XP/Vista/7 machine. It's not just GPS; any serial telemetry device from thermometer to frequency counter to time interval analyzer suffers the same fate. If any of you have a 100% workable solution please send it to me off-line. If I'm convinced it works, I'll post the one true solution here.

I realize there are a number of work-around hacks that sometimes work, or work for a while. My goal is a single action a windows user can perform that will then permanently prevent any and all future serial / PnP / USB GPS-like devices from being wrongly interpreted as a mouse for the life of the machine.

Thanks,
/tvb

>> http://www.gpsmap.net/GarminHints.html#GPSR_ComputerMouse David -- that particular "solution" does not work in many cases. > Shortened URL: http://goo.gl/xFcSc Sarah -- that solution also doesn't work in many cases. Read the entire 3 pages of frustrated comments that follow the so-called "solution" to the problem (the start value resets to 3). All -- I've never seen a robust solution to the issue of rapid serial data on a Windows NT/XP/Vista/7 machine. It's not just GPS; any serial telemetry device from thermometer to frequency counter to time interval analyzer suffers the same fate. If any of you have a 100% workable solution please send it to me *off-line*. If I'm convinced it works, I'll post the one true solution here. I realize there are a number of work-around hacks that sometimes work, or work for a while. My goal is a single action a windows user can perform that will then permanently prevent any and all future serial / PnP / USB GPS-like devices from being wrongly interpreted as a mouse for the life of the machine. Thanks, /tvb
DJ
David J Taylor
Sun, Jan 27, 2013 6:33 AM

David -- that particular "solution" does not work in many cases.

Shortened URL: http://goo.gl/xFcSc

Sarah -- that solution also doesn't work in many cases. Read the entire 3
pages of frustrated comments that follow the so-called "solution" to the
problem (the start value resets to 3).

All -- I've never seen a robust solution to the issue of rapid serial data
on a Windows NT/XP/Vista/7 machine. It's not just GPS; any serial telemetry
device from thermometer to frequency counter to time interval analyzer
suffers the same fate. If any of you have a 100% workable solution please
send it to me off-line. If I'm convinced it works, I'll post the one true
solution here.

I realize there are a number of work-around hacks that sometimes work, or
work for a while. My goal is a single action a windows user can perform that
will then permanently prevent any and all future serial / PnP / USB GPS-like
devices from being wrongly interpreted as a mouse for the life of the
machine.

Thanks,
/tvb

---==========

Tom,

Thanks for the updates.  On both my Windows-7/64 PC and my Windows-8/64 PC
I've not had to apply any fixes at all.

Cheers,
David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk

>> http://www.gpsmap.net/GarminHints.html#GPSR_ComputerMouse David -- that particular "solution" does not work in many cases. > Shortened URL: http://goo.gl/xFcSc Sarah -- that solution also doesn't work in many cases. Read the entire 3 pages of frustrated comments that follow the so-called "solution" to the problem (the start value resets to 3). All -- I've never seen a robust solution to the issue of rapid serial data on a Windows NT/XP/Vista/7 machine. It's not just GPS; any serial telemetry device from thermometer to frequency counter to time interval analyzer suffers the same fate. If any of you have a 100% workable solution please send it to me *off-line*. If I'm convinced it works, I'll post the one true solution here. I realize there are a number of work-around hacks that sometimes work, or work for a while. My goal is a single action a windows user can perform that will then permanently prevent any and all future serial / PnP / USB GPS-like devices from being wrongly interpreted as a mouse for the life of the machine. Thanks, /tvb =========================================== Tom, Thanks for the updates. On both my Windows-7/64 PC and my Windows-8/64 PC I've not had to apply any fixes at all. Cheers, David -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@blueyonder.co.uk
DJ
David J Taylor
Sun, Jan 27, 2013 6:42 AM

-----Original Message-----
From: Sarah White
[]
Whatever works for you though I guess. I was just explaining the
officially supported method shrugs

---================

It seems from Tom's comments that the various fixes don't work for everyone.
I count myself lucky that I've not needed any fixes for either my Win-7/64
and my Win-8/64 PCs.  Win-7/64 is from a Sure Electronics evaluation board
running at the default 9600 baud with several sentences, and Win-8/64 from a
Garmin GPS 18x LVC at 38400 baud, emitting just $GPRMC if I recall
correctly.

I wasn't originally aware of the more recent Microsoft article, not having
needed it myself, so thanks for the pointer.

I hope the information we both presented will be helpful to someone.

Cheers,
David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk

-----Original Message----- From: Sarah White [] Whatever works for you though I guess. I was just explaining the officially supported method *shrugs* ================================================= It seems from Tom's comments that the various fixes don't work for everyone. I count myself lucky that I've not needed any fixes for either my Win-7/64 and my Win-8/64 PCs. Win-7/64 is from a Sure Electronics evaluation board running at the default 9600 baud with several sentences, and Win-8/64 from a Garmin GPS 18x LVC at 38400 baud, emitting just $GPRMC if I recall correctly. I wasn't originally aware of the more recent Microsoft article, not having needed it myself, so thanks for the pointer. I hope the information we both presented will be helpful to someone. Cheers, David -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@blueyonder.co.uk
ST
Stephen Tompsett
Sun, Jan 27, 2013 9:13 AM

A method that does work (for me) on Windows XP and Windows 7 to tame the
wild mouse.

  1. Use a FTDI USB to serial port converter
  2. Disable 'Serial Enumerator' in the advanced device settings properties.

I've used both single port adapters based on FT232 chips and 4 port
FT4232 devices.
N.B. This option does not appear to be available for standard COM ports,
or USB to Serial devices from other manufacturers.

On 27/01/2013 06:42, David J Taylor wrote:

-----Original Message----- From: Sarah White
[]
Whatever works for you though I guess. I was just explaining the
officially supported method shrugs

---================

It seems from Tom's comments that the various fixes don't work for
everyone. I count myself lucky that I've not needed any fixes for
either my Win-7/64 and my Win-8/64 PCs.  Win-7/64 is from a Sure
Electronics evaluation board running at the default 9600 baud with
several sentences, and Win-8/64 from a Garmin GPS 18x LVC at 38400
baud, emitting just $GPRMC if I recall correctly.

I wasn't originally aware of the more recent Microsoft article, not
having needed it myself, so thanks for the pointer.

I hope the information we both presented will be helpful to someone.

Cheers,
David

--
Stephen Tompsett

A method that does work (for me) on Windows XP and Windows 7 to tame the wild mouse. 1. Use a FTDI USB to serial port converter 2. Disable 'Serial Enumerator' in the advanced device settings properties. I've used both single port adapters based on FT232 chips and 4 port FT4232 devices. N.B. This option does not appear to be available for standard COM ports, or USB to Serial devices from other manufacturers. On 27/01/2013 06:42, David J Taylor wrote: > -----Original Message----- From: Sarah White > [] > Whatever works for you though I guess. I was just explaining the > officially supported method *shrugs* > ================================================= > > It seems from Tom's comments that the various fixes don't work for > everyone. I count myself lucky that I've not needed any fixes for > either my Win-7/64 and my Win-8/64 PCs. Win-7/64 is from a Sure > Electronics evaluation board running at the default 9600 baud with > several sentences, and Win-8/64 from a Garmin GPS 18x LVC at 38400 > baud, emitting just $GPRMC if I recall correctly. > > I wasn't originally aware of the more recent Microsoft article, not > having needed it myself, so thanks for the pointer. > > I hope the information we both presented will be helpful to someone. > > Cheers, > David -- Stephen Tompsett
D
dlewis6767
Sun, Jan 27, 2013 9:17 AM

I am interfacing all my various GPS modules (NMEA, TSIP, TEP, UBX, etc...)
to my XP machine through a virtual com port Prolific 2303 chipset/drivers
(sold all over eBay for about $2.00). The Silicon Labs 2102 chipset works as
well.

Not sure if this is germane to this thread, ...but I have never seen such a
serial port issue you'all are describing.

-Don

I am interfacing all my various GPS modules (NMEA, TSIP, TEP, UBX, etc...) to my XP machine through a virtual com port Prolific 2303 chipset/drivers (sold all over eBay for about $2.00). The Silicon Labs 2102 chipset works as well. Not sure if this is germane to this thread, ...but I have never seen such a serial port issue you'all are describing. -Don
SW
Stan, W1LE
Sun, Jan 27, 2013 1:47 PM

Hello The Net:

Yes, I have had the mouse problem, but the more serious issue is when I
run multiple (3) instances of Lady Heather
(latest version at KE5FX) and after awhile none of the times agree and
the problem only gets worse with time.
I have tried the multiple USB to RS232 adapters into motherboard USB
ports and I have tried a multi USB port PCI card.

Any solutions with this problem ?

Stan, W1LE    Cape Cod    FN41sr

Hello The Net: Yes, I have had the mouse problem, but the more serious issue is when I run multiple (3) instances of Lady Heather (latest version at KE5FX) and after awhile none of the times agree and the problem only gets worse with time. I have tried the multiple USB to RS232 adapters into motherboard USB ports and I have tried a multi USB port PCI card. Any solutions with this problem ? Stan, W1LE Cape Cod FN41sr
PG
Peter Gottlieb
Sun, Jan 27, 2013 5:30 PM

At work we simply use multi port serial cards (no USB intermediary) or
Ethernet to serial adapters.  Any use of USB for critical test equipment was
pretty much banned here years ago.

On 1/27/2013 8:47 AM, Stan, W1LE wrote:

Hello The Net:

Yes, I have had the mouse problem, but the more serious issue is when I run
multiple (3) instances of Lady Heather
(latest version at KE5FX) and after awhile none of the times agree and the
problem only gets worse with time.
I have tried the multiple USB to RS232 adapters into motherboard USB ports and
I have tried a multi USB port PCI card.

Any solutions with this problem ?

Stan, W1LE    Cape Cod    FN41sr


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.


No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13

At work we simply use multi port serial cards (*no* USB intermediary) or Ethernet to serial adapters. Any use of USB for critical test equipment was pretty much banned here years ago. On 1/27/2013 8:47 AM, Stan, W1LE wrote: > Hello The Net: > > Yes, I have had the mouse problem, but the more serious issue is when I run > multiple (3) instances of Lady Heather > (latest version at KE5FX) and after awhile none of the times agree and the > problem only gets worse with time. > I have tried the multiple USB to RS232 adapters into motherboard USB ports and > I have tried a multi USB port PCI card. > > Any solutions with this problem ? > > Stan, W1LE Cape Cod FN41sr > > > > _______________________________________________ > 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. > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13 > >
DL
Don Latham
Sun, Jan 27, 2013 6:14 PM

At the risk of seeming flippant, may I suggest Linux?
Don

Stan, W1LE

Hello The Net:

Yes, I have had the mouse problem, but the more serious issue is when I
run multiple (3) instances of Lady Heather
(latest version at KE5FX) and after awhile none of the times agree and
the problem only gets worse with time.
I have tried the multiple USB to RS232 adapters into motherboard USB
ports and I have tried a multi USB port PCI card.

Any solutions with this problem ?

Stan, W1LE    Cape Cod    FN41sr


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.

--
"Neither the voice of authority nor the weight of reason and argument
are as significant as experiment, for thence comes quiet to the mind."
De Erroribus Medicorum, R. Bacon, 13th century.
"If you don't know what it is, don't poke it."
Ghost in the Shell

Dr. Don Latham AJ7LL
Six Mile Systems LLP
17850 Six Mile Road
POB 134
Huson, MT, 59846
VOX 406-626-4304
www.lightningforensics.com
www.sixmilesystems.com

At the risk of seeming flippant, may I suggest Linux? Don Stan, W1LE > Hello The Net: > > Yes, I have had the mouse problem, but the more serious issue is when I > run multiple (3) instances of Lady Heather > (latest version at KE5FX) and after awhile none of the times agree and > the problem only gets worse with time. > I have tried the multiple USB to RS232 adapters into motherboard USB > ports and I have tried a multi USB port PCI card. > > Any solutions with this problem ? > > Stan, W1LE Cape Cod FN41sr > > > > _______________________________________________ > 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. > -- "Neither the voice of authority nor the weight of reason and argument are as significant as experiment, for thence comes quiet to the mind." De Erroribus Medicorum, R. Bacon, 13th century. "If you don't know what it is, don't poke it." Ghost in the Shell Dr. Don Latham AJ7LL Six Mile Systems LLP 17850 Six Mile Road POB 134 Huson, MT, 59846 VOX 406-626-4304 www.lightningforensics.com www.sixmilesystems.com
B
bownes
Sun, Jan 27, 2013 6:37 PM

The problem with the Ethernet adapters is the lack of software support on the OS side. I'd have gone to that long ago if I could point any bit if software at a serial port that was actually on a terminal server out on the ip fabric.

On Jan 27, 2013, at 12:30, Peter Gottlieb nerd@verizon.net wrote:

At work we simply use multi port serial cards (no USB intermediary) or Ethernet to serial adapters.  Any use of USB for critical test equipment was pretty much banned here years ago.

On 1/27/2013 8:47 AM, Stan, W1LE wrote:

Hello The Net:

Yes, I have had the mouse problem, but the more serious issue is when I run multiple (3) instances of Lady Heather
(latest version at KE5FX) and after awhile none of the times agree and the problem only gets worse with time.
I have tried the multiple USB to RS232 adapters into motherboard USB ports and I have tried a multi USB port PCI card.

Any solutions with this problem ?

Stan, W1LE    Cape Cod    FN41sr


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.


No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13


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.

The problem with the Ethernet adapters is the lack of software support on the OS side. I'd have gone to that long ago if I could point any bit if software at a serial port that was actually on a terminal server out on the ip fabric. On Jan 27, 2013, at 12:30, Peter Gottlieb <nerd@verizon.net> wrote: > At work we simply use multi port serial cards (*no* USB intermediary) or Ethernet to serial adapters. Any use of USB for critical test equipment was pretty much banned here years ago. > > > On 1/27/2013 8:47 AM, Stan, W1LE wrote: >> Hello The Net: >> >> Yes, I have had the mouse problem, but the more serious issue is when I run multiple (3) instances of Lady Heather >> (latest version at KE5FX) and after awhile none of the times agree and the problem only gets worse with time. >> I have tried the multiple USB to RS232 adapters into motherboard USB ports and I have tried a multi USB port PCI card. >> >> Any solutions with this problem ? >> >> Stan, W1LE Cape Cod FN41sr >> >> >> >> _______________________________________________ >> 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. >> >> >> ----- >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13 > > _______________________________________________ > 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.
JL
Jim Lux
Sun, Jan 27, 2013 6:48 PM

On 1/27/13 9:30 AM, Peter Gottlieb wrote:

At work we simply use multi port serial cards (no USB intermediary) or
Ethernet to serial adapters.  Any use of USB for critical test equipment
was pretty much banned here years ago.

Why the proscription against USB?
Because of difficulty with USB device drivers? Or the plethora of serial
port emulators that have unforeseen interactions with software that
thinks it's talking to a real serial port? or what?

On 1/27/13 9:30 AM, Peter Gottlieb wrote: > At work we simply use multi port serial cards (*no* USB intermediary) or > Ethernet to serial adapters. Any use of USB for critical test equipment > was pretty much banned here years ago. > > Why the proscription against USB? Because of difficulty with USB device drivers? Or the plethora of serial port emulators that have unforeseen interactions with software that thinks it's talking to a real serial port? or what?
BB
Bob Bownes
Sun, Jan 27, 2013 7:01 PM

There are some well documented issues with timing and USB that have been
rehashed here a few times.

On Sun, Jan 27, 2013 at 1:48 PM, Jim Lux jimlux@earthlink.net wrote:

On 1/27/13 9:30 AM, Peter Gottlieb wrote:

At work we simply use multi port serial cards (no USB intermediary) or
Ethernet to serial adapters.  Any use of USB for critical test equipment
was pretty much banned here years ago.

Why the proscription against USB?

Because of difficulty with USB device drivers? Or the plethora of serial
port emulators that have unforeseen interactions with software that thinks
it's talking to a real serial port? or what?

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

There are some well documented issues with timing and USB that have been rehashed here a few times. On Sun, Jan 27, 2013 at 1:48 PM, Jim Lux <jimlux@earthlink.net> wrote: > On 1/27/13 9:30 AM, Peter Gottlieb wrote: > >> At work we simply use multi port serial cards (*no* USB intermediary) or >> Ethernet to serial adapters. Any use of USB for critical test equipment >> was pretty much banned here years ago. >> >> >> Why the proscription against USB? > Because of difficulty with USB device drivers? Or the plethora of serial > port emulators that have unforeseen interactions with software that thinks > it's talking to a real serial port? or what? > > > > > ______________________________**_________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/** > mailman/listinfo/time-nuts<https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts> > and follow the instructions there. >
JL
Jim Lux
Sun, Jan 27, 2013 7:11 PM

On 1/27/13 11:01 AM, Bob Bownes wrote:

There are some well documented issues with timing and USB that have been
rehashed here a few times.

Sure, the timing isn't really , really predictable  (8kHz frame rate and
all that).. but assuming you're just controlling something where you
need 10s or 100s of millisecond timing and shoving data back and forth..

On Sun, Jan 27, 2013 at 1:48 PM, Jim Lux jimlux@earthlink.net wrote:

On 1/27/13 9:30 AM, Peter Gottlieb wrote:

At work we simply use multi port serial cards (no USB intermediary) or
Ethernet to serial adapters.  Any use of USB for critical test equipment
was pretty much banned here years ago.

Why the proscription against USB?

Because of difficulty with USB device drivers? Or the plethora of serial
port emulators that have unforeseen interactions with software that thinks
it's talking to a real serial port? or what?

On 1/27/13 11:01 AM, Bob Bownes wrote: > There are some well documented issues with timing and USB that have been > rehashed here a few times. > Sure, the timing isn't really , really predictable (8kHz frame rate and all that).. but assuming you're just controlling something where you need 10s or 100s of millisecond timing and shoving data back and forth.. > > On Sun, Jan 27, 2013 at 1:48 PM, Jim Lux <jimlux@earthlink.net> wrote: > >> On 1/27/13 9:30 AM, Peter Gottlieb wrote: >> >>> At work we simply use multi port serial cards (*no* USB intermediary) or >>> Ethernet to serial adapters. Any use of USB for critical test equipment >>> was pretty much banned here years ago. >>> >>> >>> Why the proscription against USB? >> Because of difficulty with USB device drivers? Or the plethora of serial >> port emulators that have unforeseen interactions with software that thinks >> it's talking to a real serial port? or what? >>
ST
Stephen Tompsett
Sun, Jan 27, 2013 7:11 PM

You've been lucky, or maybe not connected your GPS module until after
the system has booted and enumerated all the mice that it thinks are
connected. The real problem is that Microsoft by default assumes that if
you are a communications device gratuitously sending data then you must
be a mouse!

At least you will know what the problem is if it does occur.

On 27/01/2013 09:17, dlewis6767 wrote:

I am interfacing all my various GPS modules (NMEA, TSIP, TEP, UBX,
etc...) to my XP machine through a virtual com port Prolific 2303
chipset/drivers (sold all over eBay for about $2.00). The Silicon Labs
2102 chipset works as well.

Not sure if this is germane to this thread, ...but I have never seen
such a serial port issue you'all are describing.

-Don


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.

--
Stephen Tompsett

You've been lucky, or maybe not connected your GPS module until after the system has booted and enumerated all the mice that it thinks are connected. The real problem is that Microsoft by default assumes that if you are a communications device gratuitously sending data then you must be a mouse! At least you will know what the problem is if it does occur. On 27/01/2013 09:17, dlewis6767 wrote: > I am interfacing all my various GPS modules (NMEA, TSIP, TEP, UBX, > etc...) to my XP machine through a virtual com port Prolific 2303 > chipset/drivers (sold all over eBay for about $2.00). The Silicon Labs > 2102 chipset works as well. > > Not sure if this is germane to this thread, ...but I have never seen > such a serial port issue you'all are describing. > > > -Don > > > > > > > > > > _______________________________________________ > 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. > > -- Stephen Tompsett
PG
Peter Gottlieb
Sun, Jan 27, 2013 7:28 PM

It came down to startup issues.  If every fifth time the system was turned on it
wouldn't initialize properly and not see an airflow or whatever sensor, it
required the calling of a tech from the test group to come over and get it
going.  We run Labview but it was always a Windows problem as the devices
wouldn't show up in Device Manager.

Peter

On 1/27/2013 1:48 PM, Jim Lux wrote:

On 1/27/13 9:30 AM, Peter Gottlieb wrote:

At work we simply use multi port serial cards (no USB intermediary) or
Ethernet to serial adapters.  Any use of USB for critical test equipment
was pretty much banned here years ago.

Why the proscription against USB?
Because of difficulty with USB device drivers? Or the plethora of serial port
emulators that have unforeseen interactions with software that thinks it's
talking to a real serial port? or what?


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.


No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13

It came down to startup issues. If every fifth time the system was turned on it wouldn't initialize properly and not see an airflow or whatever sensor, it required the calling of a tech from the test group to come over and get it going. We run Labview but it was always a Windows problem as the devices wouldn't show up in Device Manager. Peter On 1/27/2013 1:48 PM, Jim Lux wrote: > On 1/27/13 9:30 AM, Peter Gottlieb wrote: >> At work we simply use multi port serial cards (*no* USB intermediary) or >> Ethernet to serial adapters. Any use of USB for critical test equipment >> was pretty much banned here years ago. >> >> > Why the proscription against USB? > Because of difficulty with USB device drivers? Or the plethora of serial port > emulators that have unforeseen interactions with software that thinks it's > talking to a real serial port? or what? > > > > _______________________________________________ > 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. > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13 > >
EP
Ed Palmer
Sun, Jan 27, 2013 7:33 PM

I use a Digi serial to ethernet terminal server for various serial
devices.  You put the client software on your PC and the terminal server
ports show up as COM ports on the PC.  This keeps the physical COM ports
free for any critical timing applications.

Drivers are available for Windows 98 to Win7, Debian, Ubuntu, Fedora,
Solaris, AIX, HPUX, etc.  Seems like a reasonable list of operating systems.

Am I missing something?

Ed

On 1/27/2013 12:37 PM, bownes wrote:

The problem with the Ethernet adapters is the lack of software support on the OS side. I'd have gone to that long ago if I could point any bit if software at a serial port that was actually on a terminal server out on the ip fabric.

On Jan 27, 2013, at 12:30, Peter Gottlieb nerd@verizon.net wrote:

At work we simply use multi port serial cards (no USB intermediary) or Ethernet to serial adapters.  Any use of USB for critical test equipment was pretty much banned here years ago.

On 1/27/2013 8:47 AM, Stan, W1LE wrote:

Hello The Net:

Yes, I have had the mouse problem, but the more serious issue is when I run multiple (3) instances of Lady Heather
(latest version at KE5FX) and after awhile none of the times agree and the problem only gets worse with time.
I have tried the multiple USB to RS232 adapters into motherboard USB ports and I have tried a multi USB port PCI card.

Any solutions with this problem ?

Stan, W1LE    Cape Cod    FN41sr

I use a Digi serial to ethernet terminal server for various serial devices. You put the client software on your PC and the terminal server ports show up as COM ports on the PC. This keeps the physical COM ports free for any critical timing applications. Drivers are available for Windows 98 to Win7, Debian, Ubuntu, Fedora, Solaris, AIX, HPUX, etc. Seems like a reasonable list of operating systems. Am I missing something? Ed On 1/27/2013 12:37 PM, bownes wrote: > The problem with the Ethernet adapters is the lack of software support on the OS side. I'd have gone to that long ago if I could point any bit if software at a serial port that was actually on a terminal server out on the ip fabric. > > On Jan 27, 2013, at 12:30, Peter Gottlieb <nerd@verizon.net> wrote: > >> At work we simply use multi port serial cards (*no* USB intermediary) or Ethernet to serial adapters. Any use of USB for critical test equipment was pretty much banned here years ago. >> >> >> On 1/27/2013 8:47 AM, Stan, W1LE wrote: >>> Hello The Net: >>> >>> Yes, I have had the mouse problem, but the more serious issue is when I run multiple (3) instances of Lady Heather >>> (latest version at KE5FX) and after awhile none of the times agree and the problem only gets worse with time. >>> I have tried the multiple USB to RS232 adapters into motherboard USB ports and I have tried a multi USB port PCI card. >>> >>> Any solutions with this problem ? >>> >>> Stan, W1LE Cape Cod FN41sr >>>
D
dlewis6767
Sun, Jan 27, 2013 8:32 PM

aha

It may be that this HP pavilion I use for GPS work does not have a mouse,
per-se.

I just use the finger pad on the keyboard, ....got accustomed to it.

I always boot with the little usb adapters installed, ....sometimes two of
them, ...no problems yet.


From: "Stephen Tompsett" stephen@tompsett.net
Sent: Sunday, January 27, 2013 1:11 PM
To: time-nuts@febo.com
Subject: Re: [time-nuts] Serial port / Mouse issue (was
mentionedin"Thunderbolt Monitor")

You've been lucky, or maybe not connected your GPS module until after the
system has booted and enumerated all the mice that it thinks are
connected. The real problem is that Microsoft by default assumes that if
you are a communications device gratuitously sending data then you must be
a mouse!

At least you will know what the problem is if it does occur.

On 27/01/2013 09:17, dlewis6767 wrote:

I am interfacing all my various GPS modules (NMEA, TSIP, TEP, UBX,
etc...) to my XP machine through a virtual com port Prolific 2303
chipset/drivers (sold all over eBay for about $2.00). The Silicon Labs
2102 chipset works as well.

Not sure if this is germane to this thread, ...but I have never seen such
a serial port issue you'all are describing.

-Don


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.

--
Stephen Tompsett


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.

aha It may be that this HP pavilion I use for GPS work does not have a mouse, per-se. I just use the finger pad on the keyboard, ....got accustomed to it. I always boot with the little usb adapters installed, ....sometimes two of them, ...no problems yet. -------------------------------------------------- From: "Stephen Tompsett" <stephen@tompsett.net> Sent: Sunday, January 27, 2013 1:11 PM To: <time-nuts@febo.com> Subject: Re: [time-nuts] Serial port / Mouse issue (was mentionedin"Thunderbolt Monitor") > You've been lucky, or maybe not connected your GPS module until after the > system has booted and enumerated all the mice that it thinks are > connected. The real problem is that Microsoft by default assumes that if > you are a communications device gratuitously sending data then you must be > a mouse! > > At least you will know what the problem is if it does occur. > > > > On 27/01/2013 09:17, dlewis6767 wrote: >> I am interfacing all my various GPS modules (NMEA, TSIP, TEP, UBX, >> etc...) to my XP machine through a virtual com port Prolific 2303 >> chipset/drivers (sold all over eBay for about $2.00). The Silicon Labs >> 2102 chipset works as well. >> >> Not sure if this is germane to this thread, ...but I have never seen such >> a serial port issue you'all are describing. >> >> >> -Don >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> 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. >> >> > > -- > Stephen Tompsett > > _______________________________________________ > 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.
BC
Bob Camp
Sun, Jan 27, 2013 9:06 PM

Hi

We've had better luck with the FTDI based parts than with the other USB serial gizmos. Even they do drop out every so often. With the modern drivers it's a lot more rare than it once was. With 32 ports on a system and several systems it's a once or twice a year sort of thing now.

Bob

On Jan 27, 2013, at 2:28 PM, Peter Gottlieb nerd@verizon.net wrote:

It came down to startup issues.  If every fifth time the system was turned on it wouldn't initialize properly and not see an airflow or whatever sensor, it required the calling of a tech from the test group to come over and get it going.  We run Labview but it was always a Windows problem as the devices wouldn't show up in Device Manager.

Peter

On 1/27/2013 1:48 PM, Jim Lux wrote:

On 1/27/13 9:30 AM, Peter Gottlieb wrote:

At work we simply use multi port serial cards (no USB intermediary) or
Ethernet to serial adapters.  Any use of USB for critical test equipment
was pretty much banned here years ago.

Why the proscription against USB?
Because of difficulty with USB device drivers? Or the plethora of serial port emulators that have unforeseen interactions with software that thinks it's talking to a real serial port? or what?


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.


No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13


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 We've had better luck with the FTDI based parts than with the other USB serial gizmos. Even they do drop out every so often. With the modern drivers it's a lot more rare than it once was. With 32 ports on a system and several systems it's a once or twice a year sort of thing now. Bob On Jan 27, 2013, at 2:28 PM, Peter Gottlieb <nerd@verizon.net> wrote: > It came down to startup issues. If every fifth time the system was turned on it wouldn't initialize properly and not see an airflow or whatever sensor, it required the calling of a tech from the test group to come over and get it going. We run Labview but it was always a Windows problem as the devices wouldn't show up in Device Manager. > > Peter > > > > On 1/27/2013 1:48 PM, Jim Lux wrote: >> On 1/27/13 9:30 AM, Peter Gottlieb wrote: >>> At work we simply use multi port serial cards (*no* USB intermediary) or >>> Ethernet to serial adapters. Any use of USB for critical test equipment >>> was pretty much banned here years ago. >>> >>> >> Why the proscription against USB? >> Because of difficulty with USB device drivers? Or the plethora of serial port emulators that have unforeseen interactions with software that thinks it's talking to a real serial port? or what? >> >> >> >> _______________________________________________ >> 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. >> >> >> ----- >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13 >> >> > > _______________________________________________ > 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.
JL
Jim Lux
Sun, Jan 27, 2013 9:26 PM

On 1/27/13 11:28 AM, Peter Gottlieb wrote:

It came down to startup issues.  If every fifth time the system was
turned on it wouldn't initialize properly and not see an airflow or
whatever sensor, it required the calling of a tech from the test group
to come over and get it going.  We run Labview but it was always a
Windows problem as the devices wouldn't show up in Device Manager.

Aha.. yes.. I  understand..  Especially if you have a bunch of widgets
with the same manufacturer/device number. How do you know that the USB
widget that was COM4 yesterday is still COM4 and not COM 5.

On 1/27/13 11:28 AM, Peter Gottlieb wrote: > It came down to startup issues. If every fifth time the system was > turned on it wouldn't initialize properly and not see an airflow or > whatever sensor, it required the calling of a tech from the test group > to come over and get it going. We run Labview but it was always a > Windows problem as the devices wouldn't show up in Device Manager. Aha.. yes.. I understand.. Especially if you have a bunch of widgets with the same manufacturer/device number. How do you know that the USB widget that was COM4 yesterday is still COM4 and not COM 5.
PG
Peter Gottlieb
Sun, Jan 27, 2013 11:47 PM

What I would really like in Windows is a way to lock the configuration and make
it more of an appliance which always worked the same way.  That way a small
board talking to a Thunderbolt would always start up and just run.  I suppose I
need to get away from Windows and climb the Linux learning curve.

Peter

On 1/27/2013 4:26 PM, Jim Lux wrote:

On 1/27/13 11:28 AM, Peter Gottlieb wrote:

It came down to startup issues.  If every fifth time the system was
turned on it wouldn't initialize properly and not see an airflow or
whatever sensor, it required the calling of a tech from the test group
to come over and get it going.  We run Labview but it was always a
Windows problem as the devices wouldn't show up in Device Manager.

Aha.. yes.. I  understand..  Especially if you have a bunch of widgets with
the same manufacturer/device number. How do you know that the USB widget that
was COM4 yesterday is still COM4 and not COM 5.


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.


No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13

What I would really like in Windows is a way to lock the configuration and make it more of an appliance which always worked the same way. That way a small board talking to a Thunderbolt would always start up and just run. I suppose I need to get away from Windows and climb the Linux learning curve. Peter On 1/27/2013 4:26 PM, Jim Lux wrote: > On 1/27/13 11:28 AM, Peter Gottlieb wrote: >> It came down to startup issues. If every fifth time the system was >> turned on it wouldn't initialize properly and not see an airflow or >> whatever sensor, it required the calling of a tech from the test group >> to come over and get it going. We run Labview but it was always a >> Windows problem as the devices wouldn't show up in Device Manager. > > > Aha.. yes.. I understand.. Especially if you have a bunch of widgets with > the same manufacturer/device number. How do you know that the USB widget that > was COM4 yesterday is still COM4 and not COM 5. > > > > > _______________________________________________ > 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. > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1430 / Virus Database: 2639/5561 - Release Date: 01/27/13 > >
DI
David I. Emery
Sat, Aug 24, 2013 1:17 AM

On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote:

What I would really like in Windows is a way to lock the configuration and
make it more of an appliance which always worked the same way.  That way a
small board talking to a Thunderbolt would always start up and just run.  I
suppose I need to get away from Windows and climb the Linux learning curve.

Yes, or become a Windows kernel maven.

It IS possible to figure some of this out, but Windows internally

is somewhat bizzare...

Linux is nice in that you can look at the code if it comes to

that (and if you are really desperate and willing to pay the price,
change it too)...

--
Dave Emery N1PRE/AE, die@dieconsulting.com  DIE Consulting, Weston, Mass 02493
"An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole - in
celebration of what could have been, but wasn't and is not to be now either."

On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote: > What I would really like in Windows is a way to lock the configuration and > make it more of an appliance which always worked the same way. That way a > small board talking to a Thunderbolt would always start up and just run. I > suppose I need to get away from Windows and climb the Linux learning curve. Yes, or become a Windows kernel maven. It IS possible to figure some of this out, but Windows internally is somewhat bizzare... Linux is nice in that you can look at the code if it comes to that (and if you are really desperate and willing to pay the price, change it too)... -- Dave Emery N1PRE/AE, die@dieconsulting.com DIE Consulting, Weston, Mass 02493 "An empty zombie mind with a forlorn barely readable weatherbeaten 'For Rent' sign still vainly flapping outside on the weed encrusted pole - in celebration of what could have been, but wasn't and is not to be now either."
BC
Bob Camp
Sat, Aug 24, 2013 1:29 AM

Hi

Pardon my interjection …. but.

For a simple TBolt monitor, any OS is total overkill. If all you have is a small / simple display - you can't put much up there. For a monitor you don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. Nothing to do and nothing to control.  One big loop and not a lot else will do the trick with lots of time left over. If you want to go crazy, run one of the free RTOS distributions that the semiconductor companies give away. Freescale passes out MQX / MQX-lite. The others have similar "stuff". They all have way more in them than this sort of application requires.

Bob

On Aug 23, 2013, at 9:17 PM, David I. Emery die@dieconsulting.com wrote:

On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote:

What I would really like in Windows is a way to lock the configuration and
make it more of an appliance which always worked the same way.  That way a
small board talking to a Thunderbolt would always start up and just run.  I
suppose I need to get away from Windows and climb the Linux learning curve.

Yes, or become a Windows kernel maven.

It IS possible to figure some of this out, but Windows internally

is somewhat bizzare...

Linux is nice in that you can look at the code if it comes to

that (and if you are really desperate and willing to pay the price,
change it too)...

--
Dave Emery N1PRE/AE, die@dieconsulting.com  DIE Consulting, Weston, Mass 02493
"An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole - in
celebration of what could have been, but wasn't and is not to be now either."


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 Pardon my interjection …. but. For a simple TBolt monitor, *any* OS is total overkill. If all you have is a small / simple display - you can't put much up there. For a monitor you don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. Nothing to do and nothing to control. One big loop and not a lot else will do the trick with lots of time left over. If you want to go crazy, run one of the free RTOS distributions that the semiconductor companies give away. Freescale passes out MQX / MQX-lite. The others have similar "stuff". They all have way more in them than this sort of application requires. Bob On Aug 23, 2013, at 9:17 PM, David I. Emery <die@dieconsulting.com> wrote: > On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote: >> What I would really like in Windows is a way to lock the configuration and >> make it more of an appliance which always worked the same way. That way a >> small board talking to a Thunderbolt would always start up and just run. I >> suppose I need to get away from Windows and climb the Linux learning curve. > > Yes, or become a Windows kernel maven. > > It IS possible to figure some of this out, but Windows internally > is somewhat bizzare... > > Linux is nice in that you can look at the code if it comes to > that (and if you are really desperate and willing to pay the price, > change it too)... > > > -- > Dave Emery N1PRE/AE, die@dieconsulting.com DIE Consulting, Weston, Mass 02493 > "An empty zombie mind with a forlorn barely readable weatherbeaten > 'For Rent' sign still vainly flapping outside on the weed encrusted pole - in > celebration of what could have been, but wasn't and is not to be now either." > > _______________________________________________ > 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.
CA
Chris Albertson
Sat, Aug 24, 2013 4:04 AM

There was one just posted here using the Atmel AVR chip.  He used a total
of about $12 in parts.  You could use a TI "Launchpad" if you don't like
soldering and still spend less than $20.  And as was said, no OS at al.
It is simply not required for such a simple job.

If it were me, I remove the LCD display.  I don't see a need when everyone
today has a phone.  the little AVR chip can bit-bang a UDP packet once per
second and put it on your wifi router.  That cuts the parts cost by 1/3rd
and the display will be where you can see it, on the phone or computer.

On Fri, Aug 23, 2013 at 6:29 PM, Bob Camp lists@rtty.us wrote:

Hi

Pardon my interjection …. but.

For a simple TBolt monitor, any OS is total overkill. If all you have is
a small / simple display - you can't put much up there. For a monitor you
don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand.
Nothing to do and nothing to control.  One big loop and not a lot else will
do the trick with lots of time left over. If you want to go crazy, run one
of the free RTOS distributions that the semiconductor companies give away.
Freescale passes out MQX / MQX-lite. The others have similar "stuff". They
all have way more in them than this sort of application requires.

Bob

On Aug 23, 2013, at 9:17 PM, David I. Emery die@dieconsulting.com wrote:

On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote:

What I would really like in Windows is a way to lock the configuration

and

make it more of an appliance which always worked the same way.  That

way a

small board talking to a Thunderbolt would always start up and just

run.  I

suppose I need to get away from Windows and climb the Linux learning

curve.

   Yes, or become a Windows kernel maven.

   It IS possible to figure some of this out, but Windows internally

is somewhat bizzare...

   Linux is nice in that you can look at the code if it comes to

that (and if you are really desperate and willing to pay the price,
change it too)...

--
Dave Emery N1PRE/AE, die@dieconsulting.com  DIE Consulting, Weston,

Mass 02493

"An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole

  • in

celebration of what could have been, but wasn't and is not to be now

either."


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.

--

Chris Albertson
Redondo Beach, California

There was one just posted here using the Atmel AVR chip. He used a total of about $12 in parts. You could use a TI "Launchpad" if you don't like soldering and still spend less than $20. And as was said, no OS at al. It is simply not required for such a simple job. If it were me, I remove the LCD display. I don't see a need when everyone today has a phone. the little AVR chip can bit-bang a UDP packet once per second and put it on your wifi router. That cuts the parts cost by 1/3rd and the display will be where you can see it, on the phone or computer. On Fri, Aug 23, 2013 at 6:29 PM, Bob Camp <lists@rtty.us> wrote: > Hi > > Pardon my interjection …. but. > > For a simple TBolt monitor, *any* OS is total overkill. If all you have is > a small / simple display - you can't put much up there. For a monitor you > don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. > Nothing to do and nothing to control. One big loop and not a lot else will > do the trick with lots of time left over. If you want to go crazy, run one > of the free RTOS distributions that the semiconductor companies give away. > Freescale passes out MQX / MQX-lite. The others have similar "stuff". They > all have way more in them than this sort of application requires. > > Bob > > On Aug 23, 2013, at 9:17 PM, David I. Emery <die@dieconsulting.com> wrote: > > > On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote: > >> What I would really like in Windows is a way to lock the configuration > and > >> make it more of an appliance which always worked the same way. That > way a > >> small board talking to a Thunderbolt would always start up and just > run. I > >> suppose I need to get away from Windows and climb the Linux learning > curve. > > > > Yes, or become a Windows kernel maven. > > > > It IS possible to figure some of this out, but Windows internally > > is somewhat bizzare... > > > > Linux is nice in that you can look at the code if it comes to > > that (and if you are really desperate and willing to pay the price, > > change it too)... > > > > > > -- > > Dave Emery N1PRE/AE, die@dieconsulting.com DIE Consulting, Weston, > Mass 02493 > > "An empty zombie mind with a forlorn barely readable weatherbeaten > > 'For Rent' sign still vainly flapping outside on the weed encrusted pole > - in > > celebration of what could have been, but wasn't and is not to be now > either." > > > > _______________________________________________ > > 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. > -- Chris Albertson Redondo Beach, California
DJ
David J Taylor
Sat, Aug 24, 2013 5:37 AM

Hi

Pardon my interjection …. but.

For a simple TBolt monitor, any OS is total overkill. If all you have is a
small / simple display - you can't put much up there. For a monitor you
don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand.
Nothing to do and nothing to control.  One big loop and not a lot else will
do the trick with lots of time left over. If you want to go crazy, run one
of the free RTOS distributions that the semiconductor companies give away.
Freescale passes out MQX / MQX-lite. The others have similar "stuff". They
all have way more in them than this sort of application requires.

Bob

Sounds like a job for the Raspberry Pi.  Low-cost, low-power, has serial
I/O, and yet can still be programmed in C/C++ or Pascal/Delphi, can run a
Web server, so you can perhaps re-use existing code from another OS.
Low-cost displays available too.  I'm using one of my RPi cards as a digital
wall clock - no keyboard, mouse etc., and can be accessed over the 'net if
needed.

David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk

Hi Pardon my interjection …. but. For a simple TBolt monitor, *any* OS is total overkill. If all you have is a small / simple display - you can't put much up there. For a monitor you don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. Nothing to do and nothing to control. One big loop and not a lot else will do the trick with lots of time left over. If you want to go crazy, run one of the free RTOS distributions that the semiconductor companies give away. Freescale passes out MQX / MQX-lite. The others have similar "stuff". They all have way more in them than this sort of application requires. Bob ================================ Sounds like a job for the Raspberry Pi. Low-cost, low-power, has serial I/O, and yet can still be programmed in C/C++ or Pascal/Delphi, can run a Web server, so you can perhaps re-use existing code from another OS. Low-cost displays available too. I'm using one of my RPi cards as a digital wall clock - no keyboard, mouse etc., and can be accessed over the 'net if needed. David -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@blueyonder.co.uk
GR
Gabs Ricalde
Sat, Aug 24, 2013 6:07 AM

For serial to Ethernet I use ser2net [1] on cheap wireless routers
using the serial port pads on the board and a Beaglebone. The
application I use (u-blox u-center) can use TCP connections, if you
require a real COM port on Windows com0com and com2tcp [2] should work.

ser2net sends one TCP packet per character received on the serial port,
this may be desirable (when you need the lowest latency) or not (when
you want to reduce packet overhead)

[1] http://ser2net.sourceforge.net/
[2] http://com0com.sourceforge.net/

On Sun, Jan 27, 2013 at 9:47 PM, Stan, W1LE stanw1le@verizon.net wrote:

Hello The Net:

Yes, I have had the mouse problem, but the more serious issue is when I run
multiple (3) instances of Lady Heather
(latest version at KE5FX) and after awhile none of the times agree and the
problem only gets worse with time.
I have tried the multiple USB to RS232 adapters into motherboard USB ports
and I have tried a multi USB port PCI card.

Any solutions with this problem ?

Stan, W1LE    Cape Cod    FN41sr


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.

For serial to Ethernet I use ser2net [1] on cheap wireless routers using the serial port pads on the board and a Beaglebone. The application I use (u-blox u-center) can use TCP connections, if you require a real COM port on Windows com0com and com2tcp [2] should work. ser2net sends one TCP packet per character received on the serial port, this may be desirable (when you need the lowest latency) or not (when you want to reduce packet overhead) [1] http://ser2net.sourceforge.net/ [2] http://com0com.sourceforge.net/ On Sun, Jan 27, 2013 at 9:47 PM, Stan, W1LE <stanw1le@verizon.net> wrote: > Hello The Net: > > Yes, I have had the mouse problem, but the more serious issue is when I run > multiple (3) instances of Lady Heather > (latest version at KE5FX) and after awhile none of the times agree and the > problem only gets worse with time. > I have tried the multiple USB to RS232 adapters into motherboard USB ports > and I have tried a multi USB port PCI card. > > Any solutions with this problem ? > > Stan, W1LE Cape Cod FN41sr > > > > _______________________________________________ > 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.
BC
Bob Camp
Sat, Aug 24, 2013 11:31 AM

Hi
On Aug 24, 2013, at 1:37 AM, David J Taylor david-taylor@blueyonder.co.uk wrote:

Hi

Pardon my interjection …. but.

For a simple TBolt monitor, any OS is total overkill. If all you have is a small / simple display - you can't put much up there. For a monitor you don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. Nothing to do and nothing to control.  One big loop and not a lot else will do the trick with lots of time left over. If you want to go crazy, run one of the free RTOS distributions that the semiconductor companies give away. Freescale passes out MQX / MQX-lite. The others have similar "stuff". They all have way more in them than this sort of application requires.

Bob

Sounds like a job for the Raspberry Pi.  Low-cost, low-power, has serial I/O, and yet can still be programmed in C/C++ or Pascal/Delphi, can run a Web server, so you can perhaps re-use existing code from another OS. Low-cost displays available too.  I'm using one of my RPi cards as a digital wall clock - no keyboard, mouse etc., and can be accessed over the 'net if needed.

Not really. In order to get anything done on a Pi you need a high level OS. It's a very complex part. If the objective is a low power install, the display that the Pi runs will nuke your budget big time. You are using a school bus to haul around one student. Yes it can be done, for an efficient design it's not the way to go.

Bob

David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk


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 On Aug 24, 2013, at 1:37 AM, David J Taylor <david-taylor@blueyonder.co.uk> wrote: > Hi > > Pardon my interjection …. but. > > For a simple TBolt monitor, *any* OS is total overkill. If all you have is a small / simple display - you can't put much up there. For a monitor you don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. Nothing to do and nothing to control. One big loop and not a lot else will do the trick with lots of time left over. If you want to go crazy, run one of the free RTOS distributions that the semiconductor companies give away. Freescale passes out MQX / MQX-lite. The others have similar "stuff". They all have way more in them than this sort of application requires. > > Bob > ================================ > > Sounds like a job for the Raspberry Pi. Low-cost, low-power, has serial I/O, and yet can still be programmed in C/C++ or Pascal/Delphi, can run a Web server, so you can perhaps re-use existing code from another OS. Low-cost displays available too. I'm using one of my RPi cards as a digital wall clock - no keyboard, mouse etc., and can be accessed over the 'net if needed. > Not really. In order to get anything done on a Pi you need a high level OS. It's a very complex part. If the objective is a low power install, the display that the Pi runs will nuke your budget big time. You are using a school bus to haul around one student. Yes it can be done, for an efficient design it's not the way to go. Bob > David > -- > SatSignal Software - Quality software written to your requirements > Web: http://www.satsignal.eu > Email: david-taylor@blueyonder.co.uk > _______________________________________________ > 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.
BC
Bob Camp
Sat, Aug 24, 2013 11:33 AM

Hi

If you are going to generate proper Ethernet UDP (or WiFi) that's going to involve a bit more hardware…

Bob

On Aug 24, 2013, at 12:04 AM, Chris Albertson albertson.chris@gmail.com wrote:

There was one just posted here using the Atmel AVR chip.  He used a total
of about $12 in parts.  You could use a TI "Launchpad" if you don't like
soldering and still spend less than $20.  And as was said, no OS at al.
It is simply not required for such a simple job.

If it were me, I remove the LCD display.  I don't see a need when everyone
today has a phone.  the little AVR chip can bit-bang a UDP packet once per
second and put it on your wifi router.  That cuts the parts cost by 1/3rd
and the display will be where you can see it, on the phone or computer.

On Fri, Aug 23, 2013 at 6:29 PM, Bob Camp lists@rtty.us wrote:

Hi

Pardon my interjection …. but.

For a simple TBolt monitor, any OS is total overkill. If all you have is
a small / simple display - you can't put much up there. For a monitor you
don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand.
Nothing to do and nothing to control.  One big loop and not a lot else will
do the trick with lots of time left over. If you want to go crazy, run one
of the free RTOS distributions that the semiconductor companies give away.
Freescale passes out MQX / MQX-lite. The others have similar "stuff". They
all have way more in them than this sort of application requires.

Bob

On Aug 23, 2013, at 9:17 PM, David I. Emery die@dieconsulting.com wrote:

On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote:

What I would really like in Windows is a way to lock the configuration

and

make it more of an appliance which always worked the same way.  That

way a

small board talking to a Thunderbolt would always start up and just

run.  I

suppose I need to get away from Windows and climb the Linux learning

curve.

  Yes, or become a Windows kernel maven.

  It IS possible to figure some of this out, but Windows internally

is somewhat bizzare...

  Linux is nice in that you can look at the code if it comes to

that (and if you are really desperate and willing to pay the price,
change it too)...

--
Dave Emery N1PRE/AE, die@dieconsulting.com  DIE Consulting, Weston,

Mass 02493

"An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole

  • in

celebration of what could have been, but wasn't and is not to be now

either."


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.

--

Chris Albertson
Redondo Beach, California


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 If you are going to generate proper Ethernet UDP (or WiFi) that's going to involve a bit more hardware… Bob On Aug 24, 2013, at 12:04 AM, Chris Albertson <albertson.chris@gmail.com> wrote: > There was one just posted here using the Atmel AVR chip. He used a total > of about $12 in parts. You could use a TI "Launchpad" if you don't like > soldering and still spend less than $20. And as was said, no OS at al. > It is simply not required for such a simple job. > > If it were me, I remove the LCD display. I don't see a need when everyone > today has a phone. the little AVR chip can bit-bang a UDP packet once per > second and put it on your wifi router. That cuts the parts cost by 1/3rd > and the display will be where you can see it, on the phone or computer. > > > > On Fri, Aug 23, 2013 at 6:29 PM, Bob Camp <lists@rtty.us> wrote: > >> Hi >> >> Pardon my interjection …. but. >> >> For a simple TBolt monitor, *any* OS is total overkill. If all you have is >> a small / simple display - you can't put much up there. For a monitor you >> don't have a keyboard / mouse / usb touchpad / Bluetooth presentation wand. >> Nothing to do and nothing to control. One big loop and not a lot else will >> do the trick with lots of time left over. If you want to go crazy, run one >> of the free RTOS distributions that the semiconductor companies give away. >> Freescale passes out MQX / MQX-lite. The others have similar "stuff". They >> all have way more in them than this sort of application requires. >> >> Bob >> >> On Aug 23, 2013, at 9:17 PM, David I. Emery <die@dieconsulting.com> wrote: >> >>> On Sun, Jan 27, 2013 at 06:47:07PM -0500, Peter Gottlieb wrote: >>>> What I would really like in Windows is a way to lock the configuration >> and >>>> make it more of an appliance which always worked the same way. That >> way a >>>> small board talking to a Thunderbolt would always start up and just >> run. I >>>> suppose I need to get away from Windows and climb the Linux learning >> curve. >>> >>> Yes, or become a Windows kernel maven. >>> >>> It IS possible to figure some of this out, but Windows internally >>> is somewhat bizzare... >>> >>> Linux is nice in that you can look at the code if it comes to >>> that (and if you are really desperate and willing to pay the price, >>> change it too)... >>> >>> >>> -- >>> Dave Emery N1PRE/AE, die@dieconsulting.com DIE Consulting, Weston, >> Mass 02493 >>> "An empty zombie mind with a forlorn barely readable weatherbeaten >>> 'For Rent' sign still vainly flapping outside on the weed encrusted pole >> - in >>> celebration of what could have been, but wasn't and is not to be now >> either." >>> >>> _______________________________________________ >>> 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. >> > > > > -- > > Chris Albertson > Redondo Beach, California > _______________________________________________ > 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.
DJ
David J Taylor
Sat, Aug 24, 2013 2:27 PM

From: Bob Camp
[]
Not really. In order to get anything done on a Pi you need a high level OS.
It's a very complex part. If the objective is a low power install, the
display that the Pi runs will nuke your budget big time. You are using a
school bus to haul around one student. Yes it can be done, for an efficient
design it's not the way to go.

Bob

The Raspberry Pi uses about 4 watts, and with Web server output or using SSH
no display, keyboard or mouse is needed.  It's like walking, no need for
powered transport!

Cheers,
David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk

From: Bob Camp [] Not really. In order to get anything done on a Pi you need a high level OS. It's a very complex part. If the objective is a low power install, the display that the Pi runs will nuke your budget big time. You are using a school bus to haul around one student. Yes it can be done, for an efficient design it's not the way to go. Bob ============================ The Raspberry Pi uses about 4 watts, and with Web server output or using SSH no display, keyboard or mouse is needed. It's like walking, no need for powered transport! Cheers, David -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@blueyonder.co.uk