Commands Print out serial port get commands serial port
8 years 2 months ago #29530313
by Smarlogy
Commands Print out serial port get commands serial port was created by Smarlogy
Hi
Instruction print its output is through the serial port (RS232 or USB) ?, there any instrucion in MicroBasic to read strings from these ports
Instruction print its output is through the serial port (RS232 or USB) ?, there any instrucion in MicroBasic to read strings from these ports
Please Log in or Create an account to join the conversation.
8 years 2 months ago #29530315
by TechSupport
Replied by TechSupport on topic Commands Print out serial port get commands serial port
It prints out either one or the other. The pc should auto-detect this.
If you are doing this via the magsensor, you will need to specify this in the start up settings under the microbasic parameter.
If it is the DC motor controller, then it won't matter.
print()
example print statement:
Print("Hello world \r")
If you are doing this via the magsensor, you will need to specify this in the start up settings under the microbasic parameter.
If it is the DC motor controller, then it won't matter.
print()
example print statement:
Print("Hello world \r")
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds