HP Forums
Yet another HP 82240A/B simulator, Java based - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not quite HP Calculators - but related (/forum-8.html)
+--- Thread: Yet another HP 82240A/B simulator, Java based (/thread-20828.html)



Yet another HP 82240A/B simulator, Java based - Tinue - 11-11-2023 03:39 PM

Mainly for my own pleasure and education, I built yet another HP 84420A/B emulator.
I built it in Java, because this is the language that I am familiar with. It was developed on a Mac, so this is where most of the testing was done. I also performed limited tests on Windows 11 and on a Raspberry Pi 4, and found no issues.

This particular simulator may help in cases where people cannot use a Windows system, which most of the existing simulators are written for.

The simulator is pretty bare bones; There is no user interface, it is simply started on the command line and continuously listens on a serial port for data, and appends to a text and a bitmap file every time that data is received.

If anyone is interested, this is the link: hp82240


RE: Yet another HP 82240A/B simulator, Java based - MeindertKuipers - 11-15-2023 01:55 PM

Good work, and nice to hear that you like our efforts.