This is a Quick Tip, so there won’t be much details on how the serial numbers will be logged and tested for repetitiveness.
Archive for the ‘Quick Tips’ Category
VB.NET Quick Tip – How To, Random Serial Number Generator
Posted: 10th October 2016 by Mike Trent in Blog, Computer, Programming, Quick Tip, Quick Tips, VB.NetTags: Blog, Code, Digit Alphanumeric 4x6, four, Four by Six, Hack, Naked Programming, Random Number, Random Numbers, Randomize, Serial Number, Serial Numbers, six, Tutorial, Vb.Net, VS2015
0
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()