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.

Pic to rs232 without level converter ic?

Status
Not open for further replies.

Analyzer

Full Member level 6
Joined
Nov 18, 2001
Messages
374
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
3,518
rs232 level converter ic

I built a circuit that uses a level converter max232 and now i need to cancel it due to make pcb smaller and reduce cost.I saw many circuits can work without this ic.They use classical resistors.So how should i connect rs232 pins to my pic 16f628 and how should i modify my ccs c code? Thanks.
Analyzer
 

If your only goal is to save PCB space, did you consider using another level converter? For example the dallas DS275 has only 8 pins and requires no external components. Other semiconductor vendors offer such parts, too.
 

You can try this if you use software 232 routines

You can use the following but in software you have to invert the data.
Output is easy with only a resistor in series(1K) just for protection.
Again you have to invert data.
This way you may have shorter line length.

47K 22K 1N4148
RX from rs-232C -----/\/\/\/\---+---+------RX ttl
| _
\ / \
/ __
\ |
| |
__ __
 

Yes, the simple resistor will work with the
PIC/RS-232 connection - most of the time.
However, if this is for a product that others
will be using, it is proper engineering practice
to adhere to the specifications. Just because
it might work with your PC doesn't mean it
will work with all others. Been there, done that.

Just something to keep in mind.
 

Sorry
I've tried to draw it with text but!!!

OK
1)We have input from RS-232C
2)place a divider 47K(series) with 22K(to GND)
3)At the output of the divider (midpoint of 47K and 22K) connect
the cathode of a 1N4148 and its anode to GND.
4) Take signal from 1N4148 cathode.

5) INVERT ALL DATA IN SOFT.

enjoy it
 

If you need to drive a long length of cable, use level converters. The RS232 level must be greater than +/- 3V at the receiving end to operate properly. If you drive less than 5V, make sure that the receiver at the other end will see enough voltage.
 

Simple thing

you can use Zener or 1N4148
My regards
 

Most PIC is 5V, and the RS232C is +/- 12V, So I think it needs a IC
 

**broken link removed**

for 16f628 rb4 must be grounded
 

see : Simple RS232C Level Converter using Transistors .

**broken link removed**
 

U can search same family at maxim-ic.com at same family at max232. U can choose same family IC which has built in capacitor.

I prefer do like this. Also can save place.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top