This is all that I can find, none of them work.
Option Compare Database Option Explicit
Private Type DOCINFO pDocName As String pOutputFile
if it is mapped to a parallel or com port, you can open that directly:
open "LPT1:" For Output as #1 ' or open "COM1:" print #1, "SomeData" Close #1