For Windows 8
http://www.arduined.eu/ch340-windows-8-driver-download/
Regards
Andries Pretorius
Search found 37 matches
- Sun Jun 28, 2015 10:37 pm
- Forum: General Discussion
- Topic: USB to Serial UART - Driver required?
- Replies: 2
- Views: 22375
- Sun Jun 28, 2015 10:28 pm
- Forum: General Discussion
- Topic: USB to Serial UART - Driver required?
- Replies: 2
- Views: 22375
Re: USB to Serial UART - Driver required?
Hi Grant
For Windows 7
http://www.driverscape.com/download/usb-serial-ch340
http://www.wch.cn/downloads.php?name=pro&proid=5
Best regards
Andries Pretorius
For Windows 7
http://www.driverscape.com/download/usb-serial-ch340
http://www.wch.cn/downloads.php?name=pro&proid=5
Best regards
Andries Pretorius
- Wed Jun 24, 2015 3:52 am
- Forum: EzSBC1
- Topic: Machine epsilon of the EzSBC1
- Replies: 1
- Views: 10320
- Wed Jun 24, 2015 3:16 am
- Forum: EzSBC1
- Topic: ATAN2 missing?
- Replies: 3
- Views: 12680
Re: ATAN2 missing?
ATAN2 was first implemented in the Control BASIC v0.75 firmware. I therefore tested ATAN2 with the following firmware versions: Control BASIC v0.75 Control BASIC v0.76 Control BASIC v0.77 Control BASIC v0.78 Control BASIC v0.79 Control BASIC v0.80 I can confirm that ATAN2 ONLY works in the Control B...
- Wed Jun 24, 2015 12:40 am
- Forum: EzSBC1
- Topic: ATAN2 missing?
- Replies: 3
- Views: 12680
Re: ATAN2 missing?
Agree. I've got Control BASIC v0.79. Gives the same error!
- Mon Feb 09, 2015 1:34 am
- Forum: EzSBC1
- Topic: EZsbc gps speedometer
- Replies: 1
- Views: 9889
Re: EZsbc gps speedometer
Thank you for an interesting project speedracer!
Best regards
Andries
Best regards
Andries
- Sat Feb 07, 2015 6:20 am
- Forum: ArduRF Family
- Topic: Demonstration Code
- Replies: 1
- Views: 14057
Re: Demonstration Code
Thanks Daniel!
- Thu Jan 29, 2015 11:16 pm
- Forum: EzSBC1
- Topic: I2C workaround
- Replies: 1
- Views: 8915
Re: I2C workaround
Thanks for sharing!
Andries Pretorius
Andries Pretorius
- Sun Aug 31, 2014 9:08 pm
- Forum: EzSBC1
- Topic: Updated Programmng Manual
- Replies: 2
- Views: 11465
- Mon Jul 28, 2014 5:27 am
- Forum: EzSBC1
- Topic: Interrupt support
- Replies: 9
- Views: 24471
Re: Interrupt support
Thanks for the feedback Daniel.
Andries
Andries
- Fri Jul 25, 2014 12:13 am
- Forum: EzSBC1
- Topic: Interrupt support
- Replies: 9
- Views: 24471
Re: Interrupt support
I would also appreciate a response to this question Daniel.
Best regards
Andries Pretorius
Best regards
Andries Pretorius
- Wed Dec 11, 2013 9:50 pm
- Forum: EzSBC1
- Topic: SERBNG Command ????
- Replies: 5
- Views: 16126
Re: SERBNG Command ????
I also tested SERBNG with Borje's code. My results are the same as Borje's - no output.
Regards
Andries
Regards
Andries
- Fri Nov 22, 2013 4:14 am
- Forum: EzSBC1
- Topic: How to store/read numerical parameters from EEPROM ?
- Replies: 9
- Views: 25313
Re: How to store/read numerical parameters from EEPROM ?
Thank you for your feedback Borje. I also now operate the same firmware version and I have tested your program using a 24LC512. The question of recognising the page boundaries of the EEPROM is quite important. Please refer the following article using an Arduino example: www.hobbytronics.co.uk/eeprom...
- Fri Nov 15, 2013 8:24 pm
- Forum: EzSBC1
- Topic: How to store/read numerical parameters from EEPROM ?
- Replies: 9
- Views: 25313
Re: How to store/read numerical parameters from EEPROM ?
Its a pleasure Borje. I just hope that my code still works. Have not tested in in some time. To activate code window, just open the POSTREPLY editor, press the Code button A and the text in B will be inserted. Now just paste your code between the square brackets at point B. Press Preview to see the ...
- Thu Nov 14, 2013 8:30 pm
- Forum: EzSBC1
- Topic: How to store/read numerical parameters from EEPROM ?
- Replies: 9
- Views: 25313
Re: How to store/read numerical parameters from EEPROM ?
Hi Borje. I can confirm that the current address parameter of the Conrtol Basic I2C command is restricted a single byte (8bit) address, which limits its use to EEPROMs with a single byte address only. EEPROM devices using a two byte address cannot be addressed. Here is a little demo prog that I used...