I have written a program in C to send a byte to serial port (com).
I have used BIOSCOM to send data
but I guess that it doesn't open the port.
Please tell how I can open and close a com port in C.
My code is here:
#define COM1 1;
bioscom (1 , 65 , COM1);
Please help me...
hi there
i am writing a program in C#
i have a code like this
Hashtable ht = new Hashtable();
ht.Add("1", "One");
ht.Add("2", "Two");
ht.Add("3", "Three");
ht.Add("4", "Four");
but Compiler sort it
i wanna know how can i prevent sorting hashtable
please help me
hi there
i am writing a program in c# windows app
and i use the microsoft chart component
i have 100 string in an array and 100 double in an array
and i wanna draw a chart with these arrays but i have a problem
it draws chart with 5 or 6 column
what shoud i do with this problem
string[] dates = new string[100];
double[] values = new double[100];
for (int i = 0; i <= 99; i++)
{
dates[i] = "1/1/138" + i.ToString();
values[i] = i;
}
s.Series[0].Points.DataBindXY(dates, values);
I have written a program in C# that sends text to COMx.
I wish to test it using HyperTerminal, meaning I want to read the text that I send with my program. When I set the WAIT FOR CALL in HyperTerminal, my program is refused access to the given port.
How can I test my program? Is it possible?
hi there
i have written a very simple program that has a SUM function
i wanna create a .lib file
how can i do it
please help me
my program is c in windows xp
int sum(int a , int b)
{
return a + b;
}
hi there
i have the final version of visual studio 2010
i wanna use CODE ONLY in entity framework
i wanna know what is ctp
what is ctp in entity framework
please help me