HP Forums

Full Version: Video MC00701A or HP92198
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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_/p...un7G4z7m8j

https://photos.google.com/search/_tra_/p...VPMMAFLwI9

//Nick
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
Thank you;
I will use google drive to send pictures.

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

Tell me if you see those..
Reference URL's