|
Forum Index : Microcontroller and PC projects : Command LPRINT and LLIST ?
| Author | Message | ||||
| f1fco Senior Member Joined: 18/03/2012 Location: FrancePosts: 155 |
Hello everyone, Can we consider adding the LPRINT and LLIST commands in a future version of MMBasic? To print to a serial printer and define the printer parameters using a PRINTER OPTION with the serial port to use and the speed (9600 baud?) Thanks if it's possible. I think this will be of interest to Maximite users. I have a Maximite Color 2. Pierre, from Nimes, south of France 73s de F1FCO |
||||
| lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3463 |
Easy enough with a serial printer--no need for new commands. Set the com port parameters with "OPEN comspec$ AS #fnbr" and print with "PRINT #fnbr,"Some Text" ". PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |