Using Arduino as USB to TTL converter

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2020
  • This is tutorial how you can use Arduino as a USB to TTL converter, in order to send some data from PIC (or any other device that supports serial communication) to the PC, and use Arduino's serial monitor to observe the received data on the PC. You can send data from the Serial monitor back to the device as well.
    If you have found this video useful you can leave a like and support me by subscribing to my channel.
    Thanks!
    #arduino #uart #pic
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 21

  • @costeldinu8525
    @costeldinu8525 3 ปีที่แล้ว +3

    Perfect. I was looking for such thing a few weeks.
    So simple.
    Now i need to send the collected data over a sim800.
    Thank you very much!

  • @mattse2209
    @mattse2209 2 ปีที่แล้ว

    awesome bro, perfect explanation.
    Thank you very much.
    You literally saved me :)

  • @wowowowdog
    @wowowowdog ปีที่แล้ว +1

    Thanks. You save my day!

  • @ardhi1269
    @ardhi1269 3 ปีที่แล้ว +2

    realy good explanation man, i was search for this

    • @abobija
      @abobija  3 ปีที่แล้ว

      thanks

  • @vandana4113
    @vandana4113 5 หลายเดือนก่อน

    Hey can you tell which library you used for UART

  • @muk3764
    @muk3764 4 หลายเดือนก่อน +1

    Really I saved my 4 years unsed UNo

  • @rcvg69420
    @rcvg69420 ปีที่แล้ว

    Thank you sir finally got expressLRS flashed to my receiver using my arduino nano thanks to your explanation. Cheers

    • @abobija
      @abobija  ปีที่แล้ว

      Glad it helps. Thanks for the comment.

  • @niteshkaloria9020
    @niteshkaloria9020 2 ปีที่แล้ว

    Is there any way to use arduino as usb and parrelel port converter

  • @priyankasuryavanshi225
    @priyankasuryavanshi225 2 หลายเดือนก่อน

    It is very helpful for me

  • @aliemad9455
    @aliemad9455 2 ปีที่แล้ว

    thaaanks 😻😻😻

  • @user-re2wg6we4d
    @user-re2wg6we4d 3 หลายเดือนก่อน

    life saver

  • @wikittywhacktv
    @wikittywhacktv 3 ปีที่แล้ว

    will this work to program stm32 chip?

    • @abobija
      @abobija  3 ปีที่แล้ว

      i've never worked with stm32 but if programming of them is done over uart port, then yes, it will work

  • @GregSpence
    @GregSpence 3 ปีที่แล้ว

    How did you flash the code into the PIC?

    • @abobija
      @abobija  3 ปีที่แล้ว

      I usually code PICs in mikroC and flash the binaries with PICkit tool.

    • @Sekhar_Home
      @Sekhar_Home 2 ปีที่แล้ว

      @@abobija is it possible to flash pic 16f72 with arduino with the tx rx that u shown here?

    • @mattse2209
      @mattse2209 2 ปีที่แล้ว +1

      @@Sekhar_Home nope, as far as I know PIC MCUs use the SPI interface to write the flash. The easiest way to program a PIC is to get a pickit3 or 4 in ebay or so. Also some "newer" AVR programmer should be able to program a PIC

    • @Sekhar_Home
      @Sekhar_Home 2 ปีที่แล้ว

      @@mattse2209 thans