INSTALL "SOFTWARE-I2C-BUS" USING scl, sda
INSTALL "SOFTWARE-I2C" USING scl, sda
INSTALL "SOFT-I2C" USING scl, sda
None.
When you show the 3 different INSTALL "..." lines, does this mean we can use any one of these formats or are all three required to install that particular driver. This goes for other commands in the manual that show multiple statements. I apologize if this is a noob question.
Also, I am working on a project that requires a few more serial ports to control some serial to stepper boards. I see that there are I2C to uart boards (not shields) available. Do you see any bumps in the road ahead by using these types of products. A simple example would be... https://www.sparkfun.com/products/9981 If not bumps, do you have any examples of this type of setup in corebasic where I can just send and receive serial data with the same ease as using your internal uarts with their drivers installed?
I appreciate the answers to my past questions and hope not to bug you guys too much. I am really looking forward to using this beast and am very pleased that you actually respond to the forum questions.
Jim
Hi There,I am getting my soldercore tomorrow from mouser and have been going through the corebasic manual in preparation of having some fun. I see in a lot of instructions something like this...Software I2C Bus Driver
Installation
INSTALL "SOFTWARE-I2C-BUS" USING scl, sda
INSTALL "SOFTWARE-I2C" USING scl, sda
INSTALL "SOFT-I2C" USING scl, sdaOptions
None.
When you show the 3 different INSTALL "..." lines, does this mean we can use any one of these formats or are all three required to install that particular driver. This goes for other commands in the manual that show multiple statements. I apologize if this is a noob question.
Also, I am working on a project that requires a few more serial ports to control some serial to stepper boards. I see that there are I2C to uart boards (not shields) available. Do you see any bumps in the road ahead by using these types of products.
A simple example would be... https://www.sparkfun.com/products/9981 If not bumps, do you have any examples of this type of setup in corebasic where I can just send and receive serial data with the same ease as using your internal uarts with their drivers installed?
I appreciate the answers to my past questions and hope not to bug you guys too much. I am really looking forward to using this beast and am very pleased that you actually respond to the forum questions.
Thank you for your reply.Do you recommend that the extra uart(s) should be connected via SPI instead of I2C? I noticed somewhere in the manual or on your site where you interfaced a sensor (I think it was pressure) using the SPI interface. Would that interface pose a low limitation on the speed of the uart as the I2C would?