Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for prashw

howto convert thi program to Microsoft visual c++...... please help me....... i don't know how to convert............. please help me.......... Serial.h [CODE] // Flow control flags #define FC_DTRDSR 0x01 #define FC_RTSCTS 0x02 #define FC_XONXOFF 0x04 // ascii definitions #include <stdio.h> #include <time.h> //#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows …

Member Avatar for Ivan85
1
8K
Member Avatar for kimmi_dk

how to create the circuit with serial port R232 DB-9 interface to test program using visual C++. the program will indicate the LED at every bits was sent by program but i don't know to design the circuit, anybody please help me.

Member Avatar for hkdani
0
1K
Member Avatar for nuwan243

Hi Everybody, Im a new programmer......... i had used the following code to output data to com port..... this program cannot use in Microsoft visual c++ ..... Please help me............................. #include #include #include #include #define SETTINGS (_COM110|_COM_CHR7|_COM_STOP1|_COM_NOPARITY) void main() { clrscr(); _bios_serialcom(_COM_INIT,0,SETTINGS); outportb(0x03f8,0); getch(); }

Member Avatar for Jishnu
0
167
Member Avatar for sardi

Hi Everybody, Im a new programmer......... i had used the following code to output data to com port..... this program cannot use in Microsoft visual c++ ..... Please help me............................. #include<iostream.h> #include<conio.h> #include<dos.h> #include<bios.h> #define SETTINGS (_COM110|_COM_CHR7|_COM_STOP1|_COM_NOPARITY) void main() { clrscr(); _bios_serialcom(_COM_INIT,0,SETTINGS); outportb(0x03f8,0); getch(); }

0
57

The End.