Click here to Skip to main content
15,888,984 members
Everything / SoftwareSerial

SoftwareSerial

SoftwareSerial

Great Reads

by Bernhard Nebel
How does asynchronous serial communication work, what Arduino libraries are there to support it, and what can go wrong?
by Artem Los
Three different algorithms for constructing licensing systems, their advantages and disadvantages using C#.NET environment.
by super
Software reliability and its importance in present world
by Mr. xieguigang 谢桂纲
Introduction to "GENOME-IN-CODE" Project about virtual cell modelling the bacteria Xcc 8004, visit GCModeller.org for the latest news about GCModeller

Latest Articles

by Bernhard Nebel
How does asynchronous serial communication work, what Arduino libraries are there to support it, and what can go wrong?
by Mr. xieguigang 谢桂纲
Introduction to "GENOME-IN-CODE" Project about virtual cell modelling the bacteria Xcc 8004, visit GCModeller.org for the latest news about GCModeller
by super
Software reliability and its importance in present world
by Artem Los
Three different algorithms for constructing licensing systems, their advantages and disadvantages using C#.NET environment.

All Articles

Sort by Score

SoftwareSerial 

21 Jan 2022 by Bernhard Nebel
How does asynchronous serial communication work, what Arduino libraries are there to support it, and what can go wrong?
18 Sep 2016 by Maciej Los
It's almost impossible. Check previous answers to that thread: Security of software[^]
18 Sep 2016 by CPallini
In addition to Maciej solution, you could find a more realisti security model in one (or more) of these Code Project articles[^].
6 Jan 2015 by User 9727524
Hello all at Code Project,I have been presented with a challenge. Essentially I need to create a way to push or install software from a file share to a remote system without using Remote Desktop or Remote Assistance applications in Windows 7. How can this be done in a VB Windows Form...
6 Jan 2015 by Dave Kreskowiak
You have a bunch of problems to solve.1) Does every user have access to the software share? If so, you have a security problem as any user can just go and pickup the installer themselves.2) You can launch a process on a remote machine using WMI and the Win32_Process class. Though, you...
28 Feb 2017 by CHill60
I notice that this question is about to disappear as off-topic so I'll post this solution in full here now before that happens:The RTM is a planning tool. It is also a bi-directional document - i.e. it can track forwards (help you plan your other phases, in particular testing) and backwards...
13 Mar 2017 by OriginalGriff
AFAIK, there is no software specifically designed to speed up a developers code typing - there are many general typing speed improvers both free and paid: Google will find you plenty with a simple search, but some free ones include TypingClub[^], Klavaro Touch Typing Tutor[^], and Rapid...
13 Mar 2017 by CHill60
Funnily enough there is an on-line typing tutor specifically designed for developers - it uses real code and all the attendant symbols that are a pain to type quickly.It's free but you do have to sign in (via Google) - Typing Practice for Programmers | typing.io[^][Disclaimer: I have...
8 Jul 2020 by Peter_in_2780
Open Ubuntu Software. Search for 'intellij' Select the first one on the list.
28 Apr 2014 by Artem Los
Three different algorithms for constructing licensing systems, their advantages and disadvantages using C#.NET environment.
2 Feb 2015 by super
Software reliability and its importance in present world
1 Jun 2015 by Mr. xieguigang 谢桂纲
Introduction to "GENOME-IN-CODE" Project about virtual cell modelling the bacteria Xcc 8004, visit GCModeller.org for the latest news about GCModeller
19 Feb 2014 by Vedat Ozan Oner
A sample project with Arduino.
13 Mar 2017 by Jochen Arndt
You are coding faster than you can type?Can't believe that.Coding and typing are skills.So how about taking part in a typing course?Use a programming editor or IDE. Those have features for auto completion like Visual Studio's Intellisense and may provide options for your own...
27 Mar 2017 by Hypno-Type
Hi, I'm new to this community and I just wanted to ask that is there any typing software that can be used by coder to improve the typing speed or any industry that can provide typing software according to the keyboards that coder use. I hope I'll get some valuable information here....
18 Sep 2016 by Member 11003365
I am developing a windows from application in c# and I want to Lock my software no to be usable by another pepole . so please help me to do thisWhat I have tried:I have done no thing because I didnot know what to do