vb.net ms comm getting exception
I used microsoft com control 6.0 in the application for sending data to the led control MSComm1.EOFEnable = True MSComm1.SThreshold = 100 MSComm1.InputLen = 0 MSComm1.RThreshold = 1 MSComm1.InBufferCount = 0 MSComm1.OutBufferCount = 0 MSComm1.NullDiscard = False MSComm1.CommPort =1 MSComm1.PortOpen = True <-Getting exception to this line …… I am geting Exception from HRESULT: 0x800A1F45 … Read more