i'm planning to send the hex data from the EEPROM of my PIC18f4550 via bluetooth..
example:
//in MikroC
val = EEPROM_Read(0x00);
Uart_Write(val);
so my question is.. since the value is a hex/binary value..
how can i convert it to string or decimal to a textbox in VB6..
let's say text1.text = MSComm1.Input
hoping my code is correct..
thanks in advance
