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

have @ serial input basics - simple reliable ways receive data.

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

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'