kuwait Posted April 4, 2005 Report Share Posted April 4, 2005 Hi I dont know if any one can help. i am programming a pic chip and using a serial port to receive data every 400 u second. and i am trying to save this data in an excel sheet with time stamp (because pic chip has a real time accuracy) Unfortenatly i dont know if its possible and i dont know how!!!! Please help Quote Link to comment
todd Posted April 4, 2005 Report Share Posted April 4, 2005 A UART running at 115200 bits/second takes 8.68us per bit. A ten bit packet (start bit, data Byte, stop bit) therefore lasts 86.8us. Round to 100us - you have time to transmit four Bytes. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.