I want to connect 2 device(Computer and Printer) with max232
-------------------------------------------------------------------------------
Computer (Baud rate:2400) =>Mi ...
Thanks for many advise, Now i can check data from serial port
but code is long, is there anyway to write to short form.
Thanks
char a[7],char C;
int i2,i3;
C=getc();
if(C=='W ...
I'm new for programing , I want check data from serial port PC to PIC
my condition
1. PC set data to PIC => load cell value 125 kg. in "WV000125" format
2.PIC check data i ...