ON 20041108@12:36:34 AM at page:
http://www.piclist.com/piclist/index.htm#38298.6472800926
James Newton[JMN-EFP-786] removed post 38298.6472800926
|Delete 'end_khohtip_msh@yahoo.com asks: "
pic penis
pic big penis
"
hi
iam trying to implement a hardware design for a KVM switch, so iam using PIC16f84A to do the operation of the AT-keyboard and mouse which use PS2 protocol, so i want your assistance by supporting me with MPASM codes to program the PIC.
the PIC must take the place of the keyboard and the mouse when the user change his current PC to another by switching the KVM. i can support you with a full description for the KVM switch if it is needed. and i can give you my code for the keyboard that has some problems.
hi ,|Delete 'P-' before: '' but after: 'madyg@excite.com asks: " the Pic can see a "1" or a "0" however how can a Pic "see" the middle position of a 3 state dip sw?" |Delete 'P-' before: '' but after: '
iam using picmicrocontroller( dsPIC30F6011)iam new to embedded programming .
q1.when i use printf()in MPLAB IDE it says _putche() not implemented .what should i do to come out of it.
q2. just take a look at this piece of code.
typedef struct byte
{
char i;
char j;
char l;
}byte_val ;
when i find the sizeof(byte_val) its giving me 4 bytes where as it is only 3 bytes. the programming which iam doing is highly memory critical so how do i go about this?i hve to allocate a very large array like for eg.byte_val[1100][22]
how do i really go about this.