1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

22 Commits

Author SHA1 Message Date
William Woodall
6853f8c05d Fixing a reading buffer bug and expanding the example 2012-02-04 21:56:10 -06:00
William Woodall
2978386696 Read/write seem to be working on linux, need to test on OS X. 2012-02-04 21:14:22 -06:00
William Woodall
c429b0eede Removed serial listener, reworking the example, completely removed boost. Builds on my laptop with boost uninstalled. 2012-02-03 01:43:42 -06:00
William Woodall
05fa4b8d77 Removing serial listener, next make sure I can compile without boost completely. 2012-02-02 23:35:40 -06:00
John Harrison
f7cee5e175 Testing my changes to make sure they are consistant. 2012-01-30 16:33:58 -06:00
John Harrison
119be4630e Testing the new buffer 2012-01-30 14:53:33 -06:00
John Harrison
d8874120a5 Change the buffer to a generic C++ std::string 2012-01-27 20:21:10 -06:00
William Woodall
20f552bc80 Got some serial listener tests working 2012-01-24 12:20:46 -06:00
William Woodall
2be24ab23c Merge branch 'boostless' of https://github.com/wjwwood/serial into boostless 2012-01-23 14:28:19 -06:00
William Woodall
0ea153a9b4 Updating tests while on the mac 2012-01-23 14:28:14 -06:00
Scott Martin
cac9ae42c0 Updating tests while testing on linux 2012-01-23 14:23:01 -06:00
John Harrison
5324caf2a3 Updating the example to allow variable bauds 2012-01-23 11:55:17 -06:00
William Woodall
241daf3073 working on tests and stuff 2012-01-23 09:54:31 -06:00
William Woodall
48a30ec4ff Fixed some memory problems on destruction. Serial listener maybe working, serial's read doesn't seem to return anything or block at all. 2012-01-12 01:15:04 -06:00
William Woodall
dfd1837cfc Serial Listener changes compile against the example reference, time to merge with John. 2012-01-11 23:42:42 -06:00
William Woodall
7c0c976033 Still working on Serial listener refactor, not working, fixing to make big changes. 2012-01-11 23:07:58 -06:00
William Woodall
18284ae764 working on new boostless serial with a pimpl setup 2012-01-10 14:19:56 -06:00
William Woodall
709fa5e174 Finished serial_listener. But serial is seriously inefficient, I need to investigate this before moving on. 2012-01-09 22:25:34 -06:00
William Woodall
318bce46bf Still working on SerialListener addition. 2012-01-07 15:24:30 -06:00
William Woodall
313b01985a Adding files for serial_listener. 2012-01-05 15:46:20 -06:00
William Woodall
93b8dfe27b Adding support to build as a ROS unary stack or as a standalone library. 2012-01-01 01:12:00 -06:00
William Woodall
7dbd1d53a6 Revamped the build system a bit to make it more friendly to embeding in other projects. 2011-06-22 00:05:11 -05:00