deltatech
Joined: 22 Apr 2006 Posts: 87
|
RS232 Communition Help |
Posted: Sat Jun 10, 2006 10:59 am |
|
|
HI Guys I have an EM2 MSF Receiver connected to MCM RS232 IC that transmits data as follows .
Speed 300
Data Bit Count 7
Parity Even, odd, mark, space
Stop Bit count 2
I have connected the ser in to pic PIN 7 and Ser out to PIN 6 of CCS Prototype board .
Its all Powered up but i dont know how to read the Data stream and display it in the serial port minitor !
Has any one done this before any help will be great .
Code: |
#include "F:\Program Files\PICC\Project\MSF\MSF.h"
#use rs232(baud=300,parity=E,xmit=PIN_C6,rcv=PIN_C7,bits=7)
void main()
{
Printf (" ") ///?????/
}
|
|
|