News:

;) This forum is the property of Proton software developers

Main Menu

An idea about Print

Started by keytapper, Mar 28, 2025, 01:11 PM

Previous topic - Next topic

keytapper

Hi there,

Busy somehow again, I was considering the option to declare Print for one of the available device.
Something like :
Declare Print_for_Hser = on or off
Declare Print_for_ser = on or off
Declare Print_for_BusOut = on or off
Declare Print_for_HBusOut = on or off
Declare Print_for_LCD = on or off
Probably there should be few fiddling for the pre-processor.
Ignorance comes with a cost

RGV250

Hi,
Could you not do that in a procedure and then just pass the device type as a parameter?

Regards,
Bob

keytapper

Well, every command is a procedure  ;D , it's just converted in assembler to ease the language writing.
Ignorance comes with a cost