Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1009 Bytes

File metadata and controls

22 lines (20 loc) · 1009 Bytes

Serial-Port-Communication

When we connect a serial port to a computer machine it transfers the signal data to it. This program connects with the hardware, receives the data, and stores it in a file

    |----------------------------|
    |                            |
    |       Embedded System      |
    |                            |
    |----------------------------|
         |                   |
         |                   |
Send     |                   |  Receive
         |                   |
         |                   |
         |                   |
         |                   |
    |----------------------------|                                  ______
    |                            |                                  |Text|
    |       Computer System      |---Sending Data to text files---->|----|
    |          [Program]         |                                  |File|
    |----------------------------|