USB COM Ports in C++

แชร์
ฝัง

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

  • @ThisCanNotBTheFuture
    @ThisCanNotBTheFuture 2 ปีที่แล้ว +7

    Good explanation of the meaning of "
    "

  • @user-tn1hk6zm2freedom
    @user-tn1hk6zm2freedom 9 หลายเดือนก่อน +1

    Excellent video!!!!!!! Now I would like to see a video on writing to the USB port. I will be watching for ti. Thanks.

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

    Your video deserve more likes bc you really like explaining stuff in details compare to others tutorials where they just show you code. Maybe they don't even know what they are doing too. Thank you by the way

  • @piotrekp2769
    @piotrekp2769 8 หลายเดือนก่อน

    I've been looking for video like this for a week, now i know whats going on, thx

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

    Finally someone explaining code that works!

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

    this video it's so underrated, this video deserve more likes and views, and this guy deserve an oscar

  • @yoyoyo-hw2lc
    @yoyoyo-hw2lc 2 หลายเดือนก่อน

    Very Good And Informative Video. Although I can deny that my favorite part was 19:40 "we're casting the port name ... to an LPC string, um, good luck you can look that up if you want" XD

  • @ivanbelmonte6284
    @ivanbelmonte6284 2 ปีที่แล้ว +13

    Do you have the code for writing to a COM port? Great explanation by the way ! Would love to see a video on it.

  • @jannuellaurodizon3016
    @jannuellaurodizon3016 7 หลายเดือนก่อน +1

    Is there a source code we could access to further look into the Write function? I tried to find the second part for this video but i could not see it. THanks!

  • @jakobs.3793
    @jakobs.3793 ปีที่แล้ว

    Thanks for the amazing video. It saved me loads of time. Great tutorial!

  • @mooseminddayan4650
    @mooseminddayan4650 ปีที่แล้ว +7

    Where is the source code? Please link it in the description. Writing stuff from the video is tedious.

  • @user-tn1hk6zm2freedom
    @user-tn1hk6zm2freedom 9 หลายเดือนก่อน +1

    Is there a place we can download this code?

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

    I have some USB ports and 1 COM port. What is USB COM port? Wanted to know how to use common usb ones.

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

      When he say usb com port he means those FTDI USB->TTL UART or ch340 for arduino clones. Those devices a known as a virtual com port because they use a driver that emulates a serial port. Any device that shows up as a com port in device manager can be used by this program.

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

    Great tutorial. Finally I understand it. Is it possible to get a copy of the complete CPP project? Thank you. Fausto

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

    Thank You, Excellent Video.

  • @SravanthiSimhadri-w7h
    @SravanthiSimhadri-w7h ปีที่แล้ว

    I have a similar application - when my windows 10 goes to sleep, the com port connection is lost, how can I avoid that? Or is there a way to reconnect?

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

    Would be great if you could share your code with us. :) Thanks for your great video!

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

    Does anyone know how to determine the total length of the COM buffer on the computer end?

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

    @EETechStuff I cant find writeseriaport function body and it would help me understand the code

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

      this feature is not available in the video

    • @annieshd.k3091
      @annieshd.k3091 2 ปีที่แล้ว

      i just added the link to the orginal git. you can clone from there. Have fun

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

      @@annieshd.k3091 where is the link?

    • @KimGameDev
      @KimGameDev 3 หลายเดือนก่อน

      @@annieshd.k3091 TH-cam probably censored the link. Could you give us the git-handle instead?

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

    Awesome video!

  • @Murmuz077
    @Murmuz077 3 หลายเดือนก่อน

    Thanks

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

    Thank You :)

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

    Great

  • @RS-ls7mm
    @RS-ls7mm ปีที่แล้ว +1

    Ha, jumping into design is what Elon does.