Author |
Message |
Topic: RS 232 10 bytes |
jerem57350
Replies: 5
Views: 7526
|
Forum: General CCS C Discussion Posted: Tue Apr 29, 2014 4:57 am Subject: RS 232 10 bytes |
thank you I'll try it this afternoon
I show you a button to rs232 frame (after conversion)
https://drive.google.com/folderview?id=0B-oidU3p10WaTGU1SV8wU0JNRmM&usp=sharing
we found in ... |
Topic: RS 232 10 bytes |
jerem57350
Replies: 5
Views: 7526
|
Forum: General CCS C Discussion Posted: Mon Apr 28, 2014 9:22 am Subject: RS 232 10 bytes |
thank you for your reply
infact I have to get the byte 4th or this is my data.
I is that byte 1 is "AA" and the 2 byte "55", and the remainder are random data.
If my s ... |
Topic: RS 232 10 bytes |
jerem57350
Replies: 5
Views: 7526
|
Forum: General CCS C Discussion Posted: Mon Apr 28, 2014 4:44 am Subject: RS 232 10 bytes |
Hello,
I have a problem to get a 10 byte frame RS232
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,stream=PORT1,bits=8)
#int_RDA
void RDA_isr()
{
for ( ... |
|