No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: 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 … | |
Re: 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. | |
Re: 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(); } | |
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(); } |
The End.