Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me with a wireless rs-232 connection project

Status
Not open for further replies.

sertorius

Newbie level 6
Joined
Apr 22, 2004
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
148
wireless rs-232

im trying to build a project that will wirelessly connect to rs-232 devices as if they were connected by a regular cable.

to transfer data back and forth i will use something like this.

the problem is that with only one transmit/receive line, how do i squish the extra handshake lines in?
[/url]
 

Re: wireless rs-232

Ok ..ok There are several approaches i assume that this is a project and you don't want to buy a product on the market

one way is to send the status of the protocol line with a small micro on the receiver an decode it with another micro at the other end . You understand ? one micro recives from the RS232 and appends the status of the protocol lines This micro turns on the TRANSMITTER and sends the PROTOCOL status firts . and after confirmation of the RECEIVER micro .it will now send the real DATA . The receiver is always on or turn on periodically to scan for a signal you need to save bateries .. All this controlled by another micro .. When this micro receives some kind of signature then decodes the word with the PROTOCOL line status and decides what to do ! Once they COMPLY with the PROTOCOL ..ok now RECIVER micro only passes the data as any standard rs232 cable

depending of the application you have to decide if you want to append a status word and NACK for every byte received .. or if is enough just to do it at the beginning of the comunication .. and some how at the end!
 

Re: wireless rs-232

Why not just use IrDA? The IrCOMM interface exposes full serial port connectivity over IR. The classic TFDS4500+MCP21xx combi would suit your needs well.
 

wireless rs-232

irda sounds good for the first version, but ideally i would like to do it without line of sight (although it doesn't need more than a metre or two range)

the problem with the pic idea is that im not the best at programming them at the moment, although it would give me a good excuse to learn.

What would happen if you fed the signal from the ircomm encoder into an analogue radio transmission?

would that work?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top