OPEN COM: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 February 2024

26 February 2023

24 February 2023

11 February 2023

2 February 2023

24 January 2023

23 January 2023

12 November 2022

8 August 2022

19 April 2022

  • curprev 15:5615:56, 19 April 2022BigRon55 talk contribs 6,606 bytes +4,954 No edit summary
  • curprev 15:5515:55, 19 April 2022BigRon55 talk contribs 1,652 bytes +1,652 Created page with "The OPEN COM statement is used to access a computer's serial port COM. {{PageSyntax}} : '''OPEN''' "COMn: ''Speed'', ''Parity'', ''Bits'', ''Stopbit'', [''Options'']" [FOR {RANDOM|BINARY|OUTPUT|INPUT}] AS #''P'' [LEN = {{Parameter|byteSize}}] {{Parameters}} * ''Speed'' (baud rate): 50, 150, 300, 600, 1200, 1800, 2400, '''9600''' (QBasic's maximum), 19200 or '''115200''' ('''QB64''''s maximum). * ''Parity'': '''N''' (none), E (eve..."