Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
U can send data to serial port using "outportb" command......
I have done it in Turbo C++ compiler.........
I am also attatching a file with the title Interfacing the serial / Rs 232 port....it contains all the info one needs to know about serial port data transfer.....also contains C++ codes for doing so.....Hope that this solves ur problem
for proper syntax open turbo C compiler and find outportb in help.....
you simply use the Windows API if you programming in Windos.
IF you search in google you can find many links and examples to serial port programming.
Bye.
This method will work even under Windows 95. It is probably also the quickest way to do it as it doesn't require any intermediate DLL, ActiveX control, etc to do it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.