Re: About RS232 [message #18640 is a reply to message #18639] |
Mon, 13 October 2008 23:25 |
Mindtraveller
Messages: 917 Registered: August 2007 Location: Russia, Moscow rgn.
|
Experienced Contributor |
|
|
Of course. Since 2008.1 there where big number of improvements (thanx to Mirek) and QTF as well as TheIDE Help system is upgraded. I recommend to use Projects > SVN synchronize ability to obtain latest sources and recompile TheIDE.
I use latest SVN sources and manual was developed under latest version.
[Updated on: Mon, 13 October 2008 23:26] Report message to a moderator
|
|
|
|
|
|
|
|
Re: About RS232 [message #24633 is a reply to message #24408] |
Tue, 26 January 2010 04:39 |
nlneilson
Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
|
Contributor |
|
|
I would also like something in U++ to work with serial ports.
The example for sockets is very good and I will be using that.
If something similar for serial ports could be done that would be great.
I have worked with serial ports for GPS data using:
Python with PySerial
Java with rxtx
Windows with:
#using <System.dll>
using namespace System;
using namespace System::IO::Ports;
using namespace System::Threading;
using namespace System::IO;
using namespace std;
I have tried and have the code for wxTerminal but digging through the code and trying to get something to work with U++ is something I have not tried.
Something to work with serial ports for Win and Linux in U++ would be a real plus.
[Updated on: Tue, 26 January 2010 04:46] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Re: About RS232 [message #25671 is a reply to message #25665] |
Sun, 07 March 2010 12:58 |
nlneilson
Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
|
Contributor |
|
|
Reini: The code I use just follows after the connection.
For the connection on Win it's System::IO::Ports
With Java it's rxtx
With Python it's PySerial
With your experience and what Nick has maybe something can
be put together that Mirek and others can check and possibly have that included in Upp.
I will look closer at Nick's code, I couldn't find termios.h, is that included in C++ ?
Neil
[Updated on: Sun, 07 March 2010 13:14] Report message to a moderator
|
|
|
|
|
|
|