Skip to content

Releases: uCAN-LIN/LinUSBConverter

3.0

15 Jun 06:33
Compare
Choose a tag to compare
3.0 Pre-release
Pre-release

classic checksum option added "x"

Swich checksum for classic x2 for enhanced x1

2.0

05 Aug 18:53
Compare
Choose a tag to compare
2.0 Pre-release
Pre-release

New command baudrate selction type 'bxxxx' or 'Bxxxx' where xxxx is 4 digit Hex number with desired baudrate, ex for 19200 is b4B00, for 10 000 b2710

1.5

05 Jun 13:01
Compare
Choose a tag to compare

Bugfix

  • Checksum calculation for 0x3D ID frame in monitor mode for 8 byte frames.

1.4

05 Jun 05:13
Compare
Choose a tag to compare
1.4

Bugfix

  • Checksum calculation for 0x3D ID frame in monitor mode

1.3

17 Apr 05:28
Compare
Choose a tag to compare
1.3

Bug fix

  • LIN low speed fix
  • Serial number fix

1.2

18 Mar 07:16
Compare
Choose a tag to compare
1.2

New features

  • Add full LIN slave support to open in lin slave insted of "O" send "L" adding item to slave table works same way as for LIN master

1.1

09 Mar 19:18
Compare
Choose a tag to compare
1.1 Pre-release
Pre-release

New features

  • Speed can now be change for Low Speed (9600) send "s2" before sending "O" opening connection, any other value will set speed for 19200
  • in Master Mode, period and wait for response time can now be change from default 15 ms, if you want to change do not setup frames using "t" or "r" but use upper case,
    Format is as follows:
    T0iiPPYY0ldd(dd)
  • In monitor mode to send a slave frame (no Break, Sync and PID) use
    T000000iildd(dd)
    where:
    0 - zero
    ii - id of frame
    PP - time to wait in ms after sending this frame period
    YY - time to wait for response after sending this frame
    l - length
    dd - data

v0.0.2

06 Nov 20:56
Compare
Choose a tag to compare

First release.