Cport v2.0
Submitted By:
WEBMASTER
Rating:





(
Rate It)
Serial Communications Library for C/C++. Cport is a general
purpose C/C++ serial communications library for 80x86 Intel
processor-based systems and the National Semiconductor family
of UARTs. This includes IBM and compatible computers and
potentially 80x86 processor-based embedded applications. The
latter is usually possible with few no modifications.
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Platforms:
Embedded, Intel
Number of downloads:
28429
Comments (5)
mr




Posted by: josy on Wednesday, October 16, 2002
Help..!
I have tried all this week to install component Comport (version 2.60, 2.61 etc) in C++ Builder Professional, But it seems never work!!!
The problem is I just can't compile the Run-time library source and also the Design-time library source becouse the file with extension .bpi or .bpl never show up!!
Please, help me...
Mr
(Not rated)
Posted by: Quoc Do on Tuesday, May 27, 2003
I dowloaded and try out the CPort V2.0 on the Visual C++ V6. However when I compile I had an error "fatal error C1083: Cannot open include file: 'bios.h': No such file or directory. Error executing cl.exe."
Where can I get the "bios.h"?
Can anyone help me.
Thanks
Use de Win32 API
(Not rated)
Posted by: Rob Gomez on Sunday, July 29, 2007
The 'bios.h' is meant for DOS systems where direct low-level access to the system is required. In order to deal with the serial port in Visual C++ (any version), you can use the Win32 API to access the serial port by means of the CreateFile function and other useful functions. Contact me if you need more assistance.
about "bios.h"
(Not rated)
Posted by: lwj on Friday, November 02, 2007
i have a program but it doesn't run in VISUAL C++,with the error: not find the file "bios.h".so i want your help! Thank you very much! and "graphics.h" has the same problem.
Linker error
Posted by: bootstrap on Thursday, March 06, 2008
I have downloaded the CPORT20 .The zip file has an exe file and it works great.Even I was able to successfullf compile the cport.c file.But when i run it I am getting linker error.The following are the errors.Please tell me how to solve it.
Linker error Undefined symbol _ComClose in Module cport.c
and 15 other such linker errors
Add Your Rating