Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Very cool
Yep! My eyes are not what they used to be... So soldering them on is a pain for me.Unfortunately they are only available as SM, so I bought some little adaptor boards (from Bangood) to convert them.
Yep! My eyes are not what they used to be... So soldering them on is a pain for me.
I couldn't believe how shaky my hands are these days
Well!! I have really taken to Lazarus!! Thanks for the pointer Nigel!
I have managed to port my graphical simulator to the IDE and I have full serial port control!!!
I will also be using this to make MY datalogger.... I downloaded synaser... It seems to have functions beyond my expectations.. As Nigel has mentioned, it's database and graphing functions are too many to list...
isnt part of the problem with pics and USB the lib they provide is overly complex as they have lumped all the classes into one big mess you have to pick through? HID etc is all part of the bigger library they did, not sure how they now handle it with XC8 but C18 and USB was pretty bad.I have always played around with pascal, but as I knew C it never went further.... Delphi is an amazing RAD IDE probably more so than VB....
There is a good example of API usage.... If you turn your pic device into a HID or CDC device, USB would be an easy thing to do... BUT!!! I'm doing the old fashion serial FT232 bridge and using the TBlockSerial class that Synapse have written..
Works great!
I use pic32 and MikroE so No!! USB is a doddle..... I don't need to write low level stuff when theirs works so well!isnt part of the problem with pics and USB the lib they provide is overly complex as they have lumped all the classes into one big mess you have to pick through? HID etc is all part of the bigger library they did, not sure how they now handle it with XC8 but C18 and USB was pretty bad.
I did say C18 and XC8! I was specifically talking about the native microchip libs. i didnt think you could use MikroE compilers with pickit3 or ICD3?? Or have they changed this now? I know you can load the Hex file from Mikro E with ICD3 but can you use debug with ICD3?I use pic32 and MikroE so No!! USB is a doddle..... I don't need to write low level stuff when theirs works so well!
They have their own... MikroProg with ICD capabilities..... Not a bad little device.i didnt think you could use MikroE compilers with pickit3 or ICD3??