Send data to com port virtually [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm writing a Mathlab programe for get input from a serial port.
serPort = serial('COM5','BaudRate', 57600);
fopen(serPort);
.....
Now i want to check this programe with virtual com port(COM5) and sent data to the port virtually.
Can someone suggest a software to do this.
(Everything is in the same computer)

Try VirtualBox, it creates a virtual machine in which you can virtualize the com port (to a file if you want).

Related

PKI HSM Simulator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Anyone aware of PKI HSM simulator for windows.Found openCryptoki, but it for linux only.
Need to test digital signature and then validate using the suitable algorithum
There's SoftHSM, but I'm not sure you'll be able run on the Windows.

Desktop client for managing Redis over SSH [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there a desktop client for managing Redis over SSH tunnel?
I can't found anything at homepage. My preffered os is MacOS, but if something exists which can works under wine, it's ok for me

testing ip geolocation services [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
we're using an ip service to tailor out website content to the location the member is browsing from. do you have any suggestions / recommendations for testing tools that would allow us to replicate this scenario of someone browsing our website from a specific ip address? thanks
Try using wonderproxy.com - it's a commercial service specifically tailored for what you're describing. We've used it ourselves and are quite happy with it.

VPN on a Cocoa app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm developing an app for a customer. He has a company and he wants the app to connect to the other Macs via VPN. Does anyone know a good tutorial/guide for that?
Apps don't VPN; the operating system does. Then your app just happily notices it's able to see a server it wouldn't otherwise have been able to had the connection not been present.

Recommend OpenSource or Freeware tool to inspect network traffic between two servers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am currently in the process of locking down the network communication protocols that are available for use on given Windows application platform.
Can you suggest a freely available tool that will allow me to monitor/identify the commuications protocols that are in use i.e.
TCP/IP
http
https
FTP
SFTP
Wireshark - this should do everything you need.
Apart from Wireshark already mentioned by Cybergibbons, you could use TCPDUMP.
Although Wireshark is way better for what you need.

Resources