but a sleepless night turned productive and the answer came to me
Posts Tagged ‘vs2013’
VB.NET Quick Tip – Using The FTDI USB To Serial Cable
Posted: 22nd November 2015 by Mike Trent in Computer, Electronics, Hack, Programming, Quick Tip, Quick Tips, Science, Technology, VB.NetTags: Code, FTDI, Hack, microcontroller devices, Programming, Tutorial, USB to Serial Converter, Vb.Net, vs2013
Building on the previous post VB.NET Quick Tip – Reading A USB GPS, I will show how to use a USB to Serial cable manufactured by FTDI. In my projects, prototyping and final products I use the FTDI TTL-232R extensively. The cable is reasonably priced and comes in two varieties, a […]
VB.NET Quick Tip – Reading A USB GPS
Posted: 21st November 2015 by Mike Trent in Computer, Electronics, General Comments, Hack, Physics, Programming, Quick Tip, Quick Tips, Science, Technology, VB.NetTags: Blog, Com, GPS, Hack, microcontroller devices, NMEA, Port, Programming, Science, Serial, time, Tutorial, understanding, USB, Vb.Net, vs2013
The GPS outputs NMEA data on a port designated as a Serial Com Port by Windows.
VB.NET Quick Tip – How To, Find Invalid Characters In A String
Posted: 18th October 2014 by Mike Trent in Blog, Computer, Hack, Programming, Quick Tip, Quick Tips, VB.NetTags: Blog, Hack, Hot, Programming, script, Tutorial, Vb.Net, VS2008, vs2010, vs2012, vs2013, XXX
Regex wasn’t good enough for me, nor was GetInvalidFileNameChar()