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.

How to do reverse Engineering On RS232 and RS485

Status
Not open for further replies.

narindia16

Member level 1
Joined
Aug 4, 2009
Messages
32
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Ambala
Activity points
1,523
rs232 reverser

Hello Friends,

I want ur advice on reverse engineering technique of RS232 and RS485 ports. Suppose we have connected a device (LED display in my case) on computers port i want to read the information being sent on that ports.

In my case a computer program is sending some information and led display board is displaying that. I want to know its protocol. Tell me what is the most effective way to read that information???

Waiting for your response guys........
 

rs485 reverseing

Connect another cable between the two connectors

i.e connect Rx of another COM port to the Tx of the data sent by PC to what PC is sending
or connect Rx of another COM port to Tx of the Device (in u r case LED blink device) to see what is the response

Added after 1 minutes:

Connect another cable between the two connectors

i.e connect Rx of another COM port to the Tx of the data sent by PC to what PC is sending
or connect Rx of another COM port to Tx of the Device (in u r case LED blink device) to see what is the response


If you are not getting data try changing Baud rate, Or parity setting so you will get the proper setting of data communication between the two devices
 

    narindia16

    Points: 2
    Helpful Answer Positive Rating
reverse engineer rs232

Thanks a lot for the reply.

I know this but i want to know how i will see the response??? suppose i connected my computer inbetween that computer(sending data) and the device........how i will trace the response........actually i want to know the protocol........
 

reverse engineer rs232 input

Did yo received any data using this method

if yes then post that data here so someone will find the protocol
but the electrical connector is of RS-232 compatible
and for RS485 there are only 2 wires
 

rs232 reverse type cable

No! till now i have not done this........but i need to do this......in which software i can see the response?
 

rs485 howto

in windows there is inbuilt Hyper terminal software
through which you can do this
in Linux you can use Minicom

but there are also lot of software available for serial port communication
 

    narindia16

    Points: 2
    Helpful Answer Positive Rating
revers engineering rs232

Hi I Upload this software for monitoring the data that can be received through the COM Port with variable Baud Rate
 

what is rs232&rs485

keep one thing in mind that by monitoring/seeing the received/sent data on other place(like u said to see on another pc), u can know the software protocol of the string which is being sent/received (string protocol)between two devices but can not know the type of hardware platform used(i.e. RS232 or RS485).

RS232 and RS485 are only the different ways to send a serial any string (consider it like a hardware platform containing some wires on which a serial string will travel).

if u really want to know the hardware platform then check its wire connections. both protocol have different types (like for full duplex RS232 have at least 3 and RS485 at least 4)or check the voltages b/w the wires (both protocol have different voltage levels)
 

    narindia16

    Points: 2
    Helpful Answer Positive Rating
rs232 reverse engineeing

Thank you Guys....... you really helped me a lot..........i will try the way you suggest
 

rs232 reverse

Expansion of Input and Output (I/O) Lines of a micro-controller and method of communications, please have look on this.
**broken link removed**

simple introduction of rs-485 protocols,
**broken link removed**

and

RS232 to RS485 converter related information on this page.
**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top