pyILPER 1.6.0 first beta
|
10-03-2017, 05:44 PM
Post: #1
|
|||
|
|||
pyILPER 1.6.0 first beta
I published a first beta version of the upcoming pyILPER version 1.6.0 on GitHUB.
pyILPER 1.6.0 introduces an emulated HP82162A printer and includes major improvements of the user interface. New features and enhancements
Note: this beta version is not available on the Anaconda cloud. If you like to give this version a try do the following:
Regards Joachim |
|||
10-03-2017, 10:53 PM
Post: #2
|
|||
|
|||
RE: pyILPER 1.6.0 first beta
(10-03-2017 05:44 PM)jsi Wrote: New features and enhancements Wow, quite an impressive update Joachim! For me, special thanks for the above enhancement to support the clipboard! For paste support in the terminal, could this include pasting in '71 (or '75) BASIC program lines (with line numbers, properly formatted, into current EDIT file, etc.)? If so, this would become the easiest method to import a program created on a PC by far. The paste would have to tolerate the delay to parse and tokenize the statements upon END LINE for each entered line. If so, I suppose one may also be able to paste assembler source lines into the Text Editor in Edit mode... Interesting things to consider here.... --Bob Prosperi |
|||
10-04-2017, 07:36 PM
Post: #3
|
|||
|
|||
RE: pyILPER 1.6.0 first beta
Keyboard emulation is only available for the HP-71B. As far as I know a keyboard lex file does not exist for the HP-75.
If you paste text, the printable characters of the system clipboard are sent to the pyILPER keyboard buffer. A newline is transformed to an escape sequence that triggers the [ENDLINE] key of the HP-71. The HP-71 fetches the data from the buffer if it is ready for keyboard input, so there is no need to care for a delay. Please note, that keyboard data handling of the HP-71B is extremely slow compared to file transfer and does not always work reliable. Therefore I recommend to paste only small amounts of data into the terminal window. There are better ways to get basic and text files to your HP-71B:
Regards Joachim |
|||
10-04-2017, 09:52 PM
Post: #4
|
|||
|
|||
RE: pyILPER 1.6.0 first beta | |||
10-05-2017, 12:52 AM
Post: #5
|
|||
|
|||
RE: pyILPER 1.6.0 first beta
(10-04-2017 09:52 PM)Dave Frederickson Wrote:(10-04-2017 07:36 PM)jsi Wrote: Keyboard emulation is only available for the HP-71B. As far as I know a keyboard lex file does not exist for the HP-75. You beat me! Good thing you kept that I/O ROM, eh? --Bob Prosperi |
|||
10-05-2017, 01:01 AM
Post: #6
|
|||
|
|||
RE: pyILPER 1.6.0 first beta
(10-04-2017 07:36 PM)jsi Wrote: If you paste text, the printable characters of the system clipboard are sent to the pyILPER keyboard buffer. A newline is transformed to an escape sequence that triggers the [ENDLINE] key of the HP-71. The HP-71 fetches the data from the buffer if it is ready for keyboard input, so there is no need to care for a delay. Yes, I'm familiar with these techniques, and they are reliable (if slow and time-consuming) but you have to admit that simply copy/pasting a program listing into the terminal window would be dead simple, faster, and well, just... cool. --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)