Visual Basic .NET | Receive Serial Data From Arduino

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024
  • Build desktop applications to monitor & receive serial data from Arduino using Visual Basic .NET (VB .NET).
    ***********************************************
    Download Visual Studio : www.visualstud...
    ***********************************************
    Download Arduino IDE : www.arduino.cc...
    ***********************************************
    Download Fritzing : fritzing.org/do...
    ***********************************************
    Music Background :
    Track: Rival x Cadmium - Seasons (feat. Harley Bird)
    [NCS Release] Music provided by NoCopyrightSounds.
    Watch: • Rival x Cadmium - Seas...
    Free Download / Stream: ncs.io/SeasonsYO
    Track: Egzod - Paper Crowns ft. Leo The Kind (Nurko Remix)
    [NCS Release] Music provided by NoCopyrightSounds.
    Watch: • Egzod - Paper Crowns f...
    Free Download / Stream: ncs.io/PaperCro...
    Track: Ship Wrek & Essy - Fools Gold
    [NCS Release] Music provided by NoCopyrightSounds.
    Watch: • Ship Wrek & Essy - Foo...
    Free Download / Stream: ncs.io/FoolsGoldYO
    Track: Defqwop - Awakening
    [NCS Release] Music provided by NoCopyrightSounds.
    Watch: • Defqwop - Awakening | ...
    Free Download / Stream: ncs.io/AwakeningYO
    Track: Inukshuk - Too Far Gone
    [NCS Release] Music provided by NoCopyrightSounds.
    Watch: • Inukshuk - Too Far Gon...
    Free Download / Stream: ncs.io/TooFarGo...
    ***********************************************
    ***********************************************
    Thanks for watching & don't forget to like, comment and Subscribe...
    ***********************************************
    ***********************************************

