You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sedona Framework
Hi,
I noticed there is no serial port support on Linux, only Windows. Is
there any source available? Or I need to write my own?
Thanks,
Harry
Matthew
unread,
Sep 15, 2011, 3:15:27 PM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sedo...@googlegroups.com
This is not currently part of the open source (as you observed).
You would need to write your own if you really need it. If you do create native support for serial on unix, please think about contributing the code to the project by submitting it to us.
Thanks, matthew
Patrick Cunningham
unread,
Sep 15, 2011, 4:01:09 PM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sedo...@googlegroups.com
You could start with the win32 code (src.zip\serial\native\win32\serial_SerialPort_win32.c). Then look at the termios.h API and substitute the appropriate Linux calls for anything that is specific to win32.