mscomm32

MSCOMM32.ocx Excel VBA problem

Hi, I was using an Excel macro which uses mscomm32.ocx for communicating with the serial port. It was working fine until some one or two month back. Now when we try to run it again it is not working. When I try to load it, it says the "Subject is not trusted for the specified Action". Can any one help me out!? Thanks... ...

Send text file to MScomm port in C#

How do i send text file to Mscomm port. When i open hyper terminal..reading is seen only when i transfer->send text file->5.txt. If i rename or try using any other text file i dont get the reading.Only 5.txt file. Now i need to implement this in C#. How do i send this text file in C#? Thanks in advance ...

Using mscomm ActiveX with Qt (solved)

Hello. I know this question may seem odd due to new existing alternatives, but trust me there's a reason. I would like to use the mscomm active X control to communicate through serial port with Qt. Yes, I know there's QextSerialPort, QSerialDevice and a lot of examples about how to write serial communication code. But due a problems I...