Bob Jacobsen

Results 228 comments of Bob Jacobsen

Are the extended commands working, and the concern is just the message? Or are they not working?

Your 115200 changes seem to work. The port is opening and transmitting at that speed. The timeouts probably mean that the Command Station is not replying. Is there some option...

When one installs a new JMRI release, there's a version number that's been incremented by the release process. When JMRI starts, it checks for a _local_ decoder index. if it...

Thanks for the detail. This does appear to be a bug in JMRI's queuing of memory requests. I'll work on it, but it's likely to take a while as I'm...

On my list to fix, but somewhat down on the list.

Doing that read requires that the communications protocol with the command station have a way to express it. For example, AFAIK the NCE protocol doesn't have a way to say...

If you just want to trigger the read operation, without JMRI being able to do anything with the information, perhaps a script can help. It could send the correct DCC...

Something like this creates a DCC packet and sends it: ``` c = jmri.InstanceManager.getDefault(jmri.CommandStation) c.sendPacket(jmri.NmraPacket.oneBytePacket(self.address, self.long, 0x08),4) # reserved instruction ``` The `jmri.NmraPacket` class has lots of methods for creating...

Sorry, confused myself. You're looking for an ops _read_, not write. There doesn't seem to be anything to pre-create that. But the ops-write code might be a starting point to...

Can we please hold merging this for a little while while I get the licensing checked out, please? I've marked it WIP for that. Shouldn't take too long.