Post Reply 
Video MC00701A or HP92198
09-17-2022, 12:45 AM
Post: #1
Video MC00701A or HP92198
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
Visit this user's website Find all posts by this user
Quote this message in a reply
09-17-2022, 03:24 AM
Post: #2
RE: Video MC00701A or HP92198
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
Find all posts by this user
Quote this message in a reply
09-17-2022, 04:17 AM
Post: #3
RE: Video MC00701A or HP92198
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..
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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