Комментарии • 197

  • @ChienPham-od8gu
    @ChienPham-od8gu 5 лет назад +1

    Thank you so much. This is a perfect-simple video which i have never seen before!

    • @utehstr
      @utehstr  5 лет назад

      You are welcome :-)

  • @Dutch-wc5nb
    @Dutch-wc5nb 7 месяцев назад +1

    Great video! Could you please share a link to the code?

  • @fachriramadhan4884
    @fachriramadhan4884 Год назад

    System.InvalidOperationException: ''PortName' cannot be set while the port is open.', can you help me?

  • @mauliadianti
    @mauliadianti 4 года назад +4

    Thankyou for the tutorial, it works fine

    • @utehstr
      @utehstr  4 года назад +1

      You're welcome :-)

    • @coolbreeze8501
      @coolbreeze8501 3 года назад

      @@utehstr Mau tanya kenapa di visbas saya ga ada pilihan serial port ya di toolbox? Sudah pilih windows form app utk vb. Any solution?

  • @leondominic5313
    @leondominic5313 4 года назад

    Excuse me for asking but which workload are you using?

  • @cleitonalves2875
    @cleitonalves2875 2 года назад

    Good morning, is it possible to make a model similar to this? however I want to get the weight value of a digital scale and enter this value in Excel. that is, whatever is on the scale display would also be seen in Excel. help me.

  • @jordanstepney7902
    @jordanstepney7902 Год назад

    Got all the way to the end, but it wont display the potentiometer value for some reason

  • @carlosnina4500
    @carlosnina4500 Год назад +2

    can you send me the code Sir?

  • @JasonRobards2
    @JasonRobards2 4 года назад

    Excellent demonstration. I had to turn down the music though.
    Would it be possible to add the text file to the links? I think that would be about the only thing to improve on this video.

    • @utehstr
      @utehstr  4 года назад

      What text file do you mean ?

    • @JasonRobards2
      @JasonRobards2 4 года назад

      The txt file you copied your code from.
      I could type along fine, but a txt file to copy from is just a bit easier :)

  • @mirghulmad
    @mirghulmad 3 года назад

    izin bertanya, vb sy buat untuk receive serial com dr proteus kok tdk bisa ya? padahal di proteus jika ditampilkan dalam virtual terminal berhasil terkirim akam tetapi jika dikirim ke vb tdk bisa ditampilkan, apakah ada solusi?terimaksih

  • @nhatnguyen464
    @nhatnguyen464 3 года назад +1

    Hello, Thank you very much, I am a Vietnamese student.
    Can you provide a clip instructing you to receive signals from the push button to change the picture (picture box) on the VB

  • @TViTklg
    @TViTklg Год назад

    Hello! Why can't I send values above 127 ? I send like this SerialPort1.Write(Chr(72)) comes as it should be the number 72. But I need to send the number 205, it should be sent as a character of the Cyrillic letter H, SerialPort1.Write(Chr(205)). But the question mark (?) number 63 comes up. What am I doing wrong?

    • @nick99995
      @nick99995 Год назад +1

      You probably declared the char as a signed char (-127 to 127). Need to declare as unsigned char (0 - 255).

  • @ezgieftekin4495
    @ezgieftekin4495 4 года назад

    Thank you for such a useful video. But what are those cables? Can you tell me what they do?

    • @utehstr
      @utehstr  4 года назад

      Which cable do you mean?

    • @ezgieftekin4495
      @ezgieftekin4495 4 года назад

      @@utehstr in 15:39 the cables that aren't connected to the Arduino

    • @utehstr
      @utehstr  4 года назад

      @@ezgieftekin4495 it's my homemade cable. you just follow the scheme like at 14:59

    • @ezgieftekin4495
      @ezgieftekin4495 4 года назад

      @@utehstr Thank you for your time.

  • @ajaymane9629
    @ajaymane9629 4 года назад

    Quite Useful Demo!! Thanks @Uteh Str.
    works fine and easy to understand...

    • @utehstr
      @utehstr  4 года назад

      Thank you :-)
      I am happy if the video I made is useful for you :-)

  • @robertmccully2792
    @robertmccully2792 5 лет назад +1

    Your good! Where did you learn all this? Is there a book on serial connections?

    • @utehstr
      @utehstr  5 лет назад +1

      Thank you :-)
      Some I learned when I was in college and some I learned from the internet (with google / youtube and forums) and some from books.

    • @robertmccully2792
      @robertmccully2792 5 лет назад

      @@utehstr Which book is the best that has the most code keywords definitions? The hard part is finding info that is understandable. You must have been studying for many years....

    • @utehstr
      @utehstr  5 лет назад

      @@robertmccully2792 I can't recommend a book for you because the book that I used for study is gone and I forgot the title of the book. To be honest, I didn't learn much from books, I learned more and gained knowledge from Google search results (search engines) and from asking questions and reading in forums.
      I learned about computer science for 4 years in college and I continued to study self-taught until now because I still don't feel that I have much knowledge :-)
      I have seen your youtube channel and it turns out you have good content.

    • @robertmccully2792
      @robertmccully2792 5 лет назад +1

      @@utehstr the best book i could find on VB was called Beginning VB 2008 by Thearon Willis, & Brian Newsome. But i stopped learning because everything i made was in a computer... You have crossed into both worlds...that interest me.

    • @utehstr
      @utehstr  5 лет назад +1

      @@robertmccully2792 If you are interested, try to start making it :-)

  • @robinluo3931
    @robinluo3931 6 лет назад +1

    Thanks a lot, it's very useful. I'll try it according to your tutorial.

    • @utehstr
      @utehstr  6 лет назад

      You are welcome.
      good luck :-)

  • @adamdabdoub
    @adamdabdoub 5 лет назад +2

    it gives me an errror when i type Me.CenterToParent()

  • @evertonlima2012
    @evertonlima2012 4 года назад +1

    How can I get more than one sensor reading?

    • @utehstr
      @utehstr  4 года назад

      Look here :
      ruclips.net/video/Fytsv9YOcuE/видео.html
      ruclips.net/video/EQpflovuJgw/видео.html

  • @coolbreeze8501
    @coolbreeze8501 3 года назад +1

    Mau tanya kenapa di visbas saya ga ada pilihan serial port ya di toolbox? Sudah pilih windows form app utk vb. Any solution?

    • @mirghulmad
      @mirghulmad 3 года назад

      nothing solution

    • @utehstr
      @utehstr  3 года назад

      Selama saya menggunakan Visual Studio, mulai dari VS 2008, VS 2010 dan yang sekarang saya gunakan VS 2015 selalu ada serial port di toolbox. Jika tidak ditemukan, mungkin ada yang kurang pada proses instalasi, coba kamu tanyakan masalah ini di forum2 VB Net, mungkin disana banyak orang yang lebih berpengalaman yang bisa membatu kamu.

    • @letflow545
      @letflow545 3 года назад +1

      @@mirghulmad wkakakakak

    • @mirghulmad
      @mirghulmad 3 года назад

      @@letflow545 hi netizen

    • @KY-te5em
      @KY-te5em 2 года назад

      Wkwkwk gampang ternyata lu salah menu, Pilih create project Windows Form Apss yang ada tulisan Net Frameworknya

  • @marcpolo9328
    @marcpolo9328 5 лет назад

    en francais, j ai suivi exactement ce qu il y a ecrit coté vb, ensuite coté arduino, j ai fais un peu pareil , on modifie dans le timer ce qu on attends en reception et ca marche nikel

  • @miltonenterprises4116
    @miltonenterprises4116 3 года назад

    hello sir, i am new to visual programming, due to covid still we are in Lockdown, so i have been trying to do so hobby, i will send from arduino uno as , 1 or 2 or 3 or 4, now i want to visible picturebox1 if i send 1, if 2 then visible 2nd picturebox, if 3 then 3rd picturebox, and if i send 4 then picturebox4 is visible = true else visible = false for all

  • @nocks7185
    @nocks7185 3 года назад +1

    hi sir can you share the code?

  • @marcpolo9328
    @marcpolo9328 5 лет назад

    i followed exactly what is written side vb, then rated arduino, i made a little similar, we modify in the timer what we expect in reception and it works nikel

    • @utehstr
      @utehstr  5 лет назад +1

      Good job :-)

  • @cinismovirtual
    @cinismovirtual 5 лет назад +1

    A bit SLOW, but finally worthed the time.

  • @MFadhlurrahmanHilmi
    @MFadhlurrahmanHilmi 5 лет назад

    Sir, i have followed your video. But why in my laptop cannot show the COM?

    • @utehstr
      @utehstr  5 лет назад

      Check this :
      - Make sure your Arduino is properly connected to your computer.
      - Check the Device Manager whether COM Arduino appears there.
      - Make sure you have installed the Arduino COM Driver.

  • @cardoso8573
    @cardoso8573 3 года назад

    Hello Uteh,
    Do you have some video to learn more about Socket communication between VB.net and Arduino? Thanks

    • @utehstr
      @utehstr  3 года назад

      I don't understand what you mean by "Socket" in your question, but if you want to see some video projects about VB and Arduino you can take a look at this playlist: ruclips.net/video/Sy2vjWO0ydM/видео.html

  • @vishruta9761
    @vishruta9761 5 лет назад

    it is showing error about access denied to port

  • @fzolika1
    @fzolika1 5 лет назад

    For me it doesn't work. I click on the scan button, program find the Arduino. But when i click on the Connect button one led turns on for half second and nothing else. If I use the Arduino serial monitor it gives me the values. Any idea?

    • @utehstr
      @utehstr  5 лет назад

      Are you sure you have followed the video ?

    • @frankjpsc6863
      @frankjpsc6863 5 лет назад

      @@utehstr I followed the video tutorial Im connected to my PORT but when I click CONNECT_BTN it doesn't work. label.text wonts happen. I used LDR sensor.

    • @utehstr
      @utehstr  5 лет назад

      @@frankjpsc6863 Send your code to this email channel.

    • @frankjpsc6863
      @frankjpsc6863 5 лет назад

      @@utehstr here's my code '//' means comment line
      Imports System.IO.Ports
      Public Class Form1
      Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
      Me.CenterToParent()
      connbtn.Enabled = False
      connbtn.BringToFront()
      dcbtn.Enabled = False
      dcbtn.SendToBack()
      cmbbaud.SelectedItem = "9600"
      End Sub
      Private Sub Connbtn_Click(sender As Object, e As EventArgs) Handles connbtn.Click
      //connect btn
      connbtn.Enabled = False
      connbtn.SendToBack()
      SerialPort1.BaudRate = cmbbaud.SelectedItem
      SerialPort1.PortName = cmbport.SelectedItem
      SerialPort1.Open()
      Timer3.Start()
      dcbtn.Enabled = True
      dcbtn.BringToFront()
      End Sub
      Private Sub Dcbtn_Click(sender As Object, e As EventArgs) Handles dcbtn.Click
      //disconnect btn
      dcbtn.Enabled = False
      dcbtn.SendToBack()
      Timer3.Stop()
      SerialPort1.Close()
      connbtn.Enabled = True
      connbtn.BringToFront()
      End Sub
      Private Sub Scanbtn_Click(sender As Object, e As EventArgs) Handles scanbtn.Click
      //scan btn
      cmbport.Items.Clear()
      Dim myport As Array
      Dim i As Integer
      myport = IO.Ports.SerialPort.GetPortNames()
      cmbport.Items.AddRange(myport)
      i = cmbport.Items.Count
      i = i - i
      Try
      cmbport.SelectedIndex = i
      Catch ex As Exception
      Dim result As DialogResult
      result = MessageBox.Show("com port not detected", "Warning !!!", MessageBoxButtons.OK)
      cmbport.Text = ""
      cmbport.Items.Clear()
      Call Form1_Load(Me, e)
      End Try
      connbtn.Enabled = True
      connbtn.BringToFront()
      cmbport.DroppedDown = True
      End Sub
      Private Sub Timer3_Tick(sender As Object, e As EventArgs) Handles Timer3.Tick
      //timer ticking
      Try
      Dim i As Single = SerialPort1.ReadExisting
      ldrval.Text = i.ToString
      Catch ex As Exception
      'MessageBox.Show("la")
      End Try
      End Sub
      End Class
      here's my arduino code
      #define LDRpin A0 // pin where we connect LDR and resistor
      int LDRValue = 0; // result of reading the analog pin
      void setup() {
      Serial.begin(9600); // sets serial port for communication
      }
      void loop() {
      LDRValue = analogRead(LDRpin);// read the value from the LDR
      if (LDRValue < 2){
      Serial.println("Recording");
      delay(1000);
      while(1){
      //I use while(1) for delay's only
      delay(1000);
      loop();
      }
      }
      else{
      Serial.println(LDRValue); // print the value to the serial port
      delay(1000); // wait a little
      loop();
      }

      }

    • @frankjpsc6863
      @frankjpsc6863 5 лет назад

      @@utehstr hmm sorry for inconvenience, It works now cause I changed my arduino codes. sorry also for my bad English. Thank you so much!

  • @khannreactions3311
    @khannreactions3311 Год назад

    Instead of potential Meter can we use use others sensors? Reply plz

    • @utehstr
      @utehstr  Год назад

      Yes, of course you can use other sensors.

  • @Angel_david11
    @Angel_david11 6 лет назад +1

    Thanks dude, u helped me a lot, just suscribed

    • @utehstr
      @utehstr  6 лет назад

      You are welcome :-)
      Thank you for subscribing

  • @tiendatnguyen7516
    @tiendatnguyen7516 5 лет назад

    thank you very much! i did it but this project only display the number Not words.Could you help me!!!

    • @utehstr
      @utehstr  5 лет назад

      What does it mean to only display numbers ?

  • @rheacruz3497
    @rheacruz3497 4 года назад

    I love your video! It works for me. Thank you so much, Sir!

    • @utehstr
      @utehstr  4 года назад

      You're welcome :-)

  • @nadepp4699
    @nadepp4699 5 лет назад

    min saya harus download yang mana ya? yang free community atau crack profesional?

  • @nabilahbp8017
    @nabilahbp8017 3 года назад

    Bang ada contoh menghubungkan vb net lewat bluetooth gak? Terima kasih sebelumnua

  • @jerichopunsalang3045
    @jerichopunsalang3045 5 лет назад

    What are those references

  • @kancutbolong9105
    @kancutbolong9105 5 лет назад

    kalau di vb nya nerima data berupa suara bisa ga ya?
    Misalnya di arduino punya output "melati" nah di vb saat menerima data tersebut berupa suara. bisa ga mas?

    • @utehstr
      @utehstr  5 лет назад

      Secara teknis mungkin bisa-bisa saja, tapi saya belum pernah coba. Mungkin kamu bisa cari referensinya dari sumber / tempat lain :-)

  • @andrewmosqueda994
    @andrewmosqueda994 5 лет назад

    Thank you for the video. Is there a way to send the data OTA?

    • @utehstr
      @utehstr  5 лет назад

      You are welcome :-)
      Until now I have never tried using OTA for this application.

  • @nazarhussain2757
    @nazarhussain2757 5 лет назад

    very comprehensive tutorial. great effort. can it work for STM32 too???

    • @utehstr
      @utehstr  5 лет назад +1

      Thank you...
      I have never tried this application with STM32, but if it still uses serial communication, this should work.

    • @nazarhussain2757
      @nazarhussain2757 5 лет назад

      @@utehstr HEllo Dear!
      CmbBaud.SelectedItem = "9600"
      i have one question about this line. in window we have many baudrate options but in code this is fixed. why is this so?
      regards,

    • @utehstr
      @utehstr  5 лет назад

      @@nazarhussain2757 I use baudrate 9600 as the default baudrate just as an example and also the baudrate is enough for this video project. You can use another baudrate as needed.

    • @nazarhussain2757
      @nazarhussain2757 5 лет назад

      So I have to change the Baudrate in the code manually or can change it from GUI Baud port and it will change in the code too???
      Regards,

    • @utehstr
      @utehstr  5 лет назад

      @@nazarhussain2757 If you want to change the default baud rate you have to change the code, but you can also change the baudrate when the application is started (changed manually).

  • @ememeable
    @ememeable 3 года назад

    Thank You Uteh I also wish you Gods blessings

    • @utehstr
      @utehstr  3 года назад

      You're welcome :-)

  • @apichetnakbanlang1900
    @apichetnakbanlang1900 4 года назад +1

    Thank you, for your tutorials

    • @utehstr
      @utehstr  4 года назад

      You're welcome :-)

  • @Dutch-wc5nb
    @Dutch-wc5nb 7 месяцев назад

    Thx, it's a good video. Do you have a link to the code?

  • @djokopudyanto1979
    @djokopudyanto1979 5 лет назад

    halo mas, kalau ingin kirim(send) 1 byte dari pc kemudian menerima 1 byte(receive) dari arduino , perintahnya apa yah mas ? dan di letakkan di mana ? makasih

    • @utehstr
      @utehstr  5 лет назад

      Halo juga
      Terlalu panjang untuk dijelaskan dikolom komentar. Ini saya ada nemu di google, Lihat disini : www.ismaillowkey.net/2015/03/interfacing-visual-basic-2010-and.html

    • @djokopudyanto1979
      @djokopudyanto1979 5 лет назад

      Wow.. Fantastic..Makasih Mas..

    • @utehstr
      @utehstr  5 лет назад

      @@djokopudyanto1979 Sama-sama :-)

  • @shaynetungol1257
    @shaynetungol1257 5 лет назад

    What's the value of the potentiometer?

    • @utehstr
      @utehstr  5 лет назад +1

      Serial.println(val / 4); //0 -> 255

  • @mrizkyherfandri3337
    @mrizkyherfandri3337 Год назад

    Boleh ajarin gk kak?
    Mau belajar buat aplikasi di laptop yg bisa konek untuk mattiin peralatan elektronik 🙏🙏

  • @adriandanielpantano9533
    @adriandanielpantano9533 4 года назад

    where can I get the code that you have copied from your notepad?

    • @utehstr
      @utehstr  4 года назад +1

      I forgot where I saved the code and I haven't had time to reproduce it, you can type the code because the code isn't too much either.

    • @adriandanielpantano9533
      @adriandanielpantano9533 4 года назад

      @@utehstr i was able to reproduce it, however , i want to store a list of the serial data in a list box... but when I do, the each data are too far from each other in the list box instead on being on top of each other 🤔🤔

    • @adriandanielpantano9533
      @adriandanielpantano9533 4 года назад

      @@utehstr thankss by the way! Great tutorial! but I had to disable the music in the tutorial as it distracts me huhu

    • @utehstr
      @utehstr  4 года назад

      @@adriandanielpantano9533 What does "the data are too far from each other in the list box", can you explain in more detail.

    • @adriandanielpantano9533
      @adriandanielpantano9533 4 года назад

      @@utehstr like the first data is in line 1 (line here means the position) of the list box, then after 1 second the next data is placed in line 15 instead of being placed just beneath the first data

  • @steffengrund2428
    @steffengrund2428 6 лет назад

    not all VB

  • @vallc210
    @vallc210 5 лет назад

    Hi iwant the c# part the real time graph.

    • @utehstr
      @utehstr  5 лет назад

      C# is currently unavailable.

  • @muhammadhaniskhairudin5036
    @muhammadhaniskhairudin5036 3 года назад

    Hi sahabat, saya mahu bertanya, kenapa keluar error bila saya click button connect and then dia keluar error pada serialport1. Open(). Dy keluar box message menyatakan exception thrown: 'the port' COM5' does not exist. '. Padahal, saya check dekat device manager COM 5 itu udah connect. Boleh bantu?

    • @utehstr
      @utehstr  3 года назад +1

      Hai
      Jika menggunakan Serial Monitor pada Arduino IDE apakah nilai sensornya tampil ?

    • @muhammadhaniskhairudin5036
      @muhammadhaniskhairudin5036 3 года назад

      @@utehstr terima kasih mas, saya udah dapat resultnya. Saya try again, and then resultnya display. Bezanya, saya tak pakai potentialmeter, saya pakai resistor biasa.

    • @utehstr
      @utehstr  3 года назад +1

      @@muhammadhaniskhairudin5036 Alhamdulillah kalau sudah berhasil
      Kerja bagus 👍

    • @muhammadhaniskhairudin5036
      @muhammadhaniskhairudin5036 3 года назад

      @@utehstr mantap

    • @muhammadhaniskhairudin5036
      @muhammadhaniskhairudin5036 3 года назад

      @@utehstr Boleh tak saya nak contact dengan awak?

  • @Ben-oni442
    @Ben-oni442 Год назад

    put the link to the code sir

  • @masudlab
    @masudlab 2 года назад

    Missing code Line

  • @salimshahzada4786
    @salimshahzada4786 5 лет назад

    hi, sir, please give me te best link for download visual studio, pleaes

    • @utehstr
      @utehstr  5 лет назад

      For now, as far as I know it is the best link and is the official link from Microsoft Visual Studio.

  • @santhoshjayaraman2506
    @santhoshjayaraman2506 4 года назад

    its very good.... please share me project pls, because your rar file is not extracting.

  • @fasriksamilchannel3769
    @fasriksamilchannel3769 4 года назад

    Mas kalau pake sensor AD8232 dengan menggunakan source code di video ini bisa nggak ??

    • @utehstr
      @utehstr  4 года назад

      Bisa, tentu dengan beberapa modifikasi kode.

  • @FTID-mr5fh
    @FTID-mr5fh 5 лет назад

    Mas error: Additional information :Acces to the port 'COM3' is denied
    Gmn mas ? Mohon bantuannya
    Makasih

    • @utehstr
      @utehstr  5 лет назад

      Serial terminal di arduino IDE kamu kebuka atau ketutup ?

    • @FTID-mr5fh
      @FTID-mr5fh 5 лет назад

      Mas udah bisa pak Monitor dr Arduino tak tutup, tp sekarang errornya ngga muncul datanya, cuma tulisan potensiimeter aja

    • @utehstr
      @utehstr  5 лет назад

      @@FTID-mr5fh pastikan baudrate pada kode arduino bernilai sama dengan baudrate aplikasi vs-nya.

    • @FTID-mr5fh
      @FTID-mr5fh 5 лет назад

      Udah sama mas, tetep blom bisa

    • @FTID-mr5fh
      @FTID-mr5fh 5 лет назад

      Boleh minta nomer wa nya mas
      Makasih mas

  • @acrexia
    @acrexia 2 года назад

    It is possible to read serial data to arduino with rfid instead of potentiometer ?

  • @mickytambunan3335
    @mickytambunan3335 5 лет назад

    i wanto to make like this, connect to high potential meter rs232 communication. But it should store to database..

    • @utehstr
      @utehstr  5 лет назад

      Look here for vb net with mysql database: ruclips.net/video/ajd2Y1AZqeE/видео.html

    • @mickytambunan3335
      @mickytambunan3335 5 лет назад

      @@utehstr makasi bro, orang sumut nya rupanya hehe..

    • @utehstr
      @utehstr  5 лет назад

      @@mickytambunan3335 hahaha
      sama-sama bang :D

  • @vancuongnguyen5303
    @vancuongnguyen5303 5 лет назад

    You can send me code Visual studio now ? Thanks you

  • @cbkt35
    @cbkt35 6 лет назад

    Thanks brother! You are awesome.

    • @utehstr
      @utehstr  6 лет назад +1

      You are welcome :-)

  • @duniaduino6002
    @duniaduino6002 5 лет назад

    Kalu bacanya readLine gimana mas

    • @utehstr
      @utehstr  5 лет назад

      Ganti saja ReadExisting dengan ReadLine

  • @per19963
    @per19963 4 года назад

    No code....?

    • @utehstr
      @utehstr  4 года назад

      I lost the file, so I can't share it. The code is not too much, so for a while try typing manually.

  • @Jalan_Bareng_Bocil
    @Jalan_Bareng_Bocil 5 лет назад

    Bang tolong dong untuk program di vb nya di kasih penjelasan jg kayak di program arduino biar tau maksut programnya itu masih tahap belajar bang hehe

    • @utehstr
      @utehstr  5 лет назад

      Proyek ini saya upload sekitar setahun yang lalu, masih awal2 membangun channel ini, jadi masih sangat banyak kekurangan. Harap maklum. Nanti kalau sempat akan saya perbarui. Terima kasih atas sarannya :-)

    • @Jalan_Bareng_Bocil
      @Jalan_Bareng_Bocil 5 лет назад

      Uteh Str di tunggu bang pembaharuannya 😁

    • @utehstr
      @utehstr  5 лет назад

      @@Jalan_Bareng_Bocil Ok
      Jangan lupa Subscribenya ya, biar tambah semangat :-)

  • @nalendro_agung
    @nalendro_agung 5 лет назад

    bang riquest cara bikin module serialport visual studio buat dua form

    • @utehstr
      @utehstr  5 лет назад +1

      Ok nanti akan saya buat :-)

    • @nalendro_agung
      @nalendro_agung 5 лет назад

      @@utehstr makasih banyak baang, saya tunggu

    • @utehstr
      @utehstr  5 лет назад

      @@nalendro_agung Sama-sama. Tapi mungkin tidak dalam waktu dekat, karena saya masih ngerjain proyek yang lain.

  • @SapienzSpb
    @SapienzSpb 5 лет назад +1

    Cool!

  • @sam35696
    @sam35696 Год назад

    Many thanks to you , bro .

    • @utehstr
      @utehstr  Год назад

      You're welcome🙂.

  • @angelitomasalta869
    @angelitomasalta869 4 года назад +1

    The music is painful though haahah what's the music ???

  • @andrejtroshkin4178
    @andrejtroshkin4178 4 года назад

    Super!!!

    • @utehstr
      @utehstr  4 года назад

      Thank you :-)

  • @sebhattadesse7943
    @sebhattadesse7943 5 лет назад +1

    nice it help me

  • @BizoriInclassifieds
    @BizoriInclassifieds 5 лет назад

    Cool .Thanks

    • @utehstr
      @utehstr  5 лет назад

      You are welcome :-)

  • @marcpolo9328
    @marcpolo9328 5 лет назад

    thank / merci

    • @utehstr
      @utehstr  5 лет назад +1

      You are welcome :-)

  • @noxnox7443
    @noxnox7443 4 года назад

    mantap bro

    • @utehstr
      @utehstr  4 года назад

      Makasih bro :-)

  • @sudharakaperera930
    @sudharakaperera930 6 лет назад

    thanks

    • @utehstr
      @utehstr  6 лет назад

      You are welcome

  • @26principito
    @26principito 5 лет назад

    FINE!!!!!!!!

  • @JorgeGarcia-uu9zp
    @JorgeGarcia-uu9zp 3 года назад

    How can I read data from 2 or 3 different potentiometers???

    • @utehstr
      @utehstr  3 года назад +2

      To do that, you can use "String.Split()".