Author |
Message |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 4:07 pm Subject: Having problems receiveing strings over RS232 |
Ttelmah thank you a lot for sharing this. It 'll save me a lot of time ... Thank you pal |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 3:59 pm Subject: Having problems receiveing strings over RS232 |
Yeah, I should ask them or solve the problem myself. Thank you a lot for your time PCM Programmer |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 3:30 pm Subject: Having problems receiveing strings over RS232 |
their website is: http://www.stecom.com/
module is: BK17 A5, transceiver |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 3:05 pm Subject: Having problems receiveing strings over RS232 |
Hey Ttelmah, PCM programmer and other who tried to help I still didn't solve my problem with the S insteed of R I don't know why but it might be because I transmitt the data wireless and get always ... |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 1:39 pm Subject: Having problems receiveing strings over RS232 |
Don't worry I don't take anything personal |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 1:25 pm Subject: Having problems receiveing strings over RS232 |
Sorry but I am a beginner |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2004 12:38 pm Subject: Having problems receiveing strings over RS232 |
Thank you, I know that it won't loop wihtout the while(true); but I didn't know the fact about losing the last two chars when the code ends. Thank you a lot Ttelmah |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Sun Jan 11, 2004 12:13 pm Subject: Having problems receiveing strings over RS232 |
I get an S insteed of R all the time(for the first byte)!! Hmm, any idea friends?
Thank you |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Sun Jan 11, 2004 11:21 am Subject: Having problems receiveing strings over RS232 |
Here is the new code for receiver
#include <16f84a.h>
#include <stdlib.h>
#fuses HS, NOWDT, NOPROTECT
#use delay(clock=20000000)
#use rs232(baud=9600, xmit=PIN_B1, rcv ... |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Sun Jan 11, 2004 7:18 am Subject: Having problems receiveing strings over RS232 |
Ttelemah, thank you. I got it but wasnt the point of my problem :(!
Thank you anyways |
Topic: Having problems receiveing strings over RS232 |
refa
Replies: 17
Views: 46436
|
Forum: General CCS C Discussion Posted: Sun Jan 11, 2004 6:03 am Subject: Having problems receiveing strings over RS232 |
HI group,
what I want to do is to receive a string of known characters over the RS232, 9600 bauds.
Here is my code, I made it so when I receive it I send it back to my PC to confirm the receive ... |
Topic: How to send DEC numbers over RS232? |
refa
Replies: 9
Views: 24780
|
Forum: General CCS C Discussion Posted: Tue Dec 16, 2003 2:03 pm Subject: How to send DEC numbers over RS232? |
Thx Fredrik it will help of course. |
Topic: How to send DEC numbers over RS232? |
refa
Replies: 9
Views: 24780
|
Forum: General CCS C Discussion Posted: Mon Dec 15, 2003 3:51 am Subject: How to send DEC numbers over RS232? |
Thank you Wedilo. I will download it now |
Topic: How to send DEC numbers over RS232? |
refa
Replies: 9
Views: 24780
|
Forum: General CCS C Discussion Posted: Fri Dec 12, 2003 7:31 am Subject: How to send DEC numbers over RS232? |
Dear Tut,
thank you very much for your help.
Best regards,
Refik |
Topic: How to send DEC numbers over RS232? |
refa
Replies: 9
Views: 24780
|
Forum: General CCS C Discussion Posted: Fri Dec 12, 2003 5:22 am Subject: How to send DEC numbers over RS232? |
Dear CCS group,
hello. I am new to this group. I am glad I found such a good group. It is nice to meet you guys
Here is my question. What I am trying to do is to send over the RS232 po ... |
|