how to save Arduino Serial data to TXT file

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

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

  • @niniliumify
    @niniliumify 5 лет назад +15

    I like your shorter than 10 minutes video formats.
    Your information is consise, and we'll presented.
    Thanks for all your efforts.

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

      I agree! RUclips monetization changes a while back ruined youtube. Folks blab on for ten minutes about a 30 second topic. This was a GREAT video. 5 stars.

  • @itscrawford
    @itscrawford 4 года назад +7

    This was awesome!
    You'r really good at keeping things simple and straight to the point.
    I learned a lot, thanks for helping!

  • @simontk2010
    @simontk2010 5 лет назад +6

    actually just worked, rare occasion for me thanks

  • @bamokinamoandadestin7888
    @bamokinamoandadestin7888 2 года назад +1

    you saved my day!!! Straight to the point and simple

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

    Broo you're awesome, this one is way better than using sd card module, cause sd library drains a lot of memory is sucks, thanks!

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

    Thank you for tutorial! Really helpful! Just a quick question, the output data seem to be raw data, is there any chances to let CoolTerm run the Arduino code, so I can do some pre-processing? Thanks in advance for answering!

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

      Not with CoolTerm. the arduino basically uses C/C++ so you might be able to find a program to run the code but you'll need to find a library to open serial communication. If your conformable with python I made a video on this topic - ruclips.net/video/Lm_xfm1d5h0/видео.html

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

    Two things, what python development software are you using and thank you for suggesting CoolTerm, easy and simple to use!

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

      Right now I'm using idle, it get automatically installed when you install python. It's not the most useful software to be using but it can still do everything and I find it the least demanding for my computer.

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

      i use JetBrains Pycharm Community Edition it works very well and im going to try it on Geany via raspberry Pi

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

      raspberry Pi Geany works well but you need to change few thinks in your code

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

      i have a problem with python 3 but it works well with python 2

  • @16BitTerror
    @16BitTerror 4 года назад +1

    Useful and straight foreward, good video, thanks.

  • @fauzinurwahid4101
    @fauzinurwahid4101 7 месяцев назад

    Does the Arduino have to be connected to a laptop when you want to store data like this?

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

    Hi I am also using CoolTerm for serial capturing, but I wonder if it is possible to have timestamps as precise as the arduino monitor. The current CoolTerm timestamps has the form of HH:MM:SS, the Arduino monitor gives HH:MM:SS.sss. Thanks

  • @shaynamilstein4095
    @shaynamilstein4095 4 года назад +2

    I needed a time stamp correlated with my data, but when I turned that option on, the txt files columns get jumbled every once and and while, which makes processing the data difficult. In other words, when most of the file has two columns (time and data), there are a handful of lines when the time and data are placed within the first column. Any suggestions?

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

    I was following the instructions that you were describing in your video. When i pressed the connect button it gave an error like "An error occured while attempting to open the port". how to give access to port?

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

      Two thing you can try.
      1. If any other program is using that port like arduino serial monitor, the program won't be able to connect to that port.
      2. You might need to change the port in device settings.

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

      Try closing the serial monitor in arduino

    • @fauzinurwahid4101
      @fauzinurwahid4101 6 месяцев назад

      ​@@TabletopRoboticsHow does the time appear?

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

    Hey, is the data saved in the txt file or is it just written there? I need the data to be written in a txt file but also update the file, without needing to save manualy.

  • @heatherjoseph988
    @heatherjoseph988 8 месяцев назад

    thank you for this video 🙏saved our project we love you

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

    It's great. You can also send them from a file.

  • @ريحانهجليلكريم-ص6م
    @ريحانهجليلكريم-ص6م 3 года назад

    hi, Can I send txt file to the serial minitor with the cooltem? Help me abuot that ...

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

    hola una duda como podría crear distintos txt por día y guardar la misma información de cada día en esos archivos que se vayan creando cada día

  • @1954pjs
    @1954pjs 4 года назад

    Great video! This program is what I was looking for. Easy and free. Thanks

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

    got that bro thanks! i was using Putty, its unreasonably complex

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

    My shcool project, i have an arduino and a rfid captor, when i pass the card, arduino send the card's id to CoolTerm and create a txt file, python opened the txt file and read the id, i'm connected to a mysql database, i use the id like a variable, when CoolTerm write the id, the sql data base print nothing but python print the id, when i write myself the id in the txt file, it's work, have you got a idea ? I'm french sorry for my bad english ;-)

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

      ok the problem is when cool term run the capture it dosn't work but when i stop the capture and save the txt file it's work... how to fix it ?

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

      when it's capturing to txt file it dosn't work but send to text file worked, how to do automaticly, sry i waste your time

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

      i found the option "Leave File open while capturing" but it doesn't change anything

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

      @@nairod2067 hey i had the same problem but i was using raspberry Pi so what i did on CoolTerm is i went to option/receive then unchecked "Leave file open while capturing" then on Arduino i change the code i replaced this
      Serial.println(a); //with twoo lines
      Serial.println();
      Serial.print(a);
      that will work

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

    how to overwrite serial data?. I need only the last raw data

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

    Thank u!.. Its working well

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

    I want to send the datas to excel , please help me how can i do

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

    How to next count if arduino reset or off

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

    thank you this application is very helpful

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

      Thanks for the comment, but although I made the video the real thanks goes to Roger Meier he's the one who made the application.

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

    You can read serial data directly from python code mate.I tell ya just in case

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

    it says access denied by port pls help

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

      After deploying the code into Arduino, close the Arduino IDE and then connect the CoolTerm.

  • @chesshooligan1282
    @chesshooligan1282 2 года назад +1

    Very good stuff. Thank you.

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

    This app works well. Thanks!

  • @fauzinurwahid4101
    @fauzinurwahid4101 6 месяцев назад

    Kenapa jam tidak tersimpan

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

    Very very thanks .I am Bangladesh

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

    I got port busy please how to fix it ?

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

      First make sure that the arduino serial monitor and plotter are closed. If they are open it will cause the port to be busy.

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

      @@TabletopRobotics ok i fix the problem thanks a lot !

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

    Parabéns, excelente programa.

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

    I want reverse how can do it?

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

      you can't send data from file to arduino using coolterm. you might be able to find another application, I'm looking for one myself but cant really find one. if your conftorable with python you might be able to write your own program. just open a txt file and send data using serial.

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

    Tq mate this helped a lot ❤️

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

    ive been looking for this finally my supper hero Tabletop Robotics came to the rescue!!!!......... expect subscribe and like from me

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

    How to save data just every 1 hour?

  • @T-She-Go
    @T-She-Go 5 лет назад

    Doesn’t work for me

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

    Thank you, great, great video man!

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

    Great it works. Thank You.

  • @ريحانهجليلكريم-ص6م
    @ريحانهجليلكريم-ص6م 3 года назад

    thanx its help me ✌️

  • @burke.maryannevanderhorst5914
    @burke.maryannevanderhorst5914 4 года назад

    Whoa - it worked for me too! Something must be wrong.

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

    awesome! I find the info i need.

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

    Thanks❤❤❤❤❤🖤

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

    Great...Thanks.

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

    thanks, helped alot

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

    Really helpful

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

    tysm!

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

    Doesn't work well. It's loosing connection all the time. Better is to use Putty. It can be used not only for SSH/Telnet connection to remote device but on serial port as well.

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

    Thank You!!!!!!!!!!

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

    Saved the I hope I found this video one week ago.

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

    king shit