First of all, hello !!!
As i'm quite a newbee in this magic world i'm trying to get some answer to some -probably kind of- easy problems i met.
Right now i was trying to read pusle (for each liter) of a water-meter with an Arduino (it was working pretty well) and to send it to /dev/ttyACM0 (through USB serial) on my Raspberry (Raspbian) where it should be read and analysed by a Python script... and it worked for some times...
But something weird happened...
First of all, the code was working perfectly well (this might probably mean "enough well", but i'm so entusiastic) and sending it on /dev/ttyACM0..
Suddenly (i might have changed the baud rate and then came back to the original 9800) it couldn't recognize ttyACM0... so i coulnd't read with my Python script or open the IDE console and neither upload my little code to the arduino...
so i rebooted the arduino and the the IDE arduino was proposing in "tools>port" was ttyACM1... so i selected it, as i haven't any other choices...
And the same problem was there... it didn't recognize the /dev/ttyACM1 even if it was in the tools>port menu..
I did it also for the next which was possible ttyACM2... and the same problem appeared...
Do you ever have met the same problem?
I really feel i didn't change anything so i really have no idea where to look at ?
I was also wondering it the raspebrry wasn't "to hot" ?