PDA

View Full Version : Big Data by Serial Communication



piroham13
- 8th February 2007, 09:41
Hello,

I want to receive the data that is 152bytes from PC via RS232C.
(4800bps, 8bit, non-parity, 1stop bit)

We used HSERIN byte array.However byte array can not be created over 96 elements. Thus I can't receive 152bytes all data...

Please give me advice....

Thank you..

Dave
- 8th February 2007, 11:53
piroham13, Break the data into 2 separate arrays of 96 bytes and 2 HSERIN statements.....

Dave Purola,
N8NTA