--- Quote Start ---
Is it possible to send data from fpga using virtual jtag and shows the data at hyperterminal or other similar program like qt comport?
I still want to try it.
--- Quote End ---
It is not possible directly with the Altera component, since they do not provide an operating-system device driver. However, you can get the same effect using a server. For example, you can connect a terminal program to a socket and send characters over the socket. This is what the client/server application I have written does. The server side of the application takes the place of the device driver.
Cheers,
Dave