Thanks, I have always only used hyperterminal , Seeing the new laptops we are getting for my company is a Chromebook the putty app is only available. Thank you.
Hi Binary, I wonder if this works in my case, I have a special computer which can stream serial data from computer's usb, my laptop doesn't have a serial port so can I use putty to accept data from the other computer's usb to my laptop's usb? I am watching tutorials are but everybody is more focused on computer side and omitting the cable part. And I guess I am too noob to know the basic truth. I would love to hear If I can make such a usb to usb serial connection. (At least may I emulate by putty)
Im Using an ESP8266 ESP01 Module, however i cannot get Putty to work, Arduino Serial monitor is working ok, Do you know if i need to modify some code to get putty working ?
Hi Mark, I hope you've verified COM port number from your Device Manager. Please check once. And also make sure Baud rate must be same as for transmission and receiving data. I hope this may help. Good luck and best wishes!
Al configurar el putty con mi COM 10 que me da el prolific y el speed 115200, se me abre la ventana negra y no sale ninguna letra! Se queda en la ventana negra totalmente
@BINARY UPDATES Thanks for such a great video! I'm using ARM-M4 family (Tiva launchpad board) and I want to transfer data (raw signal) to the PC. I have two questions: 1) Should I use UART or USB as a serial communication? (I still couldn't understand the difference between UART and USB!) 2) If it is done by UART, where I should find the data in PC? can PuTTY help to store data in a particular folder? Many thanks in advance!
Hi Seth, In this video I just took example to show how things works. There are several posts I wrote on my site (binaryupdates.com/) about how to communicate AVR, ARM and other Micros to PC over serial UART Protocol. If you've further interest in code then browse binaryupdates.com/ and SEARCH for UART tutorial with your Microcontroller chip. I hope this might help you. Good Luck !
Hi thank you for this quick tutorial, I was able to get output from my Silab Thunderboard Sense 2 on a VCOM port! However, how do you implement input (host to MCU)? Why doesn't PUTTY show what you typed (eg. "s" in your example)?
Thanks for this very helpful video, its just lacking on thing! How do is save the serial settings, I want to save the settings of 19200 baud, 7 data, Even parity, 1 stop bit and none flow control. So my problem is I cannot switch back to the opening screen to save the settings. When it switches to the black screen it is short of a menu bar at the top of it!
To know Which COM Port to Select. One must open "Device Manager" on Windows Machine and under the PORT Section or similar. We will find COM Port assigned to your device which you can use later-on for setting up PuTTY.
@@BINARYUPDATES Thanks for the quick response. I believe I got a serial adapter that is just impossible to find a driver for. I went ahead and bought a cable with a chipset built in so I don't have to deal with the driver anymore. Thank you so much.
I need help receiving xml files from a device via serial USB under Linux. This device is a blood analyzing device. After finish analyzing it send a xmlfile via USB serial. I want to catch this file and share it via network. l need help and will pay ofcourse for the work.
Hi Arya, make sure your serial cable is assgined as COM1 in your computer or laptop. Apart from this you can check other settings like baudrate, parity bit etc into the settings of PuTTY. I hope this may help you get it working. Good luck!!
+Thatoxic player : could you please elaborate your issue. I mean what exactly your trying to do.... You may want to try this, check your all parameters while setting up putty and also make sure baud rate and databits into your microcontroller firmware. I hope this might help you
+BINARY UPDATES I'm connected to the console port on the switch on the back. I already searched on device management "COM5" I select "Open" Then Just gives me a black screen I'm unable to press anything No Letters or enter.
If you have opened COM5 that means you have configured PuTTY. I can only say please make sure your program/firmware is correct otherwise it won't work.
How to program for BT201 bluetooth module audio Player Serial data send and receive data in Song play track name Song play current file number Song play total files number Song play current time Song play total time Show in Arduino serial monitor
Thankyou, mine was not originally working before, but the beginning step was the one I was missing..Thanku!
This is very helpful. Thanks for uploading.
Thank you for the tutorial! Just what I was looking for...
How about posting your Arduino code that sent the text to Putty?
Thank you
very useful
thank you
thank you internet man
You're Welcome Ross!
Thank You!
You're welcome Taif!
Thanks, I have always only used hyperterminal , Seeing the new laptops we are getting for my company is a Chromebook the putty app is only available. Thank you.
Hi Binary, I wonder if this works in my case, I have a special computer which can stream serial data from computer's usb, my laptop doesn't have a serial port so can I use putty to accept data from the other computer's usb to my laptop's usb? I am watching tutorials are but everybody is more focused on computer side and omitting the cable part. And I guess I am too noob to know the basic truth. I would love to hear If I can make such a usb to usb serial connection. (At least may I emulate by putty)
Im Using an ESP8266 ESP01 Module, however i cannot get Putty to work, Arduino Serial monitor is working ok, Do you know if i need to modify some code to get putty working ?
Wait ! Back up a bit.. unable to connect to comport is the error message I get.. any rocket scientists out there able to help please ?
Hi Mark, I hope you've verified COM port number from your Device Manager. Please check once. And also make sure Baud rate must be same as for transmission and receiving data. I hope this may help. Good luck and best wishes!
@@BINARYUPDATES thanks for that. Yes both checked. Worked 5 years ago and nothing has changed. Spent hours trying so they going in the bin.
Al configurar el putty con mi COM 10 que me da el prolific y el speed 115200, se me abre la ventana negra y no sale ninguna letra! Se queda en la ventana negra totalmente
@BINARY UPDATES Thanks for such a great video!
I'm using ARM-M4 family (Tiva launchpad board) and I want to transfer data (raw signal) to the PC. I have two questions:
1) Should I use UART or USB as a serial communication? (I still couldn't understand the difference between UART and USB!)
2) If it is done by UART, where I should find the data in PC? can PuTTY help to store data in a particular folder?
Many thanks in advance!
after pressing S nothing is changing no characters appearing kindly assist
thanks it worked as I selected the wrong port
where did you write the code so that when you press S it shows you the data on the terminal? I am trying to do this for a project!
Hi Seth, In this video I just took example to show how things works. There are several posts I wrote on my site (binaryupdates.com/) about how to communicate AVR, ARM and other Micros to PC over serial UART Protocol. If you've further interest in code then browse binaryupdates.com/ and SEARCH for UART tutorial with your Microcontroller chip.
I hope this might help you. Good Luck !
wieso reidest sou deppat host an schwonz in da goschn ?
Obrigado
Hi thank you for this quick tutorial, I was able to get output from my Silab Thunderboard Sense 2 on a VCOM port!
However, how do you implement input (host to MCU)? Why doesn't PUTTY show what you typed (eg. "s" in your example)?
I think I found my answer from your website: binaryupdates.com/serial-communication-in-arduino-uno/
Thanks for this very helpful video, its just lacking on thing!
How do is save the serial settings, I want to save the settings of 19200 baud, 7 data, Even parity, 1 stop bit and none flow control. So my problem is I cannot switch back to the opening screen to save the settings. When it switches to the black screen it is short of a menu bar at the top of it!
How do you know which COM port number to use?
To know Which COM Port to Select. One must open "Device Manager" on Windows Machine and under the PORT Section or similar. We will find COM Port assigned to your device which you can use later-on for setting up PuTTY.
@@BINARYUPDATES Thanks for the quick response. I believe I got a serial adapter that is just impossible to find a driver for. I went ahead and bought a cable with a chipset built in so I don't have to deal with the driver anymore. Thank you so much.
@@BINARYUPDATES Just subscribed by the way. You're awesome!
I need help receiving xml files from a device via serial USB
under Linux.
This device is a blood analyzing device. After finish
analyzing it send a xmlfile via USB serial. I want to catch
this file and share it via network. l need help and will pay
ofcourse for the work.
Do you know how to configurate an ALCplus2?
hi please guide with this
error:
unable to open connection to COM1 Unable to open serial port
Hi Arya, make sure your serial cable is assgined as COM1 in your computer or laptop. Apart from this you can check other settings like baudrate, parity bit etc into the settings of PuTTY. I hope this may help you get it working. Good luck!!
Mine Just shows a black screen.
+Thatoxic player : could you please elaborate your issue. I mean what exactly your trying to do....
You may want to try this, check your all parameters while setting up putty and also make sure baud rate and databits into your microcontroller firmware.
I hope this might help you
+BINARY UPDATES
I'm connected to the console port on the switch on the back.
I already searched on device management "COM5" I select "Open"
Then Just gives me a black screen I'm unable to press anything No Letters or enter.
If you have opened COM5 that means you have configured PuTTY. I can only say please make sure your program/firmware is correct otherwise it won't work.
@@Thatoxicplayer same thing is happening with me , please reply if you have solved this problem
thanks
Ha je suis un fan de l'électronique et précisément les moxa l'héconomie obtenir un certificat en sa connaissance ?
How to know your code please post your code.please
I have many tutorials posted for programming microcontroller where you can use UART to send data and use PuTTY to read.
liked , shared, subscribed :)
How to program for
BT201 bluetooth module audio Player
Serial data send and receive data in
Song play track name
Song play current file number
Song play total files number
Song play current time
Song play total time
Show in Arduino serial monitor
I'll try cover sometime in future video lesson. Thanks for your patience
It's not good to go.
big scam
Could you speak FASTER!!!
Speed up THE VIDEO
after pressing S nothing is changing no characters appearing kindly assist