- Dec 30, 2019
-
-
Sergi Hernandez authored
Returned the thread with pthread_exit function.
-
- Jan 28, 2019
-
-
Alejandro Lopez Gestoso authored
-
- Feb 21, 2018
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- May 15, 2017
-
-
Sergi Hernandez authored
-
- May 11, 2017
-
-
Sergi Hernandez authored
Changed the #ifndef #define macro of the CAN library to avoid conflicts with system libraries.
-
- Jan 24, 2017
-
-
Sergi Hernandez authored
-
- Jun 21, 2016
-
-
Alejandro Lopez Gestoso authored
-
- Jun 20, 2016
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Added a virtual CAN driver to use CAN dump files offline. It may be usefull to test CAN based drivers without the actual device. Added an example of use of this new Virtual CAN device.
-
- May 31, 2016
-
-
Sergi Hernandez authored
-
- May 02, 2016
-
-
Sergi Hernandez authored
Solved a problem that increased the number of errors when two ore more instances of the CCAN object were created in the same process. The internal thread function had an static variable which was shared by all the instances.
-
Alejandro Lopez Gestoso authored
-
- Mar 29, 2016
-
-
Sergi Hernandez authored
-
- Mar 16, 2016
-
-
Sergi Foix Salmerón authored
-
- Jan 27, 2016
-
-
Sergi Hernandez authored
-
- Jul 09, 2015
-
-
Sergi Hernandez authored
-
- Jul 02, 2015
-
-
Sergi Hernandez authored
-
- Apr 10, 2015
-
-
Sergi Hernandez authored
-
- Oct 06, 2014
-
-
Guillem Alenyà authored
-
- Mar 12, 2014
-
-
Sergi Hernandez authored
-
- Jul 02, 2013
-
-
Sergi Hernandez authored
Solved a problem with the input arguments. The input arguments are checked before being used to avoid errors.
-
- May 03, 2013
-
-
Guillem Alenyà authored
-
- Jul 28, 2012
-
-
Sergi Hernandez authored
-
- Jul 18, 2012
-
-
Sergi Hernandez authored
Solved a problem when the socket client was remotelly closed. The corresponding event was active even after calling the close() function.
-
- Jul 13, 2012
-
-
Sergi Hernandez authored
Changed the UDP examples.
-
- Jul 11, 2012
-
-
Sergi Hernandez authored
Added a send and receive examples for the UDP sockets.
-
- Jul 05, 2012
-
-
Sergi Hernandez authored
Solved a problem when multiple processes using the FTDIServer were executed concurrently. The information returnes by the FT_GetDeviceInfoList() function was incomplete and generated errors. Now the bus is rescaned at random intervals when there are such conditions to refresh the device list. Solved a problem when the FTDI device could not be properly opened. The device was not destroyed and therefore the internal resources were not freed, which make it impossible to create the device classes again (the events were not properly removed from the server).
-
- Jun 29, 2012
-
-
Sergi Hernandez authored
Added a special configuration of the ftdi module for high speed communications.
-
- Jun 14, 2012
-
-
Sergi Hernandez authored
-
- Jun 13, 2012
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
TO DO: - implement and test the reception filters. - implement and test the data request operation Added examples for the basic read/write operation.
-
- Jun 12, 2012
-
-
Sergi Hernandez authored
-
- May 09, 2012
-
-
Sergi Hernandez authored
-
- Mar 21, 2012
-
-
Sergi Hernandez authored
-
- Mar 19, 2012
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Oct 18, 2011
-
-
Guillem Alenyà authored
-
Guillem Alenyà authored
-
- Oct 07, 2011
-
-
Guillem Alenyà authored
-