site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=w2RdI5RRoTI4Ju2j0uV93Pd1MWYzKLoMMmnl0k8ba8Q=; b=IpCtOJMLy5UhfTOtwzwEhcQzVWZcZQV6clpQYo4hoNKMnZKqc0PSVRJZ03UCang73S qqxiX5ygHXlqL9CctKlUEqMPcly1A+daroo1+h2eSVNaeX1lVWEN0W9ODUgsZg+nBTq9 EBSYyH8ufKznLlXTQQyxbsweowJ4GWF1zwGEs= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Mahuj+4cHTnapZG25PEZlk+Zc7GjP2YFXtmHmxRpWk/fT4FfNiojqalNETsv5DGLBK 4MGYHC1IXpvGwpeBXZbBZq/a2rdSR6GE1UogE9yZx7H3KVMORWa6g4S3SG1RTElCTRiZ gJboUVTNP761Csop/Uc4vFejCKuPjmmtJHGxw= Hi all I am writing some data on virtual serial port using write() function. If I try to write data length of < 1024 then it returns the same length but if i try to write more than 1024 bytes then it returns 1024 only. Mostly I am trying to write 1502 bytes and always it returns 1024 means it wrote only 1024 bytes. Please let me know why is it happening and what is the solution. Regards rksinghal _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com