This website requires JavaScript.
Explore
Help
Register
Sign In
doohoyi
/
comport
Watch
1
Star
0
Fork
You've already forked comport
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
61
commits
1
branch
0
tags
832
KiB
C
95.2%
Shell
3.9%
Makefile
0.9%
0c9dd479c6
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Martin Peach
0c9dd479c6
Use a 16384-byte buffer for send and another for receive. Read and write occur during comport_tick(), the clock callback, so any data written since the previous tick will be sent in a single write. Callback rate is now adjustable via the [pollintervall( message which defaults to 1ms (usually that's faster than the dsp block rate so the dsp rate takes precedence.)
...
svn path=/trunk/externals/iem/comport/; revision=13128
2010-02-01 21:13:58 +00:00
bird
replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where
2009-06-09 17:34:48 +00:00
comport
Use a 16384-byte buffer for send and another for receive. Read and write occur during comport_tick(), the clock callback, so any data written since the previous tick will be sent in a single write. Callback rate is now adjustable via the [pollintervall( message which defaults to 1ms (usually that's faster than the dsp block rate so the dsp rate takes precedence.)
2010-02-01 21:13:58 +00:00