Craig Lilley
|
b8479822f7
|
Refactored list_ports to return a vector of serial::PortDescription.
|
2014-04-22 01:02:58 +01:00 |
|
William Woodall
|
9f89596e85
|
return a vector<array<string, 3> > from list_ports
instead of a vector<vector<string> >
|
2014-04-17 19:54:29 +01:00 |
|
Craig Lilley
|
72604cec0e
|
Added ability to enumerate ports on linux and windows.
Updated serial_example.cc to show example of port enumeration.
|
2014-04-17 19:54:29 +01:00 |
|
dawid
|
780f76c40d
|
support for mingw (mxe.cc)
|
2014-01-05 18:29:04 +01:00 |
|
William Woodall
|
e11abb04f2
|
Fix compiler warnings on Windows
|
2013-08-02 21:20:25 -07:00 |
|
William Woodall
|
c5a2d7b4bc
|
Adding void return type for Arduino example in examples/serial_example.cc. Fixes #20
|
2012-07-09 15:51:38 -05:00 |
|
William Woodall
|
e9999c9c7c
|
Changes after testing on Windows. Everything seems to work, but it could use some more vetting.
|
2012-06-07 19:26:55 -05:00 |
|
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 |
|
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
|
318bce46bf
|
Still working on SerialListener addition.
|
2012-01-07 15:24:30 -06:00 |
|