jessietercero
Newbie level 1
Hi,
I am trying to WRITE/READ data from PIC18F446K22T microcontroller.
What is the bytes array structure to send to LabView VISA?
I can READ data by this structure (0x41;0x44;0xB6;0x99;0x0D;0x0A;0xB7;0x21;0x0D;0x0A)
I am trying to WRITE(0x41;0x54;(33 bytes for message);;0x0D;0x0A)
but it won't work.
Need some help from the experts. Thanks..
I am trying to WRITE/READ data from PIC18F446K22T microcontroller.
What is the bytes array structure to send to LabView VISA?
I can READ data by this structure (0x41;0x44;0xB6;0x99;0x0D;0x0A;0xB7;0x21;0x0D;0x0A)
I am trying to WRITE(0x41;0x54;(33 bytes for message);;0x0D;0x0A)
but it won't work.
Need some help from the experts. Thanks..