how to save Arduino Serial data to TXT file

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 71

  • @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! UA-cam 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!

  • @fauzinurwahid4101
    @fauzinurwahid4101 7 місяців тому

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

  • @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 7 місяців тому

      ​@@TabletopRoboticsHow does the time appear?

  • @ريحانهجليلكريم-ص6م

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

  • @16BitTerror
    @16BitTerror 4 роки тому +1

    Useful and straight foreward, good video, thanks.

  • @batvanio
    @batvanio 2 роки тому

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

  • @sunilkvr555
    @sunilkvr555 3 роки тому

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

  • @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?

  • @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

  • @heatherjoseph988
    @heatherjoseph988 9 місяців тому

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

  • @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

  • @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

  • @Imnotpsychotic
    @Imnotpsychotic 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

  • @akuew
    @akuew Рік тому

    How to next count if arduino reset or off

  • @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 - ua-cam.com/video/Lm_xfm1d5h0/v-deo.html

  • @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.

  • @KAAABOOOOOOMMMMM
    @KAAABOOOOOOMMMMM 3 роки тому

    This app works well. Thanks!

  • @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

  • @inayethilmikonur3558
    @inayethilmikonur3558 4 роки тому

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

  • @chesshooligan1282
    @chesshooligan1282 2 роки тому +1

    Very good stuff. Thank you.

  • @emabianchetti3758
    @emabianchetti3758 4 роки тому

    Thank you, great, great video man!

  • @shashankprabhu4333
    @shashankprabhu4333 3 роки тому

    Tq mate this helped a lot ❤️

  • @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.

  • @fauzinurwahid4101
    @fauzinurwahid4101 7 місяців тому

    Kenapa jam tidak tersimpan

  • @jakubkusmierczak695
    @jakubkusmierczak695 2 роки тому

    Great it works. Thank You.

  • @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.

  • @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.

  • @jostinmarkdsouza4961
    @jostinmarkdsouza4961 5 років тому

    Thank u!.. Its working well

  • @Sugarpasa
    @Sugarpasa 3 роки тому

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

  • @mdasaduzzamanniloy764
    @mdasaduzzamanniloy764 4 роки тому

    Very very thanks .I am Bangladesh

  • @ريحانهجليلكريم-ص6م

    thanx its help me ✌️

  • @lexsearch8411
    @lexsearch8411 4 роки тому

    awesome! I find the info i need.

  • @T-She-Go
    @T-She-Go 5 років тому

    Doesn’t work for me

  • @bangholmes282
    @bangholmes282 5 років тому

    How to save data just every 1 hour?

  • @akshaykadam3228
    @akshaykadam3228 5 років тому

    Really helpful

  • @abhishekprasad2935
    @abhishekprasad2935 4 роки тому

    thanks, helped alot

  • @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

  • @burke.maryannevanderhorst5914
    @burke.maryannevanderhorst5914 4 роки тому

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

  • @Engbic
    @Engbic 4 роки тому

    Great...Thanks.

  • @adhil8918
    @adhil8918 3 роки тому

    Thanks❤❤❤❤❤🖤

  • @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!!!!!!!!!!

  • @stlo0309
    @stlo0309 2 роки тому

    tysm!

  • @punjayawickramasinghe1614
    @punjayawickramasinghe1614 3 роки тому

    king shit

  • @SimplifyingQ8
    @SimplifyingQ8 Рік тому

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