I set the com port up to be a printer port and then send something to it. Like this...
************************
! mode com1 96,n,8,1 * Run once
! mode lpt3 = com1 *
************************
then.....
***************************
save sys(6) to MPRINTERWAS* To open the drawer
set printer to lpt3 *
??? "X" *
set printer to MPRINTERWAS*
***************************
You could probably just set the com port up with...
! mode com1 96,n,8,1 && run once
set printer to com1
??? "X"