Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi DS... Are you also in awe of Ritesh's diagram skills
Hi DS... Are you also in awe of Ritesh's diagram skills
Is this fine now?? the power is taken from usb 5volt
What USB to TTL have you got... FT232RL?... Also what are the characters in the terminal window... They are too small to see..
#include <htc.h>
__CONFIG(LVP_OFF & BOREN_OFF & PWRTE_ON & WDTE_OFF & FOSC_HS);
#define _XTAL_FREQ 20000000
void HSerinit();
void main(void) // program entry
{
TRISB=0X00;
PORTB=0X00;
int index = 0;
unsigned char ch;
ADCON1 = 0x6; // Analogue off
HSerinit();
__delay_ms(150);
while(1) // endless Loop
{
RB7=1; //for testing code is working!!
while(!TXIF); // Wait for module to finish
TXREG = 'A';
}
}
void HSerinit()
{
TRISC = 0x80; // TX was an input!
SPBRG = 129; // 20Mhz xtal 9600 BAUD
TXSTA = 0x24; // TXEN and BRGH
RCSTA = 0x90; // SPEN and CREN
}
What output do you get from this little device.... Is it TTL? Or is it +10 -10 volt signals...
I am using 5V from USB only the chip used by it is **broken link removed**Have you got a scope to measure the output voltages???
This product makes a virtual COM port on any pc when connected on a USB port. So, it can be used for communication between PC software (Link Hyper Terminal) and Microcontroller. This product is optional to PC-MCU Serial link with all development boards. It provides option for laptops and computers which does not have COM (Serial) port.
cam you give me hi tech c code..?
and how to set 1200 baud rate??
What output do you get from this little device.... Is it TTL? Or is it +10 -10 volt signals...
It is working on 5V from USB i think TTL