using PC clock in arduino
hi,
i'm trying pass time pc (windows7) arduino. time won't used in display of kind, rather, i'm hoping can track int , use change arduino doing based on time of day.
i've tried passing value processing can't send time through com port , run connected arduino , see serial monitor.
any advice appreciated.
thanks
i'm trying pass time pc (windows7) arduino. time won't used in display of kind, rather, i'm hoping can track int , use change arduino doing based on time of day.
i've tried passing value processing can't send time through com port , run connected arduino , see serial monitor.
any advice appreciated.
thanks
have @ serial input basics - simple reliable ways receive data.
get processing code convert time integer , send arduino in same format with
...r
get processing code convert time integer , send arduino in same format with
code: [select]
serial.print("<");
serial.print(timenumber);
serial.print(">");
...r
Arduino Forum > Using Arduino > Interfacing w/ Software on the Computer > using PC clock in arduino
arduino
Comments
Post a Comment