![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
I am trying to make a circuitboard for my circuit which is prototyped on the breadboard. There are serial port Tx and Rx pins from a PIC16f688 which i use to interface to the PC. On the breadboard these work fine, when i soldered these onto my board the trasmission has a lot of errors. I have checked the connections and I am using wires to solder these onto the board. Is there a recommended way of soldering when a serial transmission is concernced. What can be done to prevent these errors. Best Regards and TIA. Sumit | |
| |
| | #2 |
|
You need a level converter like a MAX232.
| |
| |
| | #3 |
| It is something else. The ciruit works on the breadboard. There is some issue when i use solder in the same connection... I suspect the issue with using a wire connection to connect between for the red and green connects. | |
| |
| | #4 |
|
it has nothing to do with the soldering, unless its not right like the solder isnt making contact well or there is too much flux or you crossed traces or may a wire is melted somewhere and touching something eles
__________________ AtomSofts eBay Store AtomSoftTech: C18 TIPS & TRICKS v9 PDF Nokia 6100 Driver/Software My Name: Jason Lopez http://atomsofttech.info/ | My YouTube Videos! My Favorite Store: dipmicro Electronics | |
| |
| | #5 | |
| Quote:
If it did then it was the capacitance of the board would be the only thing that could of changed if you made the circuit the same. But you need a level converter a max232 would be the easy way to go. | ||
| |
| | #6 |
|
If you wired a PC serial port Tx to the PICs Rx without a level converter you may have fried your PIC. + or - ~10 volts on a pic pin Check the data sheet!You haven't stated that you are using a level converter, and the diagram does not show one. | |
| |
| | #7 |
|
If he has a newer computer the voltage level may be lower some newer ones use the same power that the usb uses. But I was thinking the same thing He may have cooked it. | |
| |
| | #8 |
|
The output from the PICs UART is postive logic, i.e. 1==high, 0==low. RS232 uses negative logic where a 1 is low and a 0 is high so even if the voltage levels were being detected as high and low, the data itself would be inverted including the stop and start bits. We are of course making the assumption it's connected to an RS232 serial port. The O/P hasn't explicitly stated that is the case, only that it's connected to a PC. | |
| |
| | #9 |
|
PC RS232 ports have a fairly high output impedance, typically about 330 ohms. They will tolerate indefinite short circuits. Connected direct to a PIC pin it would have pushed the PIC internal port diodes to about 30mA, not recommended of course but it's very unlikely to have blown the PIC. | |
| |
|
| Tags |
| communication, problem, serial, soldering |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| Soldering issue for RS232 Serial connection | cimulation | Electronic Projects Design/Ideas/Reviews | 3 | 5th July 2009 07:19 AM |
| strange problem ! pic18f4550 & pic16f84a serial communication . | amenoera | Micro Controllers | 0 | 17th March 2008 05:55 AM |
| serial communication | jaikanth | General Electronics Chat | 1 | 12th December 2004 04:43 PM |
| Serial communication problem | tbrown | Micro Controllers | 12 | 13th February 2004 11:32 AM |
| Serial Communication Problem. Need some help please. | Beefer3 | Micro Controllers | 5 | 12th November 2003 05:14 PM |