Apr 27th, 2024, 9:05pm
Welcome, Guest. Please Login or Register.
Pages: 1  Reply Reply  Notify of replies Notify of replies  Print Print
   Author  Topic: Possible to change which pins are connected where?  (Read 3967 times)
Nobody2
Guest Email

Possible to change which pins are connected where?
« on: Jan 9th, 2005, 8:14am »
Quote Quote  Modify Modify  Remove Remove

Hi.. is it possible to (maybe in future) allow the change of which virtual pin goes where?
 
IP Logged
Andrew
FabulaTech Forum Moderator
Moderator
FabulaTech Forum Senior Member
*****



View Profile   WWW         
Gender: male Posts: 427
Re: Possible to change which pins are connected wh
« Reply #1 on: Jan 9th, 2005, 8:41am »
Quote Quote  Modify Modify

In general it's possible but could you please explain in detail for what do you need this feature?
IP Logged

Andrew Scott

FabulaTech
===================
http://www.fabulatech.com
Nobody
Guest Email

Re: Possible to change which pins are connected wh
« Reply #2 on: Jan 9th, 2005, 2:10pm »
Quote Quote  Modify Modify  Remove Remove

It would then be a lot mroe useful for a multitude of applications.
 
The reason i needed to do this is for:--
 
I use a dvb-s card & program which connects to a satellite for sat tv.
There is a utility for the satprogram called Poormans Cam, which emulates the CARD slot of satellite recievers and works by having a device connected to the com port (which u put your card in).
There is ALSO a program which emulates the CARD iteself and transmits on the com port to a card.
 
Using this driver it wil be possible to illiminate hardware.
 
note: I can donate 50+$ dollars Smiley
IP Logged
Nobody
Guest Email

Re: Possible to change which pins are connected wh
« Reply #3 on: Jan 9th, 2005, 2:27pm »
Quote Quote  Modify Modify  Remove Remove

Current virtual serial port software will not work at the moment as it emulates a null modem lead, which connects RTS pin 7 to CTS pin 8 on the other port. WCE(card emulator) needs the RTS connected to pin 1 DCD for it to work.
IP Logged
Andrew
FabulaTech Forum Moderator
Moderator
FabulaTech Forum Senior Member
*****



View Profile   WWW         
Gender: male Posts: 427
Re: Possible to change which pins are connected wh
« Reply #4 on: Jan 10th, 2005, 1:27pm »
Quote Quote  Modify Modify

Thanks you very much for explanation. Apparently we will add this feature in the next Virtual Serial Port Kit version. Please don't ask about when it will be ready... It's so hardly to define exact deadline so ... it will be available as soon as possible (maybe in one month, maybe in two...)  Smiley
« Last Edit: Jan 10th, 2005, 1:31pm by Andrew » IP Logged

Andrew Scott

FabulaTech
===================
http://www.fabulatech.com
Andrew
FabulaTech Forum Moderator
Moderator
FabulaTech Forum Senior Member
*****



View Profile   WWW         
Gender: male Posts: 427
Re: Possible to change which pins are connected wh
« Reply #5 on: Jan 27th, 2005, 4:56am »
Quote Quote  Modify Modify

We plan to add in the next Virtual Serial Port Kit version following pinouts of virtual null modems:
<PRE>
  FULL HANDSHAKE
  -----------------------
  | COMx   |to| COMy    |
  |--------|--|---------|
  | RD (2) |  | TD (3)  |
  | TD (3) |  | RD (2)  |
  | CD (1) |  | DTR (4) | optional
  | DTR (4)|  | DSR (6) |
  | DTR (4)|  | CD (1)  | optional
  | DSR (6)|  | DTR (4) |
  | RTS (7)|  | CTS (8) |
  | CTS (8)|  | RTS (7) |
  | RI (9) |  | DTR (4) | optional
  | DTR (4)|  | RI (9)  | optional
  -----------------------
 
  PARTIAL HANDSHAKE 1                 PARTIAL HANDSHAKE 2
  -----------------------             -----------------------
  | COMx   |to| COMy    |             | COMx   |to| COMy    |
  |--------|--|---------|             |--------|--|---------|
  | RD (2) |  | TD (3)  |             | RD (2) |  | TD (3)  |
  | TD (3) |  | RD (2)  |             | TD (3) |  | RD (2)  |
  | CD (1) |  | DTR (4) |             | CD (1) |  | RTS (7) |
  | DTR (4)|  | DSR (6) |             | DTR (4)|  | DSR (6) |
  | DTR (4)|  | CD (1)  |             | RTS (7)|  | CD (1)  |
  | DTR (4)|  | RI (9)  | optional    | DTR (4)|  | RI (9)  | optional
  | DSR (6)|  | DTR (4) |             | DSR (6)|  | DTR (4) |
  | RI (9) |  | DTR (4) | optional    | RI (9) |  | DTR (4) | optional
  |---------------------|             |---------------------|
  | RTS (7)  |  CTS (8) |             | RTS (7)  |  CTS (8) |
  |        ) | (        |             |        ) | (        |
  | CTS (8)  |  RTS (7) |             | CTS (8)  |  RTS (7) |
  -----------------------             -----------------------
 
  LOOPBACK HANDSHAKE
  -----------------------
  | COMx   |to| COMy    |
  |--------|--|---------|
  | RD (2) |  | TD (3)  |
  | TD (3) |  | RD (2)  |
  |---------------------|
  | RTS (7)  |  CTS (8) |
  |        ) | (        |
  | CTS (8)  |  RTS (7) |
  -----------------------
  |CD (1)    |   CD (1) |
  |       \  |  /       |
  |DTR (4)-) | (-DTR (4)|
  |       /  |  \       |
  |DSR (6)   |   DSR (6)|
  -----------------------
</PRE>
Guys, any your suggestions of comments are welcome...
« Last Edit: Jan 27th, 2005, 5:24am by Andrew » IP Logged

Andrew Scott

FabulaTech
===================
http://www.fabulatech.com
chanyu
FabulaTech Forum Newbie
*



View Profile         
Posts: 2
Re: Possible to change which pins are connected wh
« Reply #6 on: Mar 13th, 2005, 3:30am »
Quote Quote  Modify Modify

I bought a full.6 version using $99.98, but found it could not provide DCD and CTS sign that my application need it. so I have to plan to buy another vritual driver that could provide DTR--DCD and RTS--CTS feature. that will spend my a more $99.95.
if FabulaTech could release next new version with virtual pins handshaking feature, can I get freely?
 
if not, can I get 50% or more money from company and return register key? Huh
IP Logged
Andrew
FabulaTech Forum Moderator
Moderator
FabulaTech Forum Senior Member
*****



View Profile   WWW         
Gender: male Posts: 427
Re: Possible to change which pins are connected wh
« Reply #7 on: Mar 14th, 2005, 7:31am »
Quote Quote  Modify Modify

Virtual Serial Port Kit v4.7 has been released.  
http://www.virtual-serial-port.com
 
Different null modem schemes are available now. New version allows to create virtual modems with loop back, partial or full handshaking.
« Last Edit: Mar 14th, 2005, 7:31am by Andrew » IP Logged

Andrew Scott

FabulaTech
===================
http://www.fabulatech.com
chanyu
FabulaTech Forum Newbie
*



View Profile         
Posts: 2
Re: Possible to change which pins are connected wh
« Reply #8 on: Mar 15th, 2005, 7:00pm »
Quote Quote  Modify Modify

thanks very much  Grin
IP Logged
Pages: 1  Reply Reply  Notify of replies Notify of replies  Print Print

« Previous topic | Next topic »
Online Talk to our
support team or
sales department.