sanjog47 / makecontroller

Automatically exported from code.google.com/p/makecontroller
0 stars 0 forks source link

consolidate serial ports into single serial API #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(from Trac issue #76)

There are 3 UARTs on the Make Controller - we should provide a more 
comprehensive API to 
control all 3 of them. There's some half-baked code in serial2.c for the 2nd 
one and nothing for the 
3rd one.

Perhaps the serial API should be altered to include an index to which serial 
port each call is referring 
to.

The 2 uarts are integrated - just need to add the debug port, which is a bit of 
a different API 
internally.

Original issue reported on code.google.com by lst...@gmail.com on 1 Jul 2009 at 5:07

GoogleCodeExporter commented 9 years ago
Done.

Original comment by lst...@gmail.com on 15 May 2010 at 8:21