Aug 12, 2003 #1 teysir Technical User Joined Sep 26, 2002 Messages 3 Location IR I want to write data to serial port using Dos . I tried by Turbo pascal & Int 14h. But no success. Help me please. Thanks a lot.
I want to write data to serial port using Dos . I tried by Turbo pascal & Int 14h. But no success. Help me please. Thanks a lot.
Aug 13, 2003 #2 bcastner IS-IT--Management Joined Aug 13, 2002 Messages 29,271 Location US You need to initialize the port for bit rate and parity settings. After that you open it just as if it were a file for read and write. Upvote 0 Downvote
You need to initialize the port for bit rate and parity settings. After that you open it just as if it were a file for read and write.