37d Subj : Re: Talking to a RS232 Serial Port To : borland.public.cpp.borlandcpp From : "jhanby" Date : Tue Nov 25 2003 09:38 pm Checkout the Win32 Programmer's Refference in your help files, communications functions. http://www.traverse.com/people/poinsett/bcbcomm.html has some code using CBuilder and these functions, but the Cbuilder stuff is easy to sort out and leave the rest as examples of using CreateFile and the rest of the Windows functions for serial communication. "Mark Trypuc" wrote: > >Is their any built in command in c++ that I can use to talk to a serial port. If not does anyone know of some code that is needed to do this and if so can you please send asap to: marktrypuc@hotmail.com >This would be greatly appreciated! Any replies to this question can be sent to the above email as well. Thanks!! . 0