Skip to main content

Questions tagged [max232]

An IC that converts signals from an RS-232 serial port to signals suitable for use in TTL compatible digital logic circuits.

1 vote
1 answer
842 views

I have two ESP32 that are communicating via USART (TTL) on the Serial2. The TX2 pin of ESP_Alice is connected with the RX2 pin of ESP_bob. The RX2 pin of ESP_Alice is connected with the TX2 pin of ...
Carlo Tavian's user avatar
1 vote
0 answers
57 views

guys. I am workin on a project. I have two channel for Serial RS232 communication. Main and Stand-By channel. If Main channel has some problem and, cannot communicate for 15 seconds then I want to ...
A Alptekin's user avatar
5 votes
2 answers
19k views

I would like to read data from a rs232 device (SL-5868P Sound Level Meter). protocol and more : https://sigrok.org/wiki/Colead_SL-5868P. I already have a Python script to read the data with a TTL to ...
Joost's user avatar
  • 75
1 vote
0 answers
240 views

I want to use RX(0) and TX(1) Pins to make Arduino as an RS485 slave. To do this I am using MAX485 IC (Breakout board) https://datasheets.maximintegrated.com/en/ds/MAX1487-MAX491.pdf The problem here ...
Ohbhatt's user avatar
  • 176
0 votes
1 answer
190 views

I have connected a MAX232 chip for RS232 communication with my Arduino. The chip input is connected to Arduino Tx and it is getting power from external 3.3 volt dc power source. My Arduino is also ...
Moithil Biswas's user avatar
3 votes
0 answers
173 views

I have a Linksprite RS232 v2 adapter (which uses a MAX232 chip), as per this image. I have soldered on the headers and tested the pins to make sure there are no solder bridges. I have set the jumpers ...
Agi Hammerthief's user avatar
0 votes
1 answer
461 views

I didn't find answers which solves my problem with the max232 yet. I connected it like this to my Arduino uno, so my Arduino provides the +5V VCC and the ground: max232 connection The only thing what ...
Daan Mouha's user avatar
0 votes
1 answer
428 views

I have GSM modem that has MAX232 interface for RX/TX/GND on three pins. Is it possible to interface Arduino in some way? Tnx for help.
user avatar