Newbie ? Using Serial monitor / UNO Tx&Rx pins
hello all, hope use forum aid in self learning of uc , programming in general.
please advise:
1. how use serial monitor send commands ?
2. kind of commands send, list ?
3. , these commands transmitted tx pin, right?
with these questions, hope connect serlcd 16x2 directly tx pin , use serial monitor send 1 command @ time feel controllin serlcd ? guys think ? have not tried yet on own i'm waiting serlcd show up.
thks
please advise:
1. how use serial monitor send commands ?
2. kind of commands send, list ?
3. , these commands transmitted tx pin, right?
with these questions, hope connect serlcd 16x2 directly tx pin , use serial monitor send 1 command @ time feel controllin serlcd ? guys think ? have not tried yet on own i'm waiting serlcd show up.
thks
quote
1. how use serial monitor send commands ?
you don't. use serial monitor send data. data may mean arduino, or not.
quote
2. kind of commands send, list ?
you don't send commands.you send data arduino may interpret command. list arduino sketch.
quote
3. , these commands transmitted tx pin, right?
the data is, yes.
quote
i hope connect serlcd 16x2 directly tx pin , use serial monitor send 1 command @ time feel controllin serlcd ?
you can't that. if serlcd connected tx/rx pins, pc can't connect. if pc connected, serlcd can't use same pins.
you connect pc tx/rx pins, , use newsoftserial connect other pins serlcd connected to. serial.read tx/rx pins, , use newsoftserial instance talk serlcd.
Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Newbie ? Using Serial monitor / UNO Tx&Rx pins
arduino
Comments
Post a Comment