Hello,
What I want to do is to set Date and Time from the hard serial connected Arduino Mega to the cam. I try to do it with this Arduino software:
:#define JeVois Serial2
JeVois.begin(115200); //Verbindung mit JeVois-Kamera
JeVois.setTimeout(1000000);
JeVois.println("date " + DatumZeit); In the variable DatumZeit i have the actual date and time. So the string I am sending is "date 0411123020" it means "date MMDDhhmmYY" M = Month, D = Day, h = hour, m = minute and YY = the last 2 digits of the year.
And now the A33 software mistake: normaly after power on the Date and Time is always 01.01.1970 00:00:00. in this case it is impossible to send the new Date and Time to the cam. The problem is the year 1970. If you change the year with the manual date command in the inventor, the cam will accept the date and time from the Arduino. I fyou change the year back to 1970, it will not function anymore. So it is not possible to send the real date and time to the cam after a short power off.
I tried several things to see what happens but the mistake is, that the cam a33 will not accept a date and time string, if the year in the cam is 1970.
What can I do or what can you do?
Best regards
Peter Dambrowsky