Remember
Register
Home
/
Support
/
Support Forum
/
C application examples for M10 on linux
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(390)
Python
(1,023)
RF Solutions and XBee
(8,464)
Digi TransPort
(792)
Digi Connect Cellular
(450)
DAL
(5)
Embedded Devices
(4,174)
Google Coral
(2)
Rabbit
(3,202)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(604)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,275)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(380)
C application examples for M10 on linux
0
votes
In the sample C applications for the M10 satellite modem I see an email program that sends a message however this is all done for windows (i.e using windows.h etc). I am on the linux operating system and would like to know where I can find the same application ported to linux.
Regards,
asked
Nov 24, 2010
in
Satellite Modules
by
cizzi
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
You can do it easily... take the same code and make simple changes in serial.c. ie:the code to open,close,read,write serial port. rest all is the same..in digi site there is no code ported for linux.
answered
Jan 24, 2011
by
bobthomas13
Seasoned Professional
(
182
points)
Please
log in
or
register
to add a comment.
...