Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
the basic serial port listening application... is there a way to do this without binding source and just using serial port?

the example i found is here: Basic serial port listening application[^]

What I have tried:

to use your code and adapt it to mine
Posted
Updated 12-Apr-17 17:23pm
v2
Comments
Dave Kreskowiak 12-Apr-17 23:36pm    
Where did you get "BindingSource" from in that article? It's mostly just basic serial port code, so....
abnormalmartian 13-Apr-17 0:01am    
when you download the app, and run it in visual studio, you can see what i'm referring to.

the way i did my application, i used serial port... similar to this here : https://www.youtube.com/watch?v=lTW7CDG-jkc
Dave Kreskowiak 13-Apr-17 8:46am    
I'm not downloading anything.

In the code that deals with the serial port, there is nothing that deals with a BindingSource. A BindingSource deals with data being bound to a visual control, that's it.
Patrice T 13-Apr-17 3:54am    
What do you mean by "binding source" ?
Richard MacCutchan 13-Apr-17 4:34am    
You should post your question in the article forum so the author gets to see it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900