Hi, I want to write a portable program which need to read/write serial ports. How can boost help this? Thank you. ( I got know basic serial programming in Linux but I have no idea how that it done in Windows ) -- woody then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward the shore, spread out across the current.
There is a new project on sourceforge ASIO http://sourceforge.net/projects/rs232basedonasi/ that is serial based... it is coming online soon...
Date: Mon, 31 Mar 2008 13:53:23 +0800> From: narkewoody@gmail.com> To: boost-users@lists.boost.org> Subject: [Boost-users] serial programs> > Hi,> > I want to write a portable program which need to read/write serial> ports. How can boost help this? Thank you. ( I got know basic serial> programming in Linux but I have no idea how that it done in Windows )> > > -- > woody> > then sun rose thinly from the sea and the old man could see the other> boats, low on the water and well in toward the shore, spread out> across the current.> _______________________________________________> Boost-users mailing list> Boost-users@lists.boost.org> http://lists.boost.org/mailman/listinfo.cgi/boost-users
How well do you know your celebrity gossip? http://originals.msn.com/thebigdebate?ocid=T002MSN03N0707A
On Mon, Mar 31, 2008 at 9:13 PM, Tim Michals
There is a new project on sourceforge ASIO http://sourceforge.net/projects/rs232basedonasi/ that is serial based... it is coming online soon...
Thanks, I will check out the link. Another similar question is: Can I use boost to write TCP/UDP socked based program? Thanks.
________________________________
Date: Mon, 31 Mar 2008 13:53:23 +0800 From: narkewoody@gmail.com To: boost-users@lists.boost.org Subject: [Boost-users] serial programs
Hi,
I want to write a portable program which need to read/write serial ports. How can boost help this? Thank you. ( I got know basic serial programming in Linux but I have no idea how that it done in Windows )
-- woody
then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward the shore, spread out across the current. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
________________________________ How well do you know your celebrity gossip? Talk celebrity smackdowns here. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- woody then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward the shore, spread out across the current.
Steven Woody wrote:
On Mon, Mar 31, 2008 at 9:13 PM, Tim Michals
wrote: There is a new project on sourceforge ASIO http://sourceforge.net/projects/rs232basedonasi/ that is serial based... it is coming online soon...
Just an update on that project: There is some code in the SVN repository that I did as a "proof of concept" of using asio to control tcp/udp and serial i/o in a multithreaded, user configurable environment. So it is a complete hack. We are just beginning to look at a better abstraction for the serial capability now, so it will be a little time before anything might be ready on the project. Kevin
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
We are just beginning to look at a better abstraction for the serial capability now, so it will be a little time before anything might be ready on the project.
I'd be very interested in this. You see, I collect vintage RS-232 serial terminals. It would be nice to be able to drive them from code using the boost libraries. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download http://www.xmission.com/~legalize/book/download/index.html Legalize Adulthood! http://blogs.xmission.com/legalize/
I appreciate for your efforts!
On Tue, Apr 1, 2008 at 1:44 PM, Kevin Scarr
Steven Woody wrote:
On Mon, Mar 31, 2008 at 9:13 PM, Tim Michals
wrote: There is a new project on sourceforge ASIO http://sourceforge.net/projects/rs232basedonasi/ that is serial based... it is coming online soon...
Just an update on that project:
There is some code in the SVN repository that I did as a "proof of concept" of using asio to control tcp/udp and serial i/o in a multithreaded, user configurable environment. So it is a complete hack.
We are just beginning to look at a better abstraction for the serial capability now, so it will be a little time before anything might be ready on the project.
Kevin
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- woody then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward the shore, spread out across the current.
Hello, I want to translate a list of id's into a compact string of list, e.g. from: 1,2,3,4,5,8,9,10,100 (of int type) to: "1:5,8:10,100" Yes, it's not a tough task to do it from scrath, but I think there should be an elegant way using boost components. Thanks for any helps otr hints. B/Rgds Max
Hi Kevin,
On 4/1/08, Kevin Scarr
Steven Woody wrote:
On Mon, Mar 31, 2008 at 9:13 PM, Tim Michals
wrote: There is a new project on sourceforge ASIO http://sourceforge.net/projects/rs232basedonasi/ that is serial based... it is coming online soon... Just an update on that project:
There is some code in the SVN repository that I did as a "proof of concept" of using asio to control tcp/udp and serial i/o in a multithreaded, user configurable environment. So it is a complete hack.
We are just beginning to look at a better abstraction for the serial capability now, so it will be a little time before anything might be ready on the project.
Has there been any progress on this project, Kevin? Any URLs, Docs, etc.? Thanks in advance, -Asif
Hi Ken,
Ya, Ken, I've just skimmed the latest ASIO docs. Thanks.
-Asif
On 3/2/09, Ken Murphy
There is a new project on sourceforge ASIO http://sourceforge.net/projects/rs232basedonasi/ that is serial based...
Has there been any progress on this project, Kevin? Any URLs, Docs, etc.?
Check out the latest version of asio. It has serial port support built in.
Ken
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (7)
-
Asif Lodhi
-
Ken Murphy
-
Kevin Scarr
-
legalize+jeeves@mail.xmission.com
-
Max
-
Steven Woody
-
Tim Michals