Click here to Skip to main content
16,020,669 members

Comments by Member 12278335 (Top 11 by date)

Member 12278335 3-Oct-20 10:56am View    
Thank you very much for your replay.Form the method i wanted to do update list in different condition. After i tried like below. its works.
i create a list variable to get the list return from function and then the variable i used.
List<sweep> temp = new List<sweep>();
temp = ribsPoints();
// call to the list item
void createSweep()
{
Sweep ribs = createRibs(fDoc, temp[i], temp[i+1]);
}
Member 12278335 23-Apr-20 23:08pm View    
That is arduino uno board which i try to communicate. Thank you very much for your time on this.....
Member 12278335 23-Apr-20 1:15am View    
The hComm value is 0x000002b0 which the value is same when it created. Is the problem opening port in main thread and the call its event from other thread.
i check the MTTTY example they have done the same as me.

this is the link
https://docs.microsoft.com/en-us/previous-versions/ff802693(v=msdn.10)?redirectedfrom=MSDN
Member 12278335 17-Apr-20 12:31pm View    
Fom the error its shows error 6: The handle is invalid after calling SetCommMask() iam getting the ERROR_INVALID_HANDLE 6 (0x6) but cannot figure out why....?
Member 12278335 24-Mar-19 12:35pm View    
Thank you for the replay. I could Successfully Write to the serial port. but trying to receiving the data was the problem.
data is receiving . i monitor through the serial monitor(Eltima).