Releases: uCAN-LIN/LinUSBConverter
Releases · uCAN-LIN/LinUSBConverter
3.0
classic checksum option added "x"
Swich checksum for classic x2 for enhanced x1
2.0
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
1.4
Bugfix
- Checksum calculation for 0x3D ID frame in monitor mode
1.3
Bug fix
- LIN low speed fix
- Serial number fix
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
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
First release.