Post Reply 
Firmware download link for Swissmicros
02-05-2016, 08:26 PM
Post: #1
Firmware download link for Swissmicros
Mr. Steinmann asked me to post this link to the location where you can download the latest firmware. You find here version 19 for the voyager series. This should remove the DM 15L keypress problems and the DM-15L current draw problem. I can't check whether the current draw problem is solved, but the keyboard issues are gone on my DM-15L.

When uploading the firmware to my calculator I get a warning, that the data are not 32-bit padded. But this didn't cause problem, so far.

The new software also offers a real time clock ([ON] + [A]). The realtime clock can be set via the console. When using it please keep mind that it draws ~10mA current from the battery due to the high resolution of 1/100 s. The resolution might change in the future.

I must say that the support by Mr. Steinmann is excellent. He almost instantly replies to my e-mails and is very eager to help on the issues.
Find all posts by this user
Quote this message in a reply
02-05-2016, 09:28 PM (This post was last modified: 02-05-2016 09:30 PM by BarryMead.)
Post: #2
RE: Firmware download link for Swissmicros
I downloaded the latest Version 19 of the DM-15L firmware, and followed the painless flashing instructions. Now my DM-15L NEVER MISSES A KEY no matter how fast I type! Thanks to Swiss Micros for the superb customer service!
Find all posts by this user
Quote this message in a reply
02-05-2016, 10:45 PM
Post: #3
RE: Firmware download link for Swissmicros
I just updated to V19, the current drain problem is partially fixed. The current drain when on and a button is held down is still over 10ma, but when off and a button is held down the current drain is zero.

-katie

Visit this user's website Find all posts by this user
Quote this message in a reply
02-06-2016, 01:35 AM (This post was last modified: 02-06-2016 01:35 AM by Dave Frederickson.)
Post: #4
RE: Firmware download link for Swissmicros
I've been running V19 since September. I suppose that's why I never noticed a keypress issue. Smile
Find all posts by this user
Quote this message in a reply
02-06-2016, 09:04 AM
Post: #5
RE: Firmware download link for Swissmicros
(02-05-2016 10:45 PM)Katie Wasserman Wrote:  The current drain when on and a button is held down is still over 10ma, but when off and a button is held down the current drain is zero.

This strange. Mr. Steinmann wrote me in a second e-mail that he checked the current drain, and it was ok. I will ask him about this.
Find all posts by this user
Quote this message in a reply
02-09-2016, 12:55 AM
Post: #6
RE: Firmware download link for Swissmicros
Hi Bernd. How do you set the DM-15L clock on the console? When I connected my DM-15L to my Windows laptop and ran Manz's Hp-15C emulator, there were no options for setting the clock on the DM-15L although I was able to see the clock by using the A+[ON] sequence. Thank you
Find all posts by this user
Quote this message in a reply
02-09-2016, 03:26 AM
Post: #7
RE: Firmware download link for Swissmicros
(02-09-2016 12:55 AM)gerry_in_polo Wrote:  How do you set the DM-15L clock on the console?

Code:
DM15_M1B turned on
DM15_M1B ready

VOYAGER >> ?
Firmware DM15_M1B_V19

?          Help
p          Key press
s          Dump memory
l          Load memory
t          Get time
ts         Set time
td         Update time
d          Toggle display output to console
b          Read battery voltage

Type '<command> ?' for params
Uptime 121s
VOYAGER >>

Don't use the emulator, use a terminal program (Serial Console). Type ts YYYYMMDD HHMMSS.
Find all posts by this user
Quote this message in a reply
02-10-2016, 02:53 AM
Post: #8
RE: Firmware download link for Swissmicros
Thanks Dave. Will look for a suitable serial console program.
Find all posts by this user
Quote this message in a reply
02-10-2016, 03:24 AM
Post: #9
RE: Firmware download link for Swissmicros
(02-10-2016 02:53 AM)gerry_in_polo Wrote:  Thanks Dave. Will look for a suitable serial console program.

I can recommend PuTTY:
https://en.m.wikipedia.org/wiki/PuTTY
Visit this user's website Find all posts by this user
Quote this message in a reply
02-10-2016, 06:52 AM
Post: #10
RE: Firmware download link for Swissmicros
BTW Dave, what console program did you use?
Find all posts by this user
Quote this message in a reply
02-10-2016, 08:38 AM
Post: #11
RE: Firmware download link for Swissmicros
(02-10-2016 06:52 AM)gerry_in_polo Wrote:  BTW Dave, what console program did you use?

