Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
serial port communitcation
Name: Brian R. Date: June 6, 2003 at 20:58:53 Pacific OS: Windows XP home CPU/Ram: 1.4 ghz/1 gig ram
Comment:
Hello. I have a question concerning the serial (com port). i am programming in vissual C++ and i am needing to write a program that can send; talk; communitcat with the com port. i need to be able to access it.
Summary: Hi,i need to program the serial port in Win NT via interrupt programming but in a C++ program.Anybody know how to do it?or some place really good to begin?THanks! laura ...
Summary: Hi everyone! I tried to send to my serial port a signal with the following code: mov ah,00 mov al,10100111b mov dx,00 int 14h mov ah,01 mov al,01b int 14h ...and turning it off with the following code...