Search found 1 match

by lucasrtavares
24 Nov 2010 19:52
Forum: mikroC General
Topic: PIC COM port problems...
Replies: 0
Views: 1033

PIC COM port problems...

Hello fellows! well.. Im using P12F675 4MHz and Im trying to make it read my Serial port COM2 RS-232. my PIC needs to receive a default string, sent by a Delphi application. this string will be compared with our defaults. Im trying to use this code: void main() { FILE * fp; fp = fopen(fp,COM2); if(s...

Go to advanced search