I used uCon, but I've also used Tera Term and SM suggests PuTTY as well.

Dave
Find all posts by this user
Quote this message in a reply
02-11-2016, 12:36 AM
Post: #12
RE: Firmware download link for Swissmicros
Success! Thanks Dave. At first ucon wouldn't detect the DM-15L until I set the configuration to 38600bps, 8bit, parity none, 1 stop bit, no flow control as suggested in http://www.finetune.co.jp/~lyuka/interests/calc/dm15cc/.
Find all posts by this user
Quote this message in a reply
02-11-2016, 05:45 AM
Post: #13
RE: Firmware download link for Swissmicros
(02-11-2016 12:36 AM)gerry_in_polo Wrote:  Success! Thanks Dave. At first ucon wouldn't detect the DM-15L until I set the configuration to 38600bps, 8bit, parity none, 1 stop bit, no flow control as suggested in http://www.finetune.co.jp/~lyuka/interests/calc/dm15cc/.
I believe the "Baud" rate that works is "38400" not 38600, but otherwise your settings are correct. Congrats on getting your clock set. Cheers, Barry
Find all posts by this user
Quote this message in a reply
02-11-2016, 08:06 AM (This post was last modified: 02-11-2016 11:08 AM by Massimo Gnerucci.)
Post: #14
RE: Firmware download link for Swissmicros
(02-11-2016 12:36 AM)gerry_in_polo Wrote:  Success! Thanks Dave. At first ucon wouldn't detect the DM-15L until I set the configuration to 38600bps, 8bit, parity none, 1 stop bit, no flow control as suggested in http://www.finetune.co.jp/~lyuka/interests/calc/dm15cc/.

You can find the same info on swissmicros' site, Instructions tab, Serial Console paragraph.

;)

Greetings,
    Massimo

-+×÷ ↔ left is right and right is wrong
Visit this user's website Find all posts by this user
Quote this message in a reply
02-11-2016, 09:49 AM
Post: #15
RE: Firmware download link for Swissmicros
Note to Macintosh users: there is a nice program called "Serial" from "Decisive Tactics" for Mac OS 10, which "just works" with the DM15L (also with devices with real COM ports such as the HP 34401A by using an FTDI USB converter), using the settings as given on the SwissMicros website (including the Baud rate). The program is not free, however. I am in no way affiliated with Decisive Tactics, just a satisfied customer.
Find all posts by this user
Quote this message in a reply
02-11-2016, 03:34 PM
Post: #16
RE: Firmware download link for Swissmicros
(02-11-2016 12:36 AM)gerry_in_polo Wrote:  Success! Thanks Dave. At first ucon wouldn't detect the DM-15L until I set the configuration to 38600bps, 8bit, parity none, 1 stop bit, no flow control as suggested in http://www.finetune.co.jp/~lyuka/interests/calc/dm15cc/.

The Serial Console instructions and settings are in the second paragraph of the Instructions page on SwissMicros.
Find all posts by this user
Quote this message in a reply
02-11-2016, 07:18 PM
Post: #17
RE: Firmware download link for Swissmicros
(02-11-2016 03:34 PM)Dave Frederickson Wrote:  
(02-11-2016 12:36 AM)gerry_in_polo Wrote:  Success! Thanks Dave. At first ucon wouldn't detect the DM-15L until I set the configuration to 38600bps, 8bit, parity none, 1 stop bit, no flow control as suggested in http://www.finetune.co.jp/~lyuka/interests/calc/dm15cc/.

The Serial Console instructions and settings are in the second paragraph of the Instructions page on SwissMicros.

Already reported above... Wink

Greetings,
    Massimo

-+×÷ ↔ left is right and right is wrong
Visit this user's website Find all posts by this user
Quote this message in a reply
02-12-2016, 01:15 AM
Post: #18
RE: Firmware download link for Swissmicros
(02-11-2016 05:45 AM)BarryMead Wrote:  
(02-11-2016 12:36 AM)gerry_in_polo Wrote:  Success! Thanks Dave. At first ucon wouldn't detect the DM-15L until I set the configuration to 38600bps, 8bit, parity none, 1 stop bit, no flow control as suggested in http://www.finetune.co.jp/~lyuka/interests/calc/dm15cc/.
I believe the "Baud" rate that works is "38400" not 38600, but otherwise your settings are correct. Congrats on getting your clock set. Cheers, Barry

Thanks Barry. Nice to tinker with the DM-15L.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)