Gets current time from the PC over a serial connection

Dependencies:   mbed

ABout rtcController

A python script to get current time from the system and send the current time to the mbed The time is sent as a command sentence in the form of :

$ST,time,*checksum <cr><lf>

where:

$ST -> identifies this sentence as a command to set time time -> is a number that represents the current time as determined by the system asterisk checksum -> represents a two ascii character XOR checksum of the message <cr><lf> -> is a carriage line feed character pair that delimits the sentence

/media/uploads/mbedDevLondon/time_sync.py


All wikipages