From mboxrd@z Thu Jan 1 00:00:00 1970 From: joy Subject: Serial revisited Date: Sun, 09 May 2004 09:23:37 +0530 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <409DAB41.1000608@sancharnet.in> Reply-To: gracecott@sancharnet.in Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; format="flowed"; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi again, I had a small doubt about serial transmission,(AGAIN:-( ) it's just this: If I want to send an int through the port, which is stored as 32 bytes in any comp, but my target platform is an 8 bit one, how can I do it without losing information(Eg: opcodes for any 8 bit processor cross assembled on the PC) Thanx in advance, Joy.M.M