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
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for prashw

hey all.........i m new here!!!!!! I am at my wits end on this problem.....i would appreciate it if you could give any help..................................................... i managed to compile and run a C++ program that intializes and reads/writes to a serial port . I was using the Dev C++ compiler to write …

Member Avatar for Ivan85
1
7K
Member Avatar for kimmi_dk

Hi all .. Hope that this forum can help me . I have to make a program that can talke to my Atmel ( micro) thu the ISP (In Serial Programming). I only have the source code in devcpp (c++) and dont know anything about c++ ... the source code …

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..... #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(); } when i run the programme,when i connect pin 3(tx pinn) to a LED it blinks one tym.......... …

Member Avatar for Jishnu
0
163
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
56