rizwan128
Newbie level 5
Hye all,
Currently i'm developing program that can communicate between PC and PIC, for PC GUI, i'm using visual basic and for PIC, i'm using 16f877A and PCWH pic c compiler as the software. i have no problem on sending one ascii character from VB GUI to PIC and retrieving data from PIC to VB GUI. The problem is, is that possible to send string to PIC from VB GUI and store the value inside PIC and then display send value to LCD. i.e, PIC send signal to VB GUI to retrieve value, then VB GUI send value to PIC, let say an integer of 12345, then PIC will take that value and store it in it's variable, let say A, so now value of A will be 12345, then this value of A will be display on LCD.
Any help will be much appreciated,
thanks.
Currently i'm developing program that can communicate between PC and PIC, for PC GUI, i'm using visual basic and for PIC, i'm using 16f877A and PCWH pic c compiler as the software. i have no problem on sending one ascii character from VB GUI to PIC and retrieving data from PIC to VB GUI. The problem is, is that possible to send string to PIC from VB GUI and store the value inside PIC and then display send value to LCD. i.e, PIC send signal to VB GUI to retrieve value, then VB GUI send value to PIC, let say an integer of 12345, then PIC will take that value and store it in it's variable, let say A, so now value of A will be 12345, then this value of A will be display on LCD.
Any help will be much appreciated,
thanks.