Skip to search.
jmriusers · JMRI users

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 72 - 101 of 81436   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 1, 2002
3:27 pm
... Thanks for catching that! I've fixed the originals. ... That's an example of a "family" of decoders. Jim Scorse uses the same micro-code for his line of...
73 Jon Miller
atsf@... Send Email
Jun 1, 2002
3:45 pm
... same micro-code for his line of "Silent Running" decoders. They all contain the same program, hence the same version number. The only thing that changes...
74 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 1, 2002
7:28 pm
... I've heard that it has a Chief-style programming track which can both read and write. That would be a really good alternative to the PR1, esp. if they can...
75 Jon Miller
atsf@... Send Email
Jun 1, 2002
7:51 pm
I've already ordered my Zephyr with the guy who did the obsolete Digitrax list. He doesn't take CC's you need to send a check. I think this is probably the...
76 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 1, 2002
8:25 pm
I think there are several causes of confusion that are really different. Maybe it would help to think about them seperately? a) "The Ident button picked the...
77 greggeeca Offline Send Email Jun 1, 2002
8:25 pm
Well, I installed JMRI on my 1 year old laptop and it says that my COM port can only be set to 9600. I don't understand the reasons why. Anyway, if this is...
78 Jon Miller
atsf@... Send Email
Jun 1, 2002
8:57 pm
... widget. Maybe a scrollable list of decoder names, with up to 10 showing? That would make it clear that there are multiple choices, because you could see...
79 Jim Hanna
oartrack1 Offline Send Email
Jun 1, 2002
9:26 pm
Bob: Would "Typical" work for "General"? Jim Hanna [Non-text portions of this message have been removed]...
80 Mike Davison
mdavison Offline Send Email
Jun 1, 2002
11:50 pm
My hunch is that this is an operating system rather than a hardware issue. PC serial ports have been doing 56K for man years. I assume you're using Windows. I...
81 Harlan Warden
iowawarden Offline Send Email
Jun 2, 2002
3:07 am
Greg, You need to check the settings for the port. It is probably defaulting to 9600 speed, and just needs to be reset to a higher maximum setting. Assuming...
82 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 2, 2002
4:31 am
... The LocoBuffer will almost certainly work. It uses standard serial speeds. I've never heard of somebody having trouble with those. The MS100 needs a...
83 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 2, 2002
4:50 am
... Sounds like an interesting project. Although I've not looked at it in any detail, I think most of the communications stuff should go over pretty cleanly....
84 Alex Shepherd
kiwi64ajs Offline Send Email
Jun 2, 2002
8:51 pm
... Got a URL for this one - I may be able to have a look, we have the MSDN kit at work with _all_ the MS dev tools and libraries. Only problem is your machine...
85 Alex Shepherd
kiwi64ajs Offline Send Email
Jun 2, 2002
8:54 pm
... I have got a long custom HotSync cable for my Palm to do something with Java and JMRI on it. I wondered about just displaying a throttle Widget on the Palm...
86 dale_gloer Offline Send Email Jun 2, 2002
10:05 pm
I have a loptop that won't set teh correct serial port speed for JMRI either. It does run the MS100 correctly using WINLOK. Dale. ... apps? ... this. ... ...
87 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 3, 2002
6:24 am
... That would be _great_! The code comes from http://www.rxtx.org. It's what Mike Davison set up for comms on Linux. I've been working with the 1.4 version...
88 Alex Shepherd
kiwi64ajs Offline Send Email
Jun 3, 2002
9:56 pm
... I've downloaded both the RXTX stuff and the MinGW package that appears to be the Win32 development package for RXTX on Win32, which thankfully does not ...
89 Mike Davison
mdavison Offline Send Email
Jun 3, 2002
11:18 pm
I'm not an expert on this topic, but I did do some related work for Linux and as a result suspect that rxtx will replace the suncomm library on Windows. This...
90 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 3, 2002
11:57 pm
... The RXTX folks have two versions of their library, called 1.4 and 1.5. The member function names and arguments, classnames, functionality, etc, are...
91 dale_gloer Offline Send Email Jun 6, 2002
5:32 pm
Bob, I'm not very competent in UNIX or Java so I am wondering if it will be possible to get the Windows RXTX API code from the jmri download site. I am...
92 scottdouglasgoodwin
scottdouglas... Offline Send Email
Jun 12, 2002
6:38 pm
... apps? ... The problem is that the javacomm package uses the serial driver's list of valid baud rates which doesn't include 16457. You can get around this...
93 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 12, 2002
7:08 pm
This is great! We've been hacking around in some quite complicated code trying to fix this. It's only (so far) a problem on Windows, and I've be very happy to...
94 Alex Shepherd
kiwi64ajs Offline Send Email
Jun 12, 2002
9:11 pm
... I downloaded all the RXTX development package and tried to build it but it looks like it is intended to be built using a Linux system that maybe cross ...
95 Harlan Warden
iowawarden Offline Send Email
Jun 13, 2002
3:14 am
Just out of curiosity, did anyone try setting the windows port option as I posted on this thread on 6/1? I've no successful experience with Java yet, but IMHO...
96 dale_gloer Offline Send Email Jun 13, 2002
12:26 pm
Harlan, I have Win2K and I tired your suggestion. I set the port speed to 57600 and when I started DecoderPro I got 2 messages, one saying it couldn't set...
97 scottdouglasgoodwin
scottdouglas... Offline Send Email
Jun 13, 2002
2:18 pm
... option ... with ... Same problem here as with the javacomm package. Setting the port options (on windows---don't know about unix) uses the driver supplied ...
98 scottdouglasgoodwin
scottdouglas... Offline Send Email
Jun 13, 2002
3:33 pm
It's not quite so simple. I'm not completely fluent in Java so I'll only sketch the theoretical solution to the problem and hopefully someone can fill in the...
99 Bob Jacobsen
Bob_Jacobsen15 Offline Send Email
Jun 13, 2002
6:40 pm
I've tried to put together people's suggestions on how to improve the process of selecting a decoder for DecoderPro. Robin, sorry, but I just couldn't get...
100 Robin Becker
n3ix Offline Send Email
Jun 19, 2002
10:27 pm
Bob, Tried out 0-9-3-2 today. Sorry if these comments seem overly critical, and of course they are just one person's opinion. And no I'm not just miffed ...
101 broman40de Offline Send Email Jun 26, 2002
10:42 pm
Bob, for suggestion in Euerope i need for user groups and friends a german version of the thesis on .. discribtion. I have made a translation from the C/MRI in...
Messages 72 - 101 of 81436   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help