HP Forums
Video MC00701A or HP92198 - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: Video MC00701A or HP92198 (/thread-18831.html)



Video MC00701A or HP92198 - time27 - 09-17-2022 12:45 AM

Hi
This is a 80 column video interface question
Running from : HP75C on HPIL loop
Monitor : LG 4:3 Generic
Connection: CGI to VGA convertor ( see jpg)

Condition: works well

Problem: running from keyboard I get 80 characters displayed.
Small program in Basic wraps screen around 32/40 characters.

Question: How do I get full 80 Characters to display when running from program?

[Image: AF1QipPTDzt9lgmRvAwAM7v72znxJVxetqun7G4z7m8j]

[Image: AF1QipOu3qa_zVUnwU16iGnqrfNImqhHs0VPMMAFLwI9]

https://photos.google.com/search/_tra_/photo/AF1QipPTDzt9lgmRvAwAM7v72znxJVxetqun7G4z7m8j

https://photos.google.com/search/_tra_/photo/AF1QipOu3qa_zVUnwU16iGnqrfNImqhHs0VPMMAFLwI9

//Nick


RE: Video MC00701A or HP92198 - Sylvain Cote - 09-17-2022 03:24 AM

FYI, your pictures are not showing and the links are not working.

If your program(s) use DISP then try the following ...

DISPLAY IS ":d1"
WIDTH 80
DISP "12345678901234567890123456789012345678901234567890123456789012345678901234567890​"
LIST "PROGRAM_NAME"
RUN "PROGRAM_NAME"
DISPLAY IS *

Verify that your program(s) does not change the WIDTH value.

If your program(s) use PRINT then try the following ...

PRINTER IS ":d1"
PWIDTH 80
PRINT "12345678901234567890123456789012345678901234567890123456789012345678901234567890​"
PLIST "PROGRAM_NAME"
RUN "PROGRAM_NAME"
PRINTER IS *

Verify that your program(s) does not change the PWIDTH value.

HP-75 manuals are available here → HP-75 Owner's Manual & HP-75 Reference Manual


RE: Video MC00701A or HP92198 - time27 - 09-17-2022 04:17 AM

Thank you;
I will use google drive to send pictures.

[Image: view?usp=sharing][url]
Link
https://drive.google.com/file/d/1-0bzAziogKpkuc1949SXrUt4sRjpFwAy/view?usp=sharing[/url]

Tell me if you see those..