By connecting to the "ACM" port exposed on the USB of the STM32 (used as a service and connected to a PC) it is possible to send alphanumeric command (eg with "minicom") in order to perform: -Digital Output. -Switched pulse. -Digittal Input. -Analogic Input. -Request of a brief (returned by the serial line): 'H' or '?'. Note that all the commands can be given on a single string and it will be executed readily just at the instant each one is completely received.

Dependencies:   regex mbed

History

Come mistakes fixed in header comments. default tip

2018-01-17, by lsola [Wed, 17 Jan 2018 07:35:05 +0000] rev 3

Come mistakes fixed in header comments.


I don't remember what is changed....sorry.

2017-12-31, by lsola [Sun, 31 Dec 2017 15:17:58 +0000] rev 2

I don't remember what is changed....sorry.


Fixed the header brief description.

2017-12-19, by lsola [Tue, 19 Dec 2017 09:45:19 +0000] rev 1

Fixed the header brief description.


First commit.; This represents a "USBSerial" endpoint that accepts alphanumeric commands to set port digital output, input, analogic input, pulse output like, eg: "DO PB 0 1" (to se the pin 1 of port B to '1').; Giving a 'H' or '?' it returns a brief.

2017-12-19, by lsola [Tue, 19 Dec 2017 09:23:12 +0000] rev 0

First commit.; This represents a "USBSerial" endpoint that accepts alphanumeric commands to set port digital output, input, analogic input, pulse output like, eg: "DO PB 0 1" (to se the pin 1 of port B to '1').; Giving a 'H' or '?' it returns a brief.