Serial Cable

Programming, for all ages and all languages.
Post Reply
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Serial Cable

Post by Tyler »

This is not really general programming.. which makes me think we probably need a general harware section. Now onto my questin.

Are all female-female serial cables usable for null modems (they have there send ready connected to there recieve ready). What is an easy way to find out if they are if not and is it possible to use any female-female serial cable in a null modem setup?
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Serial Cable

Post by AJ »

Hi,
Tyler wrote:Are all female-female serial cables usable for null modems (they have there send ready connected to there recieve ready). What is an easy way to find out...
No, not all female serial cables are useable as null modems. You will normally need to either purchase a specific null modem cable, use an in-line null modem or wire your own.

The way I have always found out in the past is by using a uC development board I have. You could achieve a similar effect by just using a battery and LED.

I guess one way to do it is just to attempt connecting the cable between two PC's and seeing if it works (of course - you need to know your serial driver is in a good state!) although I haven't tried this before so do it at your own risk!

Cheers,
Adam
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

In the case where all pins are attached is it possile to simply assert the pins from computer to computer and create the same interface?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

This page shows null-modem layouts.
Every good solution is obvious once you've found it.
Post Reply