PORTS Forum

Ports and Interfaces => General Discussion => Topic started by: m.alizadeh91 on August 30, 2011, 06:46:36 am

Title: Simulate data transferring with USB or RS-232 for a specific software
Post by: m.alizadeh91 on August 30, 2011, 06:46:36 am
Hi jan.
I have software which works with a device via RS-232 or USB. I want to know if there is anyway to send data to software
without the device ?( i mean to simulate cable transferring or something like that).
Title: Re: Simulate data transferring with USB or RS-232 for a specific software
Post by: Jan Axelson on August 30, 2011, 09:36:56 am
See the virtual serial port tools under Other Tools here:

http://www.lvr.com/serport.htm#software

Jan
Title: Re: Simulate data transferring with USB or RS-232 for a specific software
Post by: m.alizadeh91 on August 30, 2011, 09:45:58 am
Thanks Jan.
How about USB ports Jan? Is there any virtual USB port?
Title: Re: Simulate data transferring with USB or RS-232 for a specific software
Post by: Jan Axelson on August 30, 2011, 09:51:17 am
It depends on what USB device you want to emulate.

A device that can connect via RS-232 or USB probably has a USB/serial adapter on board. If so, the application accesses the device as a COM port, the same as if it were a true serial port. So you could emulate it with a virtual serial port.

Jan