34 Threads found on edaboard.com: Connecting max232
I have build an c# application which connects to an embedded mcu based hardware via uart communication . I have used mcp2200 i am connecting the system as follows :
mcu tx-rx --->max232----->db9 female connector ----> dm9 m connector on module pcb---->max232 on module pcb ---->mcp2200 on module pcb-----> usb connector on module pcb ----->ca
Microcontrollers :: 01-19-2017 07:44 :: jit_singh_tara :: Replies: 13 :: Views: 757
You implementation is correct. You need max232 for connecting pic to pc.
Google is your best friend. Search this forum first. You can find lot of information here.
Microcontrollers :: 02-28-2014 16:14 :: nandhu015 :: Replies: 6 :: Views: 1247
The most probable cause is that you are not cross connecting the Tx/Rx lines and you have two outputs connected together.
Is it connected
Microcontrollers :: 02-27-2014 15:38 :: alexan_e :: Replies: 4 :: Views: 1235
Frstly - thank you for using the MPLAB template, it makes the program far more readable and logical than we often see.
No circuit will work without power so as suggested earlier, the PIC and max232 are continuing to run on energy stored in the power supply capacitors. If it causes you a problem, try connecting the reset (MCLR) pin through suitable
Microcontrollers :: 06-12-2013 12:29 :: betwixt :: Replies: 5 :: Views: 619
No they are not protocols, they are functional devices, available as integrated peripherals or discrete devices.
UART and USART are basiclly the same, they do the same job of converting serial data but the 'S' (synchronous) means it can also package and extract bits at a speed decided by an external cloock as well as an internal one. It's a confu
Microcontrollers :: 11-06-2012 09:11 :: betwixt :: Replies: 6 :: Views: 1133
Which GSM modem i have to use here.. ??
as i making SMS based notice board
and i m connecting the GSM modem wid AT89c52 ?c wid the help of max232 IC n RS 232 cable..
so Please help me sir
which modem will i have to use here, which is reasonable also..
plz reply me
Microcontrollers :: 04-02-2012 17:42 :: nirajjain.ec :: Replies: 0 :: Views: 564
i am connecting PIC16F877a to PC using max232 and Rs232, and i wanna view the output in Hyperterminal.
My project is like this, when sensor is triggered, buzzer sounds and Hyperterminal will show help.
Now i wanna figure out how to make my hyperterminal response and display the word. I researched online and found this code to be tested. But ther
Microcontrollers :: 12-09-2011 12:26 :: E11022 :: Replies: 13 :: Views: 4466
I want to connect the RFID reader ID12 that I have with PC using the serial Port (max232 & DB9 connector).
The ID12 that I have with me is the simple one and not the "RW" reader.
Here's the pin diagram of
I have tried to connect it with max232 with following connections:-
PC Programming and Interfacing :: 12-01-2011 16:32 :: errakeshpillai :: Replies: 0 :: Views: 2055
ok ill try this tomorrow....because i have to get a female socket.....i will connect the db9 to the pic via a max232 ic and use hyperterminal to troubleshoot it am i right?
---------- Post added at 06:54 ---------- Previous post was at 06:06 ----------
i just would like to ask....i read in ur earlier post fo
Microcontrollers :: 06-13-2011 22:54 :: lifiq :: Replies: 29 :: Views: 3023
Hi, I m connecting SIM300 Module with Hyper terminal using max232 circuitry. But when i open the terminal, it shows random ASCII characters before pressing any key as well as after pressing any key. Can anyone please help me in this ?
Hobby Circuits and Small Projects Problems :: 04-16-2011 17:48 :: arslanshahid :: Replies: 6 :: Views: 2327
for connecting PIC to PC u need to use max232 ic..
here is the
Microcontrollers :: 01-31-2011 09:07 :: lockman_akim :: Replies: 2 :: Views: 8780
dear sir pls help me out in connecting my gsm module to the Arduino AT328..
this is my GSM modem and its details..
70858
This is a plug and play GSM Modem with a simple to implement RS232, TTL Serial and USB interface. Use it to send SMS, make and receive calls, and do other GSM operations by simple AT commands through a
Microcontrollers :: 03-15-2012 05:56 :: ragav :: Replies: 54 :: Views: 13720
hello sir,
please help us... how to connect dtmf decoder and mobile phone & microcontroller
Elementary Electronic Questions :: 01-25-2011 15:34 :: vanitapatil :: Replies: 3 :: Views: 5304
u must use a level converter like max232 between ur module and microcontroller to make a communication.
connecting the GSM module to a microcontroller doesn't require max232. You need the max232 to connect the GSM module (TTL) to the PC (+-10V). But when it comes to the microcontroller, you may need a "Level Translator" in (...)
Elementary Electronic Questions :: 12-23-2010 10:01 :: seadolphine2000 :: Replies: 13 :: Views: 3732
its just connecting to serial port and configuring the bauud rate properly. You dont need any interfacing as the module and your 8051 board will have MAX 232 in it. The zigbee module should have a max232. check if it is there or not. If it is there then directly you can connect.
Microcontrollers :: 12-21-2010 09:58 :: ckshivaram :: Replies: 4 :: Views: 3354
Both are fine. Check tx and rx while connecting gsm and microcontroller. You have to swap tx and rx.(Null modem connection)
Digital communication :: 11-05-2010 01:52 :: nandhu015 :: Replies: 2 :: Views: 1224
I had never problems operating RS232 with a fanout of two, connecting a second max232 or similar
receiver to an operating RS232 link to acquire the data through a simple Y-cable. I don't love to
make a simple thing complicated by adding superfluous hardware.
Professional Hardware and Electronics Design :: 08-25-2010 12:43 :: FvM :: Replies: 1 :: Views: 2401
Flip tx and rx lines while connecting PIC to modem
Nandhu
Microcontrollers :: 04-30-2010 04:47 :: nandhu015 :: Replies: 3 :: Views: 3041
Hi friends,
I have a microcontroller evaluation board (STmicroelectronics).
This board is connected to the PC through the USB.
But I want to connect this board to PC through UART (serial communication RS232).
I found a USB to UART converter (FT232RL made by FTD Inc.) .
Can I connect this converter to the microcontroller evaluation board
Microcontrollers :: 01-12-2010 10:01 :: pavankumarssv :: Replies: 1 :: Views: 1798
Hi
I am currently doing a school project involving underwater communications. We are assigned to 1 'DSPCOMM' acoustic modem but we have problem communicating between the 2 modem.
I have tried connecting PC to acoustic modem via RS232 but it does not work.
I have tried sending signals through max232 to acoustic modem it does not work.
Do
Digital communication :: 12-28-2009 03:50 :: shaun.lee56 :: Replies: 0 :: Views: 985
Hello everybody,
To connect the PC to PIC we use the max232 to convert RS232 signal to TTL.
MAX485,however, makes TTL-level signals RS-485 compatible. So, logicaly, to connect a PIC to a 485 Network we use the MAX 485 and then the max232 as interface (see figure).
I saw in internet some guys connecting PIC directly to the Max485 (...)
Microcontrollers :: 09-03-2009 09:50 :: mouzid :: Replies: 1 :: Views: 3331
maybe it's a hardware issue, have you connected the microcontroller with the same cable you used to connecto to the PC? the PC COM port have a RS232 bit levels (0 +12v ; 1 -12v) but the microcontroller have TTL/cmos Levels (0 0v, 1 5v)... if you are connecting directtly, it will not work never! if you are using an extra max232, or conecting a diffe
Microcontrollers :: 04-16-2009 21:50 :: Kurenai_ryu :: Replies: 20 :: Views: 6118
Are you removing a wire while data is flowing and connecting it again? You can´t do that because you´ll loose sinchronism (loose the start bit at the beginning of each byte).
Professional Hardware and Electronics Design :: 04-14-2009 08:01 :: pauloynski :: Replies: 10 :: Views: 3666
You can try connecting both the transmitter and receiver circuits to a PC via a max232 or similar IC. After that you can easily find out whether they work or not using hyperterminal.
If you have an oscilloscope, it would be better to debug the rx/tx signals at signal level.
Regards.
Microcontrollers :: 12-06-2008 12:15 :: s_cihan_tek :: Replies: 5 :: Views: 2758
hi
iam using max232 to connect a pic16f877a to a nokia 6610 dku5 serial cablecable ,to send and recieve sms using at+commands.
i have connected the max232 rx,tx correctly since i have tested the pic by connecting it with the pc ,using hyper terminal and send, receive work fine.
and i have tested the cell too with the hyperterminal and (...)
Microcontrollers :: 10-24-2008 13:01 :: xsa :: Replies: 0 :: Views: 2969
Hi all,
I have a problem. I need to accept USB input from a HID device like a USB keyboard into the VNC1L device and output the exact data that was sent by the HID device.
I am using a VDIP1 module and VDAP firmware 3.64. The connection is like this:
HID device -> VNC1L -> max232 -> USB-serial converter
I have no problem comunicating w
Microcontrollers :: 05-08-2008 03:28 :: mousefish :: Replies: 0 :: Views: 2111
In the down load software section there is an RS232 communication software use max232 as an interface with the 8051 core.For connecting the H/W u can refer the data sheet or u can go through mazid and mazid book or ayala book pls let me know if u have any problem
Microcontrollers :: 08-27-2007 11:45 :: vijaya_narayana :: Replies: 3 :: Views: 1543
Just grab any circuit with max232-alike connecting the '51 to PC via UART (this is the nicest thing on th 'RD2s!)
There is a deluxe version which would reset automagically from PC via some of the handshake signals, but you don't really need that unless you need it for mass production or you are too lazy to press a reset button.
JW
Microcontrollers :: 06-01-2007 07:42 :: wek :: Replies: 4 :: Views: 7285
hi
i m doing my final year project that includes autoically sending sms from mobile phone. i m connecting 8051 with T630 using Tx, Rx and Gnd of 8051. i m using max232 IC in between microcontroller and mobile phone. i made assembly code to send the AT commands. but i havent got any response from the mobile. i want to know that whats wrong with th
Microcontrollers :: 02-24-2007 11:56 :: sagi4u84 :: Replies: 2 :: Views: 1316
Can i know whether parallel port DB25F is suitable for connect with mx232 and receiver a signal bits?
i wan to transmit hex number from pic to pc, how to do it?
regard
Beng
Microcontrollers :: 11-24-2006 07:17 :: Beng123 :: Replies: 4 :: Views: 2087
Has anyone tried connecting a max232 and PL2302 together ?
If yes, could you provide schematics.
PC Programming and Interfacing :: 11-10-2006 23:10 :: circuitmod :: Replies: 0 :: Views: 927
I used 89C51 send mesage to pc serial port with max232 but pc not recive char. why?
first of all, maybe you need to check if the COM port is correct one, and also check if the RX and TX of COM port connecting to your max232 is correct.
good luck!
Professional Hardware and Electronics Design :: 09-09-2006 05:01 :: cdcll :: Replies: 7 :: Views: 4593
hi...
can any1 show me a sample circuit for connecting pic16f877a with max232 chip. The hardware i'm doing is only going to receive and transmit data between the PIC based hardware n PC.
thanks...
Hobby Circuits and Small Projects Problems :: 10-04-2005 17:27 :: ganavel9783 :: Replies: 3 :: Views: 2459
i have prolem connecting PIC JDM to a UART ( USB to UART ) i used cp2101 chip for the usb to uart conversion. Hav any one done it ? plz let me kno ....
regards
Microcontrollers :: 04-02-2005 07:12 :: ful babu :: Replies: 2 :: Views: 917