Re: Safe way to write interrupt driven circular buffer tx rx?
Sven wrote:
Can someone point out source code for a safe circular buffer receiver
transmitter? It's for sending and receiving bytes via RS232.
My circular buffer implementation for i8096 ( C source ) can be viewed
at
http://www.cybertheque.org/homebrew/hmi-200
The ICE is currently not powered up, but on request I will do so. You
can still inspect source code and compile it however. Look for
programs with 'buffered' and 'serial' in their titles on the
'compile' page and in the 'ucos-compile' page.
Regards,
Michael
.
Relevant Pages
- Compiling for WinCE C++ code developed with a non-MS IDE
... I've recently had a request about an application written in C++, ... A GUI was needed, so ... turns out that this application needs to run under Windows Mobile/CE (I was ... Do I compile on the smartphone or will my laptop do? ... (microsoft.public.windowsce.embedded) - Re: Regression in 2.6.28-rc and 2.6.27-stable - hibernate related
... (CCing to linux-acpi at Rui's request) ... On Thursday, 27 of November 2008, Fabio Comolli wrote: ... applied after 2.6.27.4 and retest. ... (Linux-Kernel) - Re: .ASPX -> .CS generation
... It does create a C# source file! ... It even showed me the command line that was used to compile it. ... No doubt, it does many things when requesting an ASPX file, but this step is ... > When you make a request to an ASPX file, it is not converted into C# file. ... (microsoft.public.dotnet.framework.aspnet) - Re: ASP.NET Web Application And Compilation [Question]
... > we'd compile the web project before deploy it to the server,yes? ... > class of the webpage(not the codebehind class in the assembly), ... > class will be generated from the aspx source file and is derived from the ... > its instance to process the coming request for the certain page. ... (microsoft.public.dotnet.framework.aspnet) - Types incompatibility on AIX
... I am trying to compile a code on AIX here, ... errors I keep receiving. ... I was wandering, maybe someone of you, guys, ... (comp.unix.programmer) |